diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-05-06 23:07:05 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-05-06 23:10:39 +0200 |
commit | 63761f4cb6f3017c6076ecd826ed0addcfb03061 (patch) | |
tree | 3117da45447e39b74f5c523a0032dd8a59d311c7 /doc/index.rst | |
parent | e41c727be8dbf8f663e67624b109d9f8b135a4ab (diff) | |
download | gitpython-63761f4cb6f3017c6076ecd826ed0addcfb03061.tar.gz |
docs: removed >>> in front of examples to make copy-pasting easier
remove hard linebreaks in favor of soft-linebreaks done by the editor, as this is more flexible when editing
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/index.rst b/doc/index.rst index cb7ee505..d05a8c98 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -5,8 +5,6 @@ GitPython Documentation ======================= -Contents: - .. toctree:: :maxdepth: 3 |