<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/doc/source/reference/classes.digraph.rst, branch error-message-eccentricity</title>
<subtitle>github.com: networkx/networkx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/'/>
<entry>
<title>    Fix some sphinx formatting errors</title>
<updated>2015-10-04T04:19:55+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2015-10-04T04:19:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=fdbf0ef15d4c5be0f695fc1b9a660082b7c95219'/>
<id>fdbf0ef15d4c5be0f695fc1b9a660082b7c95219</id>
<content type='text'>
    make all doc_strings raw format r''' '''
    correct underline lengths for headings
    fix latex issue in harmonic_centrality
    replace :ticket:, :url:, :doi:, :arxiv:  with links to webpages
    fix spacing with commas before colons so sphinx can parse well
    add "methods" heading in graph class rst files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    make all doc_strings raw format r''' '''
    correct underline lengths for headings
    fix latex issue in harmonic_centrality
    replace :ticket:, :url:, :doi:, :arxiv:  with links to webpages
    fix spacing with commas before colons so sphinx can parse well
    add "methods" heading in graph class rst files
</pre>
</div>
</content>
</entry>
<entry>
<title>Update doc/source/reference</title>
<updated>2015-07-14T09:45:48+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2015-07-14T09:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=692a44f119353145fdd2da635e9cb581af5c71fa'/>
<id>692a44f119353145fdd2da635e9cb581af5c71fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1588 from MridulS/neigbhorsiter</title>
<updated>2015-06-17T13:21:45+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2015-06-17T13:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=675e2567c2a9e2ec0825ecf5e668edacdf35c4e8'/>
<id>675e2567c2a9e2ec0825ecf5e668edacdf35c4e8</id>
<content type='text'>
Remove neighbors_iter, G.neighbors() now returns an iterator instead of list</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove neighbors_iter, G.neighbors() now returns an iterator instead of list</pre>
</div>
</content>
</entry>
<entry>
<title>Remove edges_iter, G.edges() now returns an iterator instead of list</title>
<updated>2015-06-17T10:09:24+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2015-05-23T11:26:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=2b84ef1d2186dc46340df9ed958d3ce92150db08'/>
<id>2b84ef1d2186dc46340df9ed958d3ce92150db08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove neighbors_iter, G.neighbors() now returns an iterator instead of list</title>
<updated>2015-06-11T19:35:32+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2015-06-11T19:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=f7d1be7fd7ccb2ac0ec5cad556ee03f676977381'/>
<id>f7d1be7fd7ccb2ac0ec5cad556ee03f676977381</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makes Graph.nodes() return iterator instead of list</title>
<updated>2015-06-11T18:25:58+00:00</updated>
<author>
<name>Jeffrey Finkelstein</name>
<email>jeffrey.finkelstein@gmail.com</email>
</author>
<published>2015-05-21T02:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=203295422d6f57ed4cb4c523057a4fa53e4485fc'/>
<id>203295422d6f57ed4cb4c523057a4fa53e4485fc</id>
<content type='text'>
Previously `Graph.nodes()` returned a list of nodes and
`Graph.nodes_iter()` returned an iterator over nodes. With this commit,
the former function now returns an iterator and the latter no longer
exists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously `Graph.nodes()` returned a list of nodes and
`Graph.nodes_iter()` returned an iterator over nodes. With this commit,
the former function now returns an iterator and the latter no longer
exists.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tests and documentation for the graph classes due to</title>
<updated>2010-03-25T14:30:31+00:00</updated>
<author>
<name>dschult</name>
<email>none@none</email>
</author>
<published>2010-03-25T14:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=d0032ba79390117a8bf5067d80347557d94c75dc'/>
<id>d0032ba79390117a8bf5067d80347557d94c75dc</id>
<content type='text'>
add_node/add_nodes_from changes for attributes.

Fixes #329

--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401606
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add_node/add_nodes_from changes for attributes.

Fixes #329

--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401606
</pre>
</div>
</content>
</entry>
<entry>
<title>Add in_degree* and out_degree* in table of methods</title>
<updated>2009-08-19T19:09:45+00:00</updated>
<author>
<name>aric</name>
<email>none@none</email>
</author>
<published>2009-08-19T19:09:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=9962fec8e71347a1a75848446082c965fe7e0d27'/>
<id>9962fec8e71347a1a75848446082c965fe7e0d27</id>
<content type='text'>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401424
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401424
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the changes to the docs made in networkx-rc1</title>
<updated>2009-08-18T12:40:28+00:00</updated>
<author>
<name>aric</name>
<email>none@none</email>
</author>
<published>2009-08-18T12:40:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=67952426a9f7d4a1e5509457068e830099fd0da8'/>
<id>67952426a9f7d4a1e5509457068e830099fd0da8</id>
<content type='text'>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401409
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401409
</pre>
</div>
</content>
</entry>
<entry>
<title>change delete_* to remove_* and has_neighbor to has_edge</title>
<updated>2009-08-13T19:09:50+00:00</updated>
<author>
<name>dschult</name>
<email>none@none</email>
</author>
<published>2009-08-13T19:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=778a7ec03e56a3b8887179e4f34df249f9aac669'/>
<id>778a7ec03e56a3b8887179e4f34df249f9aac669</id>
<content type='text'>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401377
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401377
</pre>
</div>
</content>
</entry>
</feed>
