If you find a bug, or wish to request a feature, feel free to open a new issue.
PRs are welcome and appreciated, but please open an issue first to discuss the change you'd like to make first. PRs that haven't been discussed, or that fall outside the intended scope of this project, may be closed without merging.
Upgrade pip and install the dependencies:
python -m pip install --upgrade pip
pip install mkdocs pytest pylint markdown setuptoolsInstalling a local copy of the plugin (potentially from your MkDoc's venv location):
pip install -e /path/to/mkdocs-alias-plugin/Running unit tests after installing pytest from the root directory:
pytest -vvBoth unit test and linting:
pylint $(git ls-files '*.py') && pytest -vv