You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
617 B
617 B
Contributor Guide
How to set up a local Wiki Server
- In addition to your normal
python -m pip install -r requirements.txt
to install requirements you'll also need to install the docsrequirements.txt
by runningpython -m pip install -r docs/requirements.txt
. - Run
docs\make.bat html
from the main PMM directory to build the html wiki files. - Run
sphinx-reload docs
to boot up the Reloading Server athttp://localhost:5500
- Now you can make changes inside the docs folder to update the Wiki and when you want to see the changes just run
docs\make.bat html
again and then refresh that page.