documentation: base structure for new documentation

This commit is contained in:
2019-08-09 19:52:56 +02:00
parent 448f5ff40f
commit 05e5008305
12 changed files with 270 additions and 1 deletions

7
doc/apps/core.rst Normal file
View File

@ -0,0 +1,7 @@
Documentation de core
=====================
.. toctree::
:maxdepth: 2
core/models.rst

4
doc/apps/core/models.rst Normal file
View File

@ -0,0 +1,4 @@
Classes liées aux utilisateurs
==============================
.. autoclass:: core.models.User