index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
source
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some sphinx formatting errors
Dan Schult
2015-10-04
13
-35
/
+67
*
Update install.rst
Dan Schult
2015-10-03
1
-12
/
+9
*
Merge pull request #1753 from MridulS/installdoc
Dan Schult
2015-10-02
1
-2
/
+20
|
\
|
*
Update install documentation
Mridul Seth
2015-09-10
1
-2
/
+20
*
|
Updated documentation building.
Neil
2015-08-31
1
-1
/
+1
|
/
*
Merge pull request #1719 from dschult/minor_doc_changes
Aric Hagberg
2015-08-08
3
-22
/
+24
|
\
|
*
minor changes related to _iter removal
Dan Schult
2015-08-07
3
-22
/
+24
*
|
Update news to include 1.10 release highlights
Dan Schult
2015-08-07
1
-0
/
+35
|
/
*
Merge pull request #1676 from MridulS/api2.0
Dan Schult
2015-08-07
2
-2
/
+175
|
\
|
*
Update release notes for 2.0 and migration guide
Mridul Seth
2015-07-31
2
-76
/
+69
|
*
Add a guide for moving from 1.xx to 2.0
Mridul Seth
2015-07-25
1
-0
/
+117
|
*
Update 2.0 notes
Mridul Seth
2015-07-25
1
-0
/
+63
|
*
fix docs after merging #1577
SanketDG
2015-06-27
2
-12
/
+11
|
*
Few updates in doc/source/overview.rst
Himanshu Mishra
2015-06-25
3
-3
/
+4
|
*
Merge pull request #1577 from SanketDG/maximum_spanning
chebee7i
2015-06-22
2
-0
/
+43
|
|
\
|
|
*
move *_edges functions to top-level and update release notes
SanketDG
2015-06-22
1
-17
/
+10
|
|
*
add and update release notes in release_2.0.rst
SanketDG
2015-06-22
1
-0
/
+48
|
|
*
add maximum/minimum_spanning_edges and tests
SanketDG
2015-06-19
1
-2
/
+2
|
|
*
remove minimum/maximum_spanning_edges and prim_mst
SanketDG
2015-06-11
1
-3
/
+1
|
|
*
add documentation for maximum_spanning_tree, pep8 fixes and fix #1575
SanketDG
2015-06-10
1
-0
/
+3
|
|
*
add _optimum_spanning_edges and maximum_spanning_edges
SanketDG
2015-06-09
1
-0
/
+1
*
|
|
Merge master into iter_refactor
Dan Schult
2015-08-07
7
-14
/
+73
*
|
|
Update doc/source/reference
Mridul Seth
2015-07-14
4
-20
/
+4
*
|
|
Merge pull request #1588 from MridulS/neigbhorsiter
Dan Schult
2015-06-17
4
-4
/
+0
|
\
\
\
|
*
|
|
Remove neighbors_iter, G.neighbors() now returns an iterator instead of list
Mridul Seth
2015-06-12
4
-4
/
+0
|
|
|
/
|
|
/
|
*
|
|
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
4
-8
/
+0
*
|
|
Merge remote-tracking branch 'upstream/iter_refactor' into iter_refactor
Mridul Seth
2015-06-17
4
-4
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
4
-4
/
+0
|
|
/
*
|
Update doc/source/reference/algorithms.centrality.rst
Mridul Seth
2015-06-16
1
-4
/
+9
*
|
Fix paths for RTD build.
chebee7i
2015-06-14
1
-2
/
+25
*
|
Adjust paths for RTD build.
chebee7i
2015-06-14
1
-0
/
+13
*
|
Configure documentation for readthedocs.org
chebee7i
2015-06-14
1
-16
/
+30
*
|
Update link to historical contributions.
chebee7i
2015-06-13
1
-1
/
+1
*
|
Merge pull request #1597 from hagberg/doc-fixes
chebee7i
2015-06-13
8
-122
/
+20
|
\
\
|
*
|
Missing space
Aric Hagberg
2015-06-13
1
-1
/
+1
|
*
|
Typos and formatting errors
Aric Hagberg
2015-06-13
3
-15
/
+15
|
*
|
Remove old credits
Aric Hagberg
2015-06-13
1
-92
/
+0
|
*
|
Add missing reference to triads
Aric Hagberg
2015-06-13
1
-0
/
+1
|
*
|
Underline too short
Aric Hagberg
2015-06-13
1
-1
/
+1
|
*
|
Over/underline length adjustment
Aric Hagberg
2015-06-13
1
-2
/
+2
|
*
|
Remove doc reference to generators.hybrid (in algorithms now).
Aric Hagberg
2015-06-13
1
-11
/
+0
|
|
/
*
|
Merge pull request #1570 from chebee7i/drawing_doc
chebee7i
2015-06-13
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
Add some comments/recommendations about drawing.
chebee7i
2015-06-10
1
-0
/
+18
*
|
make identified_nodes an alias for contracted_nodes
SanketDG
2015-06-05
1
-0
/
+1
|
/
*
Added k_components approximation to API changes.
Jordi Torrents
2015-06-03
1
-0
/
+6
*
Add k_components and other approx connectivity funcs to the docs.
Jordi Torrents
2015-06-03
1
-0
/
+20
*
Add k-(node)-components algorithm.
Jordi Torrents
2015-06-03
2
-1
/
+13
*
Update api_1.10.rst
Mridul Seth
2015-05-27
1
-18
/
+18
*
Update api_2.0.rst to api_1.10.rst and deprecate *iter functions
Mridul Seth
2015-05-25
2
-3
/
+8
*
Fix paren typo in tutorial
Aric Hagberg
2015-05-12
1
-1
/
+1
[next]