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