thegraphnetwork / epigraphhub-lib-docs

Documentation for Both R and Python EpigraphHub packages.
https://epigraphhub-libraries.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
1 stars 3 forks source link

epigraphhub-lib-docs

Documentation for Both R and Python EpigraphHub packages.

How to Build the documentation

In order to build the documentation a few libraries must be installed.

You can install them by the following command:

pip install -r requirements.txt

Then to build the docs just type at the root of the repo:

make html