/ doc / index.rst
index.rst
 1  .. DAS simulator documentation master file, created by
 2     sphinx-quickstart on Wed Feb  8 20:56:44 2023.
 3     You can adapt this file completely to your liking, but it should at least
 4     contain the root `toctree` directive.
 5  
 6  Welcome to DAS simulator's documentation!
 7  =========================================
 8  
 9  Indices and tables
10  ==================
11  
12  * :ref:`genindex`
13  * :ref:`modindex`
14  * :ref:`search`
15  
16  .. toctree::
17     :maxdepth: 2
18     :caption: Contents:
19  
20  .. automodule:: block
21     :members:
22  
23  .. automodule:: configuration
24     :members:
25  
26  .. automodule:: observer
27     :members:
28  
29  .. automodule:: results
30     :members:
31  
32  .. automodule:: shape
33     :members:
34  
35  .. automodule:: simulator
36     :members:
37  
38  .. automodule:: tools
39     :members:
40  
41  .. automodule:: validator
42     :members:
43  
44