Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 647 Bytes

File metadata and controls

28 lines (16 loc) · 647 Bytes

Welcome to the MapManager user documentation.

This is intended for end users who want to use the desktop or web based apps.

For users interested in diving deeper, we have three more sets of documentation:

  • MapManagerCore
  • WebMapManager
  • PyMapManager

To edit the documentation locally

conda create -y -n mm-docs-env python==3.11
conda activate mm-docs-env

pip install mkdocs mkdocs-material mkdocstrings-python

mkdocs serve

Now visit http://127.0.0.1:8000/ in your browser

To push to gh-pages

mkdocs gh-deploy

Your new documentation will be available at

https://mapmanager.github.io/MapManager-Docs/