Metadata-Version: 2.2
Name: mkdocs-partial
Version: 1.25.1
Summary: Mkdocs Partial Documentation
Author: Exorids
Author-email: public@exordis.com
Project-URL: Homepage, https://github.com/exordis/mkdocs-partial
Project-URL: Documentation, https://docs.exordis.com/Partial%20Documentation/
Keywords: mkdocs,partial
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
License-File: LICENSE
Requires-Dist: setuptools<75,>=74
Requires-Dist: PyYAML<6.1,>=6.0.1
Requires-Dist: mkdocs<1.7,>=1.6
Requires-Dist: python-frontmatter<1.2,>=1.1.0
Requires-Dist: argparse<1.5,>=1.4
Requires-Dist: packaging>=24.0
Provides-Extra: lint
Requires-Dist: black<25,>=24.8; extra == "lint"
Requires-Dist: flake8<8.0.0,>=7.0.0; extra == "lint"
Requires-Dist: isort<6.0.0,>=5.13.0; extra == "lint"
Requires-Dist: pylint==3.3.0; extra == "lint"
Provides-Extra: test
Requires-Dist: pytest<8.0.0,>=7.1.3; extra == "test"
Requires-Dist: pytest-cov<4.0.0,>=3.0.0; extra == "test"
Requires-Dist: pytest-mock<4.0.0,>=3.0.0; extra == "test"
Requires-Dist: pytest-resource-path==1.3.0; extra == "test"
Requires-Dist: docs-documentation; extra == "test"

Partial documentation mkdocs plugin and tools

Usage Scenarios:

- **Keep documentation close to the code:** When a project has multiple repositories, each with its own documentation, the documentation site can be assembled from all repository docs.
- **Share a documentation subset across multiple sites:** For projects that share some code but maintain independent documentation, the shared documentation part can be distributed as a package and linked to each project site.
- **Synchronize the look and feel of multiple sites:** When several documentation sites need a unified look and feel, the shared site configuration and UI customizations can be distributed, even though the content differs.
- **Bypass the MkDocs requirement to keep all content in the docs_dir:** If the docs_dir constraint is limiting, documentation content from outside docs_dir can be linked into the site.

`Documentation <https://docs.exordis.com/partial-documentation/>`_
