Quickstart¶
Installation¶
This explains how to get a local copy of this documentation, so that use cases
and co. can be extended.
Prerequirement: Python and Rye must be installed to build the documentation.
Checkout the repository:
git clone https://github.com/patdhlk/Dahlke.PressCenter, cloneing with ssh is recommendedcd Dahlke.PressCenterrye init, this will create a virtuakl Python environment and installs all needed dependencies.Build the docs via
cd docsandrye run sphinx-build -a -E -b html . _build/html.Open
_build/html/index.htmlwith your browser of choice.
Usage¶
The documentation can be used as it is. And for sure also extended.
Extending the documentation is the most important use case, as your project grows over time.