diff options
author | Aric Hagberg <aric.hagberg@gmail.com> | 2013-01-02 09:42:56 -0700 |
---|---|---|
committer | Aric Hagberg <aric.hagberg@gmail.com> | 2013-01-02 09:42:56 -0700 |
commit | 140e14f16b4745bbd91a4a6adce2596f53695411 (patch) | |
tree | cb96edf88c1c875b37e6f4efb742af15d6e60f72 /.gitignore | |
parent | 07b18261e570e3d9837c19f20112beddc2ecd211 (diff) | |
download | networkx-140e14f16b4745bbd91a4a6adce2596f53695411.tar.gz |
Split front page of website to networkx-website. Add gh-pages function to push docs to networkx-doc github site.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ doc/source/networkx-documentation.zip doc/source/networkx_reference.pdf doc/source/networkx_tutorial.pdf doc/source/templates/gallery.html +doc/gh-pages +doc/build # Generated while building documentation. doc/source/static/examples/* |