<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/doc/tutorial.rst, branch v2.5</title>
<subtitle>github.com: networkx/networkx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/'/>
<entry>
<title>DOC: Suggestions and improvments from tutorial readthrough (#4121)</title>
<updated>2020-08-02T16:20:16+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-08-02T16:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=549d63c17b0bc540dc92d7ead99b17f1c5967454'/>
<id>549d63c17b0bc540dc92d7ead99b17f1c5967454</id>
<content type='text'>
* DOC: rm windows-specific note/instructions.

Assume user knows how to install scientific Python software on their
chosen platform.

* DOC: rely on intersphinx for hashable def

 * Removes the hashable term from the nx glossary and instead refer to the
   Python glossary via intersphinx.
 * Wording was from the Python2 docs and had become out-of-sync with the
   Python glossary entry

* DOC: minor fixup to glossary

* DOC: Add node attr example and links.

 * Add a few links to glossary terms and forward-refs to the tutorial
   section on attributes.
 * Add an example of add_nodes_from with attribute dicts.
 * Minor rewordings.

* DOC: Add a few more section headings.

 * Adds three new section headings to the tutorial to better match
   the natural organization of the material.
 * Adds additional sentence contextualizing constructors.

* DOC: add link to nbunch glossary entry

* DOC: Wording change.

* DOC: change property links from meth to attr roles.

Prevents the () from being added to properties in the
rendered docs

* DOC: beef up indexing example.

Add edge attribute so that the result is clearer than returning an
empty dictionary

* STY: code style fixup in nbplot

* DOC: More precise wording in comment

* DOC: switch to autosummary for graph creation.

Adds autosummary-generated table for graph creation methods to
tutorial. Nice because the methods are linkable, but may be overkill

* DOC: Remove pylab suggestion.

Use of --pylab is discouraged, so remove the suggestion from tutorial</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: rm windows-specific note/instructions.

Assume user knows how to install scientific Python software on their
chosen platform.

* DOC: rely on intersphinx for hashable def

 * Removes the hashable term from the nx glossary and instead refer to the
   Python glossary via intersphinx.
 * Wording was from the Python2 docs and had become out-of-sync with the
   Python glossary entry

* DOC: minor fixup to glossary

* DOC: Add node attr example and links.

 * Add a few links to glossary terms and forward-refs to the tutorial
   section on attributes.
 * Add an example of add_nodes_from with attribute dicts.
 * Minor rewordings.

* DOC: Add a few more section headings.

 * Adds three new section headings to the tutorial to better match
   the natural organization of the material.
 * Adds additional sentence contextualizing constructors.

* DOC: add link to nbunch glossary entry

* DOC: Wording change.

* DOC: change property links from meth to attr roles.

Prevents the () from being added to properties in the
rendered docs

* DOC: beef up indexing example.

Add edge attribute so that the result is clearer than returning an
empty dictionary

* STY: code style fixup in nbplot

* DOC: More precise wording in comment

* DOC: switch to autosummary for graph creation.

Adds autosummary-generated table for graph creation methods to
tutorial. Nice because the methods are linkable, but may be overkill

* DOC: Remove pylab suggestion.

Use of --pylab is discouraged, so remove the suggestion from tutorial</pre>
</div>
</content>
</entry>
<entry>
<title>Improve formatting of None in tutorial (#3986)</title>
<updated>2020-07-02T21:21:49+00:00</updated>
<author>
<name>johnthagen</name>
<email>johnthagen@users.noreply.github.com</email>
</author>
<published>2020-07-02T21:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=9873848e1a0d9dec6df5b5bea5b9440192002d84'/>
<id>9873848e1a0d9dec6df5b5bea5b9440192002d84</id>
<content type='text'>
rST formatting: None as inline literal</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rST formatting: None as inline literal</pre>
</div>
</content>
</entry>
<entry>
<title>Update string format</title>
<updated>2020-01-01T22:17:42+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2019-12-31T22:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=9b02800087d6a400ce84f9e44a15eee41c27c4dd'/>
<id>9b02800087d6a400ce84f9e44a15eee41c27c4dd</id>
<content type='text'>
find -name "*py" | xargs grep -n '" % '
find -name "*py" | xargs grep -n '"\.format('
find -name "*py" | xargs grep -n "' %"
find -name "*py" | xargs grep -n 'msg % '
find -name "*py" | xargs grep -n ' %d '
find -name "*py" | xargs grep -n '\.format('
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find -name "*py" | xargs grep -n '" % '
find -name "*py" | xargs grep -n '"\.format('
find -name "*py" | xargs grep -n "' %"
find -name "*py" | xargs grep -n 'msg % '
find -name "*py" | xargs grep -n ' %d '
find -name "*py" | xargs grep -n '\.format('
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous encoding information</title>
<updated>2019-11-11T21:39:06+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2019-11-09T07:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=cd2bde7856dc8057c8269696110ffb75795edf13'/>
<id>cd2bde7856dc8057c8269696110ffb75795edf13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doctests</title>
<updated>2018-11-15T02:49:11+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2018-11-03T07:39:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=c19b4bc99704bce370192d5daa2eb182ea809ee5'/>
<id>c19b4bc99704bce370192d5daa2eb182ea809ee5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs for G.copy and set_*_attributes. (#3024)</title>
<updated>2018-06-20T02:03:24+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2018-06-20T02:03:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=bf1c7cc9b144767523e5abcf84f949d4223848a0'/>
<id>bf1c7cc9b144767523e5abcf84f949d4223848a0</id>
<content type='text'>
* Update docs for G.copy and set_*_attributes.

Fixes #2899 and #2859

* fix tutorial and docs of to_*directed

Fixes #2849

* fix docs for asyn_fluidc

Fixes #2845

* Allow seed to change in connected_watts_strogatz_graph

Also update docs.  Fixes #2809

* Add tests for exceptions to asyn_fluidc

* Add tests for random graphs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update docs for G.copy and set_*_attributes.

Fixes #2899 and #2859

* fix tutorial and docs of to_*directed

Fixes #2849

* fix docs for asyn_fluidc

Fixes #2845

* Allow seed to change in connected_watts_strogatz_graph

Also update docs.  Fixes #2809

* Add tests for exceptions to asyn_fluidc

* Add tests for random graphs
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 2763: Fix typo `furether` in networkx tutorial documentation</title>
<updated>2017-11-22T00:38:32+00:00</updated>
<author>
<name>John Wegis</name>
<email>john.w@socialcodeinc.com</email>
</author>
<published>2017-11-22T00:38:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=32ba6954a42de2a7569ee45e9df41a98c29a333b'/>
<id>32ba6954a42de2a7569ee45e9df41a98c29a333b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo in tutorial (#2746)</title>
<updated>2017-11-09T19:17:08+00:00</updated>
<author>
<name>David Bradway</name>
<email>david.bradway@gmail.com</email>
</author>
<published>2017-11-09T19:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=45390255695cf21722aca2d2726b85bc2d6eaa7b'/>
<id>45390255695cf21722aca2d2726b85bc2d6eaa7b</id>
<content type='text'>
2 -&gt; 3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2 -&gt; 3</pre>
</div>
</content>
</entry>
<entry>
<title>Fix internal links (#2665)</title>
<updated>2017-09-12T15:18:31+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2017-09-12T15:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=0652f201a914ec94f08974b6982031d9fbc5a48f'/>
<id>0652f201a914ec94f08974b6982031d9fbc5a48f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Review and update tutorial/docs due to 2.0 changes (#2650)</title>
<updated>2017-09-07T16:07:05+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2017-09-07T16:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=0a31f2d0caf311c78ea3e91a17f8ef114fe86eb2'/>
<id>0a31f2d0caf311c78ea3e91a17f8ef114fe86eb2</id>
<content type='text'>
* Revamp tutorial.rst

* update docs and simpliy nbunch usage

* Revise base class docs

* Read-through and tweak rst files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Revamp tutorial.rst

* update docs and simpliy nbunch usage

* Revise base class docs

* Read-through and tweak rst files
</pre>
</div>
</content>
</entry>
</feed>
