-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Alex Hallam edited this page Jul 10, 2023
·
9 revisions
Welcome to the tablespoon wiki!
git clone <pkg>cd <pkg>poetry shellpoetry update- Make function changes
poetry update-
python <scratch.py>Run file used for testing functions while inpoetry shell
- Update Version in
pyproject.toml - Run
poetry update - Build
poetry build - Share
poetry publish -u pypi_username -p pypi_pass
The docs used is mkdocs.
pip install mkdocs
pip install mkdocs-material # https://squidfunk.github.io/mkdocs-material/getting-started/
pip install mkdocstrings #https://mkdocstrings.github.io/#installation
pip install mkdocstrings[crystal,python]
mkdocs serve
push new docs with
mkdocs gh-deploy --force