Commit 2adab303 by Piotr Mitros

Docs now work with new structure

parent 5feabec3
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
import sys, os import sys, os
sys.path.insert(0, os.path.abspath('../../src')) sys.path.insert(0, os.path.abspath('../../src/djanalytics/'))
print sys.path print sys.path
......
...@@ -6,37 +6,38 @@ ...@@ -6,37 +6,38 @@
Welcome to djanalytics's documentation! Welcome to djanalytics's documentation!
======================================= =======================================
Contents: ..
Contents:
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
djanalytics.decorators core.decorators
====================== ======================
djanalytics.decorators is the public interface of djanalytics core.decorators is the bulk of the public interface of djanalytics.
.. automodule:: djanalytics.decorators .. automodule:: core.decorators
:members: :members:
djanalytics.views core.views
====================== ======================
.. automodule:: djanalytics.views .. automodule:: core.views
:members: :members:
djanalytics.models core.models
====================== ======================
.. automodule:: djanalytics.models .. automodule:: core.models
:members: :members:
djanalytics.helpers core.helpers
====================== ======================
These are internal interfaces, and cannot be relied upon. These are internal interfaces, and cannot be relied upon.
.. automodule:: djanalytics.helpers .. automodule:: core.helpers
:members: :members:
Indices and tables Indices and tables
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment