Add some documentation.
doc/conf.py
| 48 | 48 | ||
| 49 | 49 | # General information about the project. | |
| 50 | 50 | project = 'Offlate' | |
| 51 | - | copyright = '2018, Julien Lepiller' | |
| 51 | + | copyright = '2018,2020, Julien Lepiller' | |
| 52 | 52 | author = 'Julien Lepiller' | |
| 53 | 53 | ||
| 54 | 54 | # The version info for the project you're documenting, acts as replacement for |
doc/format.rst unknown status 1
| 1 | + | Format submodule | |
| 2 | + | ================ | |
| 3 | + | ||
| 4 | + | .. automodule:: offlate.formats.format | |
| 5 | + | :members: |
doc/index.rst
| 10 | 10 | :maxdepth: 2 | |
| 11 | 11 | :caption: Contents: | |
| 12 | 12 | ||
| 13 | + | format | |
| 14 | + | project | |
| 15 | + | ||
| 13 | 16 | Indices and tables | |
| 14 | 17 | ================== | |
| 15 | 18 |
doc/project.rst unknown status 1
| 1 | + | Project submodule | |
| 2 | + | ================= | |
| 3 | + | ||
| 4 | + | .. automodule:: offlate.systems.project | |
| 5 | + | :members: |