Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx-platform
Commits
3bd590c1
Commit
3bd590c1
authored
Jul 10, 2013
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #363 from edx/ned/fix-noisy-docs
Ned/fix noisy docs
parents
d0e57862
8997ed03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
70 deletions
+14
-70
docs/source/conf.py
+14
-11
docs/source/lms.rst
+0
-59
No files found.
docs/source/conf.py
View file @
3bd590c1
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
EdX documentation build configuration file
"""
#pylint: disable=C0103
#pylint: disable=C0103
#pylint: disable=W0622
#pylint: disable=W0622
#pylint: disable=W0212
#pylint: disable=W0212
#pylint: disable=W0613
#pylint: disable=W0613
""" EdX documentation build configuration file, created by
sphinx-quickstart on Fri Nov 2 15:43:00 2012.
This file is execfile()d with the current directory set to its containing dir.
Note that not all possible configuration values are present in this
autogenerated file.
All configuration values have a default; values that are commented out
serve to show the default."""
import
sys
import
sys
import
os
import
os
...
@@ -21,7 +14,17 @@ import os
...
@@ -21,7 +14,17 @@ import os
# add these directories to sys.path here. If the directory is relative to the
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
# documentation root, use os.path.abspath to make it absolute, like shown here.
# sys.path.insert(0, os.path.abspath('.'))
# sys.path.insert(0, os.path.abspath('.'))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../..'
))
# mitx folder
root
=
os
.
path
.
abspath
(
'../..'
)
sys
.
path
.
append
(
root
)
sys
.
path
.
append
(
os
.
path
.
join
(
root
,
"common/djangoapps"
))
sys
.
path
.
append
(
os
.
path
.
join
(
root
,
"common/lib"
))
sys
.
path
.
append
(
os
.
path
.
join
(
root
,
"common/lib/sandbox-packages"
))
sys
.
path
.
append
(
os
.
path
.
join
(
root
,
"lms/djangoapps"
))
sys
.
path
.
append
(
os
.
path
.
join
(
root
,
"lms/lib"
))
sys
.
path
.
append
(
os
.
path
.
join
(
root
,
"cms/djangoapps"
))
sys
.
path
.
append
(
os
.
path
.
join
(
root
,
"cms/lib"
))
# django configuration - careful here
# django configuration - careful here
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'lms.envs.test'
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'lms.envs.test'
...
...
docs/source/lms.rst
View file @
3bd590c1
...
@@ -39,13 +39,6 @@ Views
...
@@ -39,13 +39,6 @@ Views
:members:
:members:
:show-inheritance:
:show-inheritance:
Tests
-----
.. automodule:: certificates.tests
:members:
:show-inheritance:
Circuit
Circuit
=======
=======
...
@@ -67,13 +60,6 @@ Views
...
@@ -67,13 +60,6 @@ Views
:members:
:members:
:show-inheritance:
:show-inheritance:
Tests
-----
.. automodule:: circuit.tests
:members:
:show-inheritance:
Course_wiki
Course_wiki
===========
===========
...
@@ -181,12 +167,6 @@ Views
...
@@ -181,12 +167,6 @@ Views
:members:
:members:
:show-inheritance:
:show-inheritance:
Tests
-----
.. automodule:: dashboard.tests
:members:
:show-inheritance:
Django comment client
Django comment client
=====================
=====================
...
@@ -202,12 +182,6 @@ Models
...
@@ -202,12 +182,6 @@ Models
:members:
:members:
:show-inheritance:
:show-inheritance:
Tests
-----
.. automodule:: django_comment_client.tests
:members:
:show-inheritance:
Heartbeat
Heartbeat
=========
=========
...
@@ -230,12 +204,6 @@ Views
...
@@ -230,12 +204,6 @@ Views
:members:
:members:
:show-inheritance:
:show-inheritance:
Tests
-----
.. .. automodule:: instructor.tests
.. :members:
.. :show-inheritance:
Lisenses
Lisenses
========
========
...
@@ -258,12 +226,6 @@ Views
...
@@ -258,12 +226,6 @@ Views
:members:
:members:
:show-inheritance:
:show-inheritance:
Tests
-----
.. automodule:: licenses.tests
:members:
:show-inheritance:
LMS migration
LMS migration
=============
=============
...
@@ -322,13 +284,6 @@ Static template view
...
@@ -322,13 +284,6 @@ Static template view
:members:
:members:
:show-inheritance:
:show-inheritance:
Models
------
.. automodule:: static_template_view.models
:members:
:show-inheritance:
Views
Views
-----
-----
...
@@ -336,13 +291,6 @@ Views
...
@@ -336,13 +291,6 @@ Views
:members:
:members:
:show-inheritance:
:show-inheritance:
Tests
-----
.. automodule:: static_template_view.tests
:members:
:show-inheritance:
Static book
Static book
===========
===========
...
@@ -364,10 +312,3 @@ Views
...
@@ -364,10 +312,3 @@ Views
.. automodule:: staticbook.views
.. automodule:: staticbook.views
:members:
:members:
:show-inheritance:
:show-inheritance:
Tests
-----
.. automodule:: staticbook.tests
:members:
:show-inheritance:
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