more rename/re-org

main
Jeff Moe 2023-11-25 12:20:48 -07:00
parent 873960c927
commit e053d14155
9 changed files with 19 additions and 19 deletions

View File

@ -8,7 +8,7 @@ deactivate ; rm -rf venv env dist ; virtualenv env ; source env/bin/activate ;
Cleanish:
```
source env/bin/activate ; cd docs/ ; make clean ; cd .. ; deactivate ; rm -rf venv env dist
source env/bin/activate ; cd docs/ ; make clean ; cd .. ; deactivate ; rm -rf venv env dist src/*-info src/*/__pycache__
```

View File

@ -68,6 +68,6 @@ These scripts were created with the `The Phind-CodeLlama-34B-v2_q8.guff` model f
:maxdepth: 1
:caption: Contents:
the_stack
the_smack
* :ref:`genindex`

View File

@ -0,0 +1,10 @@
The Smack
=========
This is the documentation for The Smack.
.. automodule:: the_smack
:members:
.. automodule:: the_smack.the_stack_licenses
:members:

View File

@ -1,10 +0,0 @@
The Smack
=========
This is the documentation for The Smack.
.. automodule:: the_stack
:members:
.. automodule:: the_stack.the_stack_licenses
:members:

View File

@ -8,5 +8,5 @@ name = "the_smack"
version = "0.0.9"
[project.scripts]
the-stack-licenses = "the_stack.the_stack_licenses:main"
the-stack-headers = "the_stack.the_stack_headers:main"
the-stack-licenses = "the_smack.the_stack_licenses:main"
the-stack-headers = "the_smack.the_stack_headers:main"

View File

@ -0,0 +1,5 @@
# __init__.py
import the_smack
__all__ = ["the_smack"]

View File

@ -1,5 +0,0 @@
# __init__.py
import the_stack
__all__ = ["the_stack"]