From 17a172920fde8c6688c8a1a39f258629b8b73757 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 14 Jul 2010 20:14:29 +0200 Subject: Fixed the missing Repo type documentation thanks to a hint of gasche, fixed a few more resT syntax errors on the way --- doc/source/reference.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'doc/source/reference.rst') 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: -- cgit v1.2.1