summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoraric <none@none>2006-06-24 04:01:02 +0000
committeraric <none@none>2006-06-24 04:01:02 +0000
commitce890de76ad23422e916f7e82c0bbfeb7ffd8148 (patch)
tree67331fc3b6b324b0ff63659d5f696c5577046d25 /doc
parentbf03738c5af55533047a329d832af66742f4aa5e (diff)
downloadnetworkx-ce890de76ad23422e916f7e82c0bbfeb7ffd8148.tar.gz
Update News date
Makefile for epydoc 3.0 --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40305
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile4
-rw-r--r--doc/News.txt16
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 4914f697..84065e1f 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -39,10 +39,10 @@ pdfdoc: directory
pdfdocreal: Readme.tex Legal.tex Tutorial.tex Examples.tex Quick_ref.tex Drawing.tex Credits.tex News.tex
htmlreference: FORCE
- (cd ../;epydoc -o ./doc/html/Reference/ --ignore-param-mismatch --docformat restructuredtext --css doc/data/blue_restructured.css --no-private -v --inheritance listed -n networkx networkx)
+ (cd ../;epydoc -o ./doc/html/Reference/ --docformat restructuredtext --css doc/data/blue_restructured.css --no-private -v --inheritance listed networkx)
pdfreference: FORCE
- (cd ../;epydoc --pdf -o ./doc/pdf/Reference/ --ignore-param-mismatch --docformat restructuredtext -v --inheritance listed -n networkx networkx)
+ (cd ../;epydoc --pdf -o ./doc/pdf/Reference/ --docformat restructuredtext -v --inheritance listed networkx)
mv pdf/Reference/api.pdf pdf/networkx_api.pdf
/bin/rm -r pdf/Reference
diff --git a/doc/News.txt b/doc/News.txt
index e6ff94c3..c2cc93ea 100644
--- a/doc/News.txt
+++ b/doc/News.txt
@@ -43,8 +43,7 @@ Bug fixes
Examples
~~~~~~~~
- unicode node labels
- https://networkx.lanl.gov/wiki/file/networkx/trunk/doc/examples/unicode.py
-
+ https://networkx.lanl.gov/wiki/file/networkx/trunk/doc/examples/unicode.py
What's new in NX-0.29?
----------------------
@@ -68,12 +67,13 @@ New features
Bug fixes
~~~~~~~~~
- - Betweenness centrality now correctly uses Brandes definition and
- has normalization option outside main loop
- - Empty graph now labled as empty_graph(n)
- - shortest_path_length used python2.4 generator feature
- - degree_sequence_tree off by one error caused nonconsecutive labeling
- - periodic_grid_2d_graph removed in favor of grid_2d_graph with periodic=True
+ - Betweenness centrality now correctly uses Brandes definition and
+ has normalization option outside main loop
+ - Empty graph now labled as empty_graph(n)
+ - shortest_path_length used python2.4 generator feature
+ - degree_sequence_tree off by one error caused nonconsecutive labeling
+ - periodic_grid_2d_graph removed in favor of grid_2d_graph with
+ periodic=True
What's new in NX-0.28?
----------------------