linpershey's picture
Add 'pm4py/' from commit '80970016c5e1e79af7c37df0dd88e17587fe7bcf'
b4ba3ec
raw
history blame contribute delete
577 Bytes
This document describes how to generate API documentation using sphinx.
First, install sphinx (we assume you are able to do this via the official sphinx website).
To generate the docs perform the following steps.
1. First create all the actuall .rst files that define all the documentation.
In cmd/terminal browse to the docs folder (this folder ;-)) and run:
> sphinx-apidoc --module-first -o source ../
You can optionally opt to choose to remove all the .rst files from the source folder (except for index.rst!!!!)
2. Generate corresponding html files:
make html