mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
chore: remove _modules and autogenerate it
Refs: OPS-61
This commit is contained in:
parent
627b546227
commit
63d434efe2
6 changed files with 5 additions and 31 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -174,3 +174,6 @@ pyrightconfig.json
|
|||
|
||||
# Ollama Local Dir
|
||||
ollama
|
||||
|
||||
# sphinx rst files
|
||||
docs/source/_modules
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
rm -rf source/_modules
|
||||
sphinx-apidoc -o source/_modules ../senju
|
||||
poetry run make clean
|
||||
poetry run make html
|
||||
poetry run make html
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
haiku module
|
||||
============
|
||||
|
||||
.. automodule:: haiku
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
main module
|
||||
===========
|
||||
|
||||
.. automodule:: main
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
senju
|
||||
=====
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
haiku
|
||||
main
|
||||
store_manager
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
store\_manager module
|
||||
=====================
|
||||
|
||||
.. automodule:: store_manager
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
Loading…
Add table
Add a link
Reference in a new issue