@@ -91,18 +91,17 @@ for a list of dependencies needed for building `cmd2`.
9191See the ` dev ` list under the ` [dependency-groups] ` heading in [ pyproject.toml] ( ../pyproject.toml )
9292for a list of dependencies needed for building ` cmd2 ` .
9393
94- | Prerequisite | Minimum Version | Purpose |
95- | -------------------------------------------------------------------- | --------------- | -------------------------------- |
96- | [ codecov] ( http://doc.pytest.org/en/latest/ ) | ` 2.1.13 ` | Cover coverage reporting |
97- | [ mypy] ( https://mypy-lang.org/ ) | ` 1.13.0 ` | Static type checker |
98- | [ pytest] ( https://docs.pytest.org/en/stable/ ) | ` 3.0.6 ` | Unit and integration tests |
99- | [ pytest-cov] ( http://doc.pytest.org/en/latest/ ) | ` 6.0.0 ` | Pytest code coverage |
100- | [ pytest-mock] ( https://pypi.org/project/pytest-mock/ ) | ` 3.14.0 ` | Pytest mocker fixture |
101- | [ mkdocs-macros-plugin] ( https://mkdocs-macros-plugin.readthedocs.io/ ) | ` 1.3.7 ` | MkDocs Plugin for macros |
102- | [ mkdocs-material] ( https://squidfunk.github.io/mkdocs-material/ ) | ` 9.5.49 ` | Documentation |
103- | [ mkdocstrings[ python]] ( https://mkdocstrings.github.io/ ) | ` 0.27.0 ` | MkDocs Plugin for Python AutoDoc |
104- | [ ruff] ( https://github.com/astral-sh/ruff ) | ` 0.7.3 ` | Fast linter and formatter |
105- | [ uv] ( https://github.com/astral-sh/uv ) | ` 0.5.1 ` | Python package management |
94+ | Prerequisite | Minimum Version | Purpose |
95+ | ------------------------------------------------------- | --------------- | ---------------------------------- |
96+ | [ codecov] ( http://doc.pytest.org/en/latest/ ) | ` 2.1.13 ` | Cover coverage reporting |
97+ | [ mypy] ( https://mypy-lang.org/ ) | ` 1.13.0 ` | Static type checker |
98+ | [ pytest] ( https://docs.pytest.org/en/stable/ ) | ` 3.0.6 ` | Unit and integration tests |
99+ | [ pytest-cov] ( http://doc.pytest.org/en/latest/ ) | ` 6.0.0 ` | Pytest code coverage |
100+ | [ pytest-mock] ( https://pypi.org/project/pytest-mock/ ) | ` 3.14.0 ` | Pytest mocker fixture |
101+ | [ mkdocstrings[ python]] ( https://mkdocstrings.github.io/ ) | ` 0.27.0 ` | Zensical plugin for Python AutoDoc |
102+ | [ ruff] ( https://github.com/astral-sh/ruff ) | ` 0.7.3 ` | Fast linter and formatter |
103+ | [ uv] ( https://github.com/astral-sh/uv ) | ` 0.5.1 ` | Python package management |
104+ | [ Zensical] ( https://github.com/zensical/zensical ) | ` 0.0.17 ` | Markdown-based documentation |
106105
107106If Python is already installed in your machine, run the following commands to validate the versions:
108107
@@ -349,8 +348,8 @@ are primarily related to continuous integration and release deployment.
349348
350349#### Changes to the documentation files
351350
352- If you made changes to any file in the ` /docs ` directory, you need to build the MkDocs documentation
353- and make sure your changes look good:
351+ If you made changes to any file in the ` /docs ` directory, you need to build the Zensical
352+ documentation and make sure your changes look good:
354353
355354``` sh
356355$ make docs-test
0 commit comments