Root repository for NextGIS user and developer documentation
- Get Started with your Web GIS
- NextGIS Web
- NextGIS QGIS
- NextGIS Mobile
- NextGIS Manager
- NextGIS Formbuilder
- NextGIS Bio
- NextGIS Opengeodata Portal
- NextGIS Forest Inspector
- NextGIS Web for developers
- NextGIS Mobile for developers
- NextGIS QMS Server for developers
- NextGIS Formbuilder for developers
To start generating documentation locally you need some packages be installed python > 2.7 and:
- sudo pip install sphinx
- sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
- sudo apt-get install texlive-doc-ru texlive-lang-cyrillic texlive-fonts-extra
- sudo pip install sphinxcontrib-httpdomain sphinx-bootstrap-theme
- sudo apt-get install latexmk
You can install packages in virtual environment, so 1 and 4 must be executed in vetualenv:
- source env/bin/activate
- pip install sphinx
- pip install sphinxcontrib-httpdomain sphinx-bootstrap-theme
You have to generate key for ssh git access. See: https://help.github.com/articles/generating-ssh-keys/
git clone --recursive git@github.com:nextgis/docs_ng.git
cd docs_ng
make html
make latexpdf
Documentation automaticaly updates on docs.nextgis.com after git push or edits on Github:
- Clone or pull this repository (как правильно)
- Wait buildbot task finished (check repository changes each 15 minutes)
This documentaion is licensed under CC-BY-ND 3.0