Skip to main content

A Django wrapper for Boundless Exchange Documentation.

Project description

Steps to build documents
========================

1. Create virtual environment (venv)

`demo:boundless exchange$ virtualenv venv`

2. Activate virtual environment

`demo:boundless exchange$ source venv/bin/activate`

3. Install Sphinx

`(venv) demo:boundless exchange$ pip install -r requirements.txt`

4. Add submodule (theme)

`git submodule init`
`git submodule update`

5. build html

`make clean html`

Output files will be located in `build/html`

6. build wheel package for exchange

`make clean wheel`

Output file will be located in `build\`

7. update gh-pages

`make clean gh-pages`

Updated docs will be located [here] (https://boundlessgeo.github.io/exchange-documentation/).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-exchange-docs-1.1.0a2.tar.gz (1.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page