Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 912 Bytes

README.rst

File metadata and controls

24 lines (16 loc) · 912 Bytes

Impact Stack development documentation

This repository is the home of the Impact Stack documentation that can be found on http://impact-stack.readthedocs.org.

The documentation is written using Sphinx in the reStructuredText format and hosted on readthedocs.org.

Development setup

  1. Create a development environment: make development
  2. Activate the environment . .venv/bin/activate

Writing documentation

  1. Edit the source files in docs/source.
  2. Build the HTML version using make html (in the docs folder).
  3. View the result in your browser in docs/build