From: Philipp Spitzer Date: Tue, 26 Feb 2019 21:02:34 +0000 (+0100) Subject: Add how to create Sphinx documentation to README. X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/03727cda9deb5c3d693ec80df2b416e6574ca34e Add how to create Sphinx documentation to README. --- diff --git a/web/README b/web/README index 0ac72d1..6a6ee1f 100644 --- a/web/README +++ b/web/README @@ -1,4 +1,4 @@ -Needed packages: (python3-flask python3-sqlalchemy) python3-mysqldb python3-flask-sqlalchemy +Needed packages: (python3-flask python3-sqlalchemy) python3-mysqldb python3-flask-sqlalchemy python3-sphinxcontrib.httpdomain Start with: FLASK_APP=seepark_web.py FLASK_DEBUG=1 SEEPARKINI=~/seewasser.ini flask run @@ -34,3 +34,9 @@ https://docs.pylonsproject.org/projects/waitress/en/latest/ https://docs.pylonsproject.org/projects/waitress/en/latest/runner.html#runner https://gr33ndata.blogspot.com/2012/01/waitress-flask.html + +--- + +Generate documentation: +cd doc +SEEPARKINI=~/seewasser.ini make web