Project for creating the ReadTheDocs pages for the ESDL MapEditor Documentation
The docs directory contains the documentation information
This documentation is hosted at: https://esdl-mapeditor-documentation.readthedocs.io/
To generate the documentation:
cd docs
make htmlThen the html is generated in the directory docs\build\html. Open the index.html in that directory in
your browser to see your changes.
When you push the changes to the github repository, the online documentation is automatically generated within a few minutes.