Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
insights
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
insights
Commits
2adab303
Commit
2adab303
authored
Mar 30, 2013
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs now work with new structure
parent
5feabec3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
13 deletions
+14
-13
docs/source/conf.py
+1
-1
docs/source/index.rst
+13
-12
No files found.
docs/source/conf.py
View file @
2adab303
...
@@ -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
...
...
docs/source/index.rst
View file @
2adab303
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment