Customising¶
Editing Existing Pages¶
To change a page, simply edit the markdown files in the doc/ directory.
Adding New Pages¶
To add a new page of documentation:
Add a new Markdown file to the
doc/directory.In the
doc/index.rstfile, add the filename to thetoctreesection (without the.mdextension).
Sphinx Configuration¶
The phlink init command generates a sample doc/conf.py Sphinx configuration file.
You can customise this to your liking - see the Sphinx documentation for full details.