diff docs/api/models.rst @ 811:bb35ad076e2f beta

docs updates
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 05 Dec 2010 17:22:57 +0100
parents
children 64a5386216c5
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/api/models.rst	Sun Dec 05 17:22:57 2010 +0100
@@ -0,0 +1,19 @@
+.. _models::
+
+The :mod:`models` Module
+========================
+
+.. automodule:: rhodecode.model
+   :members:
+   
+.. automodule:: rhodecode.model.permission
+   :members:
+  
+.. automodule:: rhodecode.model.repo
+   :members:   
+
+.. automodule:: rhodecode.model.scm
+   :members:
+
+.. automodule:: rhodecode.model.user
+   :members:      
\ No newline at end of file