diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-07-02 16:54:11 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-07-02 16:54:11 +0200 |
| commit | f683c6623f73252645bb2819673046c9d397c567 (patch) | |
| tree | 3e51396631523cb4a6464ae03e513794a55ce130 /doc/doc_index/0.2/tutorial.html | |
| parent | fd96cceded27d1372bdc1a851448d2d8613f60f3 (diff) | |
| download | GitPython-f683c6623f73252645bb2819673046c9d397c567.tar.gz GitPython-f683c6623f73252645bb2819673046c9d397c567.zip | |
Fixed broken 0.2 documentation, it didn't contain the API reference previously due to import errors and a somewhat inconsistent working tree that occurred when switching branches ...
Diffstat (limited to 'doc/doc_index/0.2/tutorial.html')
| -rw-r--r-- | doc/doc_index/0.2/tutorial.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc_index/0.2/tutorial.html b/doc/doc_index/0.2/tutorial.html index a2400578..0498e77a 100644 --- a/doc/doc_index/0.2/tutorial.html +++ b/doc/doc_index/0.2/tutorial.html @@ -31,6 +31,9 @@ <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > + <a href="modindex.html" title="Global Module Index" + accesskey="M">modules</a> |</li> + <li class="right" > <a href="reference.html" title="API Reference" accesskey="N">next</a> |</li> <li class="right" > @@ -438,6 +441,9 @@ The special notion <tt class="docutils literal"><span class="pre">git.command(fl <a href="genindex.html" title="General Index" >index</a></li> <li class="right" > + <a href="modindex.html" title="Global Module Index" + >modules</a> |</li> + <li class="right" > <a href="reference.html" title="API Reference" >next</a> |</li> <li class="right" > |
