rearrange docs, etc.

main
Jeff Moe 2023-11-25 10:10:39 -07:00
parent 5764d3bf1d
commit 1dfbb8d268
4 changed files with 5 additions and 5 deletions

View File

@ -26,4 +26,4 @@ exclude_patterns = ["_build"]
html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
htmlhelp_basename = "TheStackLicensesdoc"
htmlhelp_basename = "TheStackdoc"

View File

@ -20,4 +20,4 @@ Indices and tables
:maxdepth: 1
:caption: Contents:
the_stack_licenses
the_stack

View File

@ -3,6 +3,6 @@ The Smack
This is the documentation for The Smack.
.. automodule:: the_stack_licenses
.. automodule:: the_stack
:members:

View File

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