mir.sitemap

Sitemap generator


License
Apache-2.0
Install
pip install mir.sitemap==1.1.0

Documentation

mir.sitemap README

CircleCI Codecov PyPI Release Latest Documentation

Sitemap generator

Before running any other make command, run:

$ pipenv install --dev

To build an installable wheel, run:

$ make wheel

To build a source distribution, run:

$ make sdist

To run tests, run:

$ make check

To build docs, run:

$ make html

To build a TAGS file, run:

$ make TAGS

To clean up all built files, run:

$ make distclean