diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-07-14 20:14:29 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-07-14 20:14:29 +0200 |
commit | 17a172920fde8c6688c8a1a39f258629b8b73757 (patch) | |
tree | 97735a11812af8acc54415101649b9a8ee18cd12 /doc/source | |
parent | 24740f22c59c3bcafa7b2c1f2ec997e4e14f3615 (diff) | |
download | gitpython-17a172920fde8c6688c8a1a39f258629b8b73757.tar.gz |
Fixed the missing Repo type documentation thanks to a hint of gasche, fixed a few more resT syntax errors on the way
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/reference.rst | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/source/reference.rst b/doc/source/reference.rst index 5952fe2d..b6697d71 100644 --- a/doc/source/reference.rst +++ b/doc/source/reference.rst @@ -131,10 +131,17 @@ Remote :members: :undoc-members: -Repo ----- +Repo.Base +--------- + +.. automodule:: git.repo.base + :members: + :undoc-members: + +Repo.Functions +-------------- -.. automodule:: git.repo +.. automodule:: git.repo.fun :members: :undoc-members: |