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

Latest commit

 

History

History
18 lines (13 loc) · 457 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 457 Bytes

Contributing to API Elements Documentation

The documentation is built using Sphinx, a Python tool. Assuming you have Python 3 and pipenv installed, the following steps can be used to build the site.

$ pipenv install --dev

Running the Development Server

You can run a local development server to preview changes using the following:

$ pipenv run serve