Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Files

Latest commit

f7d2c4a · Jul 26, 2017

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 26, 2017
Nov 18, 2016
Nov 18, 2016

How to build the docs

  1. Install dependecies
    • pip install -r test-requirements.txt
  2. Make the docs
    • (sphinx-apidoc -f -e -o docs/source snap_plugin snap_plugin/v1/tests && cd docs && make html)

Note: The commands above need to be run from the root of the project.