mapbender / documentation
Mapbender documentation
Installs: 3 785
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 23
Forks: 24
Open Issues: 7
Language:Python
- dev-master
- v3.2
- v3.0.8.6
- v3.0.7.4
- dev-release/3.0.6 / 3.0.6.x-dev
- v3.0.6.2
- 3.0.6.0
- dev-feature/sketch
- dev-fix/target-screenshots
- dev-fix/copyright-year-2023
- dev-fix/html-new-screenshots
- dev-fix/simple-search-anchor-placeholder
- dev-fix/basesourceswitcher-with-anchor
- dev-fix/coordinates-display-anchor
- dev-fix-overview-typo
- dev-feature/featureinfo-highlight-new-configuration
- dev-fix/updates-for-version-3-3-build
- dev-release/3.2.0
- dev-fix/installation-info
- dev-fix/wording
- dev-release/3.20_merged_with_master
- dev-fix-backend
- dev-fix-remove-obsolet-functions
- dev-fix/basesourceswitcher-update
- dev-fix/copyright-year-2022
- dev-fix/search-router-review-text
- dev-fix/functions-maxdepth-1
- dev-fix/sphinx-build-errors
- dev-fix/datamanager
- dev-fix/digitizer-more-img-links
- dev-fix/search_router
- dev-fix/commands
- dev-fix/faq
- dev-fix/installation-yaml-link
- dev-fix/quickstart-img-text
- dev-fix/digitizer-img-path
- dev-fix/share
- dev-feature/link
- dev-feature/applicationswitcher
- dev-fix/basesourceswitcher
- dev-fix/searchrouter
- dev-fix/imageexport
- dev-fix/layertree
- dev-fix/featureinfo
- dev-fix/sketch
- dev-fix/installation
- dev-release/3.0.8
- dev-docs/anchor-position-title
- dev-feature/activity_indicator
- dev-thzanger-patch-1
- dev-FeatureInfo_Highlighting
- dev-documentation/refactoring
- dev-feature/ldap
- dev-feature/downloads
This package is auto-updated.
Last update: 2023-02-02 17:05:05 UTC
README
This is the Mapbender documentation repository.
You can find the compiled pages of the latest released version at https://doc.mapbender.org/. Other versions of the documentation are also available at https://docs.mapbender.org/.
The sources are on Github.
The website code is generated using Sphinx, therefore the documentation source is written in Restructured Text.
You can find instructions on how the documentation is structured in chapter How to write Mapbender Documentation? or directly in this Git-Repository.
To build the website locally, you need to install Sphinx. Install it in Debian-based distributions via
sudo apt-get install sphinx-common python3-sphinx sudo apt-get install pip3 sudo pip3 install sphinxcontrib-phpdomain
You can then build the documentation by running:
$ make
Example
cd /data git clone git@github.com:mapbender/mapbender-documentation cd mapbender-documentation git checkout master ln -s /data/mapbender-documentation/_build/ /var/www/html/mb-doc pip3 install sphinx-rtd-theme rm -rf _build sphinx-build . _build -A version=3.3 http://localhost/mb-doc/
To participate in the documentation, create a fork and submit a pull request with your changes.
Have fun!