Initial commit

This commit is contained in:
Paillat
2024-07-30 10:49:05 +02:00
committed by GitHub
commit 5583d15cda
41 changed files with 1803 additions and 0 deletions

29
docs/python_package.rst Normal file
View File

@@ -0,0 +1,29 @@
python\_package package
=======================
Subpackages
-----------
.. toctree::
:maxdepth: 4
python_package.hello_world
Submodules
----------
python\_package.setup module
----------------------------
.. automodule:: python_package.setup
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: python_package
:members:
:undoc-members:
:show-inheritance: