Changeset - 499c513967a1
[Not reviewed]
Bradley M. Kuhn - 11 years ago 2014-07-03 01:08:38
bkuhn@sfconservancy.org
docs: fix building html
2 files changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/api/models.rst
Show inline comments
 
@@ -13,23 +13,23 @@ The :mod:`models` Module
 
.. automodule:: kallithea.model.notification
 
   :members:
 

	
 
.. automodule:: kallithea.model.permission
 
   :members:
 

	
 
.. automodule:: kallithea.model.repo_permission
 
   :members:
 

	
 
.. automodule:: kallithea.model.repo
 
   :members:
 

	
 
.. automodule:: kallithea.model.repos_group
 
.. automodule:: kallithea.model.repo_group
 
   :members:
 

	
 
.. automodule:: kallithea.model.scm
 
   :members:
 

	
 
.. automodule:: kallithea.model.user
 
   :members:
 

	
 
.. automodule:: kallithea.model.users_group
 
.. automodule:: kallithea.model.user_group
 
   :members:
docs/index.rst
Show inline comments
 
@@ -2,24 +2,25 @@
 

	
 
.. include:: ./../README.rst
 

	
 
Users Guide
 
-----------
 

	
 
**Installation:**
 

	
 
.. toctree::
 
   :maxdepth: 1
 

	
 
   installation
 
   installation_win
 
   setup
 
   upgrade
 

	
 
**Usage**
 

	
 
.. toctree::
 
   :maxdepth: 1
 

	
 
   usage/general
 
   usage/git_support
 
   usage/performance
 
   usage/locking
0 comments (0 inline, 0 general)