Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 424 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 424 Bytes

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