Add updated documentation and tests
This commit is contained in:
parent
bd910e09e0
commit
5576b58949
15 changed files with 63 additions and 29 deletions
35
doc/index.rst
Normal file
35
doc/index.rst
Normal file
|
@ -0,0 +1,35 @@
|
|||
.. abgabesystem documentation master file, created by
|
||||
sphinx-quickstart on Fri Jun 1 13:35:35 2018.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to abgabesystem's documentation!
|
||||
========================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
||||
.. automodule:: abgabesystem
|
||||
:members:
|
||||
|
||||
.. automodule:: abgabesystem.projects
|
||||
:members:
|
||||
|
||||
.. automodule:: abgabesystem.students
|
||||
:members:
|
||||
|
||||
.. automodule:: abgabesystem.commands
|
||||
:members:
|
||||
|
||||
.. autoclass:: abgabesystem.students.Student
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue