# HG changeset patch # User Bradley M. Kuhn # Date 2014-07-03 01:08:38 # Node ID 499c513967a17683dd3b74e073dd5ef5269a51bb # Parent 3e6291d99a6f4bcb1589c75d44d199f9d2ed60a9 docs: fix building html diff --git a/docs/api/models.rst b/docs/api/models.rst --- a/docs/api/models.rst +++ b/docs/api/models.rst @@ -22,7 +22,7 @@ The :mod:`models` Module .. automodule:: kallithea.model.repo :members: -.. automodule:: kallithea.model.repos_group +.. automodule:: kallithea.model.repo_group :members: .. automodule:: kallithea.model.scm @@ -31,5 +31,5 @@ The :mod:`models` Module .. automodule:: kallithea.model.user :members: -.. automodule:: kallithea.model.users_group +.. automodule:: kallithea.model.user_group :members: diff --git a/docs/index.rst b/docs/index.rst --- a/docs/index.rst +++ b/docs/index.rst @@ -11,6 +11,7 @@ Users Guide :maxdepth: 1 installation + installation_win setup upgrade