Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.05 KB

IGRAC Website

Handbook and Technical Docs Repository for the IGRAC Hydrogeological Digitizing Project for Mozambique and Zimbabwe. The document highlights the procedures, principles, and processes related to the IGRAC Hydrogeological Digitizing Project. Please review this content at https://kartoza.github.io/IGRAC-ZimAndMozDigitizing for more information.

Building the Handbook as a PDF

Check out the code

git clone [email protected]:kartoza/IGRAC-ZimAndMozDigitizing.git

Install Dependencies

You need to install these packages:

pip install mkdocs-with-pdf
pip install mkdocs-material
pip install mdx_gh_links
pip install mkdocs-pdf-export-plugin

Build the documentation

Note that whenever you add new sections to nav in the mkdocs.yml (used for building the web version), you should apply those same edits to mkdocs-base.yml if you want those new sections to appear in the pdf too.

cd docs
./build-docs-pdf.sh
xdg-open TheDigitizingHandbook.pdf