mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
Important: It seems the sphinx commands only work by entering the virtual environment of senju by copying the command/output of ```poetry env activate``` Inside the env install/update the poetry packages to ensure that you use the correct version of sphinx. Afterward cd into the senju/docs folder and execute auto_docu.sh You can open the docu with ```firefox build/html/index.html```
7 lines
100 B
ReStructuredText
7 lines
100 B
ReStructuredText
main module
|
|
===========
|
|
|
|
.. automodule:: main
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|