Skip to content

Commit

Permalink
Finish sphinx documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kdryja committed Apr 18, 2018
1 parent d3df549 commit 833089e
Show file tree
Hide file tree
Showing 14 changed files with 110 additions and 8 deletions.
20 changes: 20 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
Welcome to CodeMarker's documentation!
======================================

Feel free to explore each component at your discertion. You can also search the docs using the input field in the sidebar.

Please note that the Django-generated files haven't been documented. Please refer to Django's documentation for their overview.

Contact Team Alpha in case of any issues:

- Konrad Dryja – k.dryja.15@aberdeen.ac.uk
- Stefan Rudvin – stefan.rudvin@hotmail.com
- Elzbieta Futkowska - e.futkowska.15@aberdeen.ac.uk
- Tautvydas Cerniauskas - tautvydas.cer@gmail.com

.. toctree::
:maxdepth: 2
:caption: Contents:
Expand All @@ -14,6 +25,15 @@ Welcome to CodeMarker's documentation!
modules/views
modules/processor
modules/factory
modules/docker_processor
modules/serializers
modules/backup_service
modules/test_assessments
modules/test_backup
modules/test_courses_users
modules/test_courses
modules/test_submissions
modules/test_users

Indices and tables
==================
Expand Down
11 changes: 11 additions & 0 deletions docs/modules/backup_service.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. toctree::
:maxdepth: 5
:caption: Contents:

backup_service.py
======
.. automodule:: app.backup_service
:members:
:show-inheritance:
:inherited-members:

11 changes: 11 additions & 0 deletions docs/modules/docker_processor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. toctree::
:maxdepth: 5
:caption: Contents:

docker_processor.py
======
.. automodule:: app.docker_processor
:members:
:show-inheritance:
:inherited-members:

3 changes: 1 addition & 2 deletions docs/modules/factory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
:maxdepth: 5
:caption: Contents:

Factory
factory.py
======
.. automodule:: app.factory
:members:
:show-inheritance:
:inherited-members:

3 changes: 1 addition & 2 deletions docs/modules/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
:maxdepth: 5
:caption: Contents:

Models
models.py
======
.. automodule:: app.models
:members:
:show-inheritance:
:inherited-members:

3 changes: 1 addition & 2 deletions docs/modules/processor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
:maxdepth: 5
:caption: Contents:

Processor
submission_processor.py
======
.. automodule:: app.submission_processor
:members:
:show-inheritance:
:inherited-members:

10 changes: 10 additions & 0 deletions docs/modules/serializers.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. toctree::
:maxdepth: 5
:caption: Contents:

serializers.py
======
.. automodule:: app.serializers
:members:
:show-inheritance:

9 changes: 9 additions & 0 deletions docs/modules/test_assessments.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. toctree::
:maxdepth: 2
:caption: Contents:

test_assessments.py
======
.. automodule:: app.tests.test_assessments
:members:
:show-inheritance:
9 changes: 9 additions & 0 deletions docs/modules/test_backup.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. toctree::
:maxdepth: 2
:caption: Contents:

test_backup.py
======
.. automodule:: app.tests.test_backup
:members:
:show-inheritance:
9 changes: 9 additions & 0 deletions docs/modules/test_courses.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. toctree::
:maxdepth: 2
:caption: Contents:

test_courses.py
======
.. automodule:: app.tests.test_courses
:members:
:show-inheritance:
9 changes: 9 additions & 0 deletions docs/modules/test_courses_users.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. toctree::
:maxdepth: 2
:caption: Contents:

test_courses_users.py
======
.. automodule:: app.tests.test_courses_users
:members:
:show-inheritance:
9 changes: 9 additions & 0 deletions docs/modules/test_submissions.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. toctree::
:maxdepth: 2
:caption: Contents:

test_submissions.py
======
.. automodule:: app.tests.test_submissions
:members:
:show-inheritance:
9 changes: 9 additions & 0 deletions docs/modules/test_users.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. toctree::
:maxdepth: 2
:caption: Contents:

test_users.py
======
.. automodule:: app.tests.test_users
:members:
:show-inheritance:
3 changes: 1 addition & 2 deletions docs/modules/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
:maxdepth: 2
:caption: Contents:

Views
views.py
======
.. automodule:: app.views
:members:
:show-inheritance:
:inherited-members:

0 comments on commit 833089e

Please sign in to comment.