glynnis / exchange-documentation

Boundless Exchange Documentation using MKDocs

Home Page:https://boundlessgeo.github.io/exchange-documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. build html

    make clean html

    Output files will be located in build/html

  5. build wheel package for exchange

    make clean wheel

    Output file will be located in build\

About

Boundless Exchange Documentation using MKDocs

https://boundlessgeo.github.io/exchange-documentation


Languages

Language:Python 40.0%Language:Makefile 32.1%Language:Batchfile 27.9%