mkdocs-partial 1.4.1__tar.gz → 1.7.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/PKG-INFO +11 -2
  2. mkdocs_partial-1.7.1/PypiDescription.rst +10 -0
  3. mkdocs_partial-1.7.1/README.md +3 -0
  4. mkdocs_partial-1.7.1/mkdocs_partial/version.py +1 -0
  5. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial.egg-info/PKG-INFO +11 -2
  6. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial.egg-info/SOURCES.txt +1 -0
  7. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/setup.cfg +1 -1
  8. mkdocs_partial-1.4.1/README.md +0 -5
  9. mkdocs_partial-1.4.1/mkdocs_partial/version.py +0 -1
  10. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/LICENSE +0 -0
  11. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/__init__.py +0 -0
  12. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/argparse_types.py +0 -0
  13. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/docs_package_plugin.py +0 -0
  14. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/entry_point.py +0 -0
  15. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/integrations/__init__.py +0 -0
  16. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/integrations/macros_plugin_shim.py +0 -0
  17. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/integrations/material_blog_integration.py +0 -0
  18. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/integrations/redirect_plugin_shim.py +0 -0
  19. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/integrations/spellcheck_plugin_shim.py +0 -0
  20. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/mkdcos_helpers.py +0 -0
  21. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/__init__.py +0 -0
  22. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/packager.py +0 -0
  23. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/docs-package/dist-info/METADATA.j2 +0 -0
  24. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/docs-package/dist-info/WHEEL.j2 +0 -0
  25. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/docs-package/dist-info/entry_points.txt.j2 +0 -0
  26. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/docs-package/package/__init__.py.j2 +0 -0
  27. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/docs-package/package/__pyinstaller/__init__.py.j2 +0 -0
  28. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/docs-package/package/__pyinstaller/hook-{{module_name}}.py.j2 +0 -0
  29. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/docs-package/package/plugin.py.j2 +0 -0
  30. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/site-package/dist-info/METADATA.j2 +0 -0
  31. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/site-package/dist-info/WHEEL.j2 +0 -0
  32. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/site-package/dist-info/entry_points.txt.j2 +0 -0
  33. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/site-package/package/__init__.py.j2 +0 -0
  34. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/site-package/package/__main__.py.j2 +0 -0
  35. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/site-package/package/__pyinstaller/__init__.py.j2 +0 -0
  36. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/site-package/package/__pyinstaller/hook-{{module_name}}.py.j2 +0 -0
  37. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/packages/templates/site-package/package/entry_point.py.j2 +0 -0
  38. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/partial_docs_plugin.py +0 -0
  39. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/site_entry_point.py +0 -0
  40. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/templating/__init__.py +0 -0
  41. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/templating/markdown_extension.py +0 -0
  42. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/templating/templater.py +0 -0
  43. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/templating/templater_extension.py +0 -0
  44. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial/templating/version.py +0 -0
  45. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial.egg-info/dependency_links.txt +0 -0
  46. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial.egg-info/entry_points.txt +0 -0
  47. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial.egg-info/not-zip-safe +0 -0
  48. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial.egg-info/requires.txt +0 -0
  49. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/mkdocs_partial.egg-info/top_level.txt +0 -0
  50. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/pyproject.toml +0 -0
  51. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/tests/test_docs_package_plugin.py +0 -0
  52. {mkdocs_partial-1.4.1 → mkdocs_partial-1.7.1}/tests/test_site_entry_point.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mkdocs-partial
3
- Version: 1.4.1
3
+ Version: 1.7.1
4
4
  Summary: Mkdocs Partial Documentation
5
5
  Author: Exorids
6
6
  Project-URL: Homepage, https://github.com/exordis/mkdocs-partial
@@ -29,4 +29,13 @@ Requires-Dist: pytest-mock<4.0.0,>=3.0.0; extra == "test"
29
29
  Requires-Dist: pytest-resource-path==1.3.0; extra == "test"
30
30
  Requires-Dist: docs-documentation; extra == "test"
31
31
 
32
- Mkdocs Partial Documentation
32
+ Partial documentation mkdocs plugin and tools
33
+
34
+ Usage Scenarios:
35
+
36
+ - **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.
37
+ - **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.
38
+ - **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.
39
+ - **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.
40
+
41
+ `Documentation <https://docs.exordis.com/Partial%20Documentation/>`_
@@ -0,0 +1,10 @@
1
+ Partial documentation mkdocs plugin and tools
2
+
3
+ Usage Scenarios:
4
+
5
+ - **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.
6
+ - **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.
7
+ - **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.
8
+ - **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.
9
+
10
+ `Documentation <https://docs.exordis.com/Partial%20Documentation/>`_
@@ -0,0 +1,3 @@
1
+ # Summary
2
+
3
+ Partial documentation mkdocs plugin and tools
@@ -0,0 +1 @@
1
+ __version__ = "1.7.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mkdocs-partial
3
- Version: 1.4.1
3
+ Version: 1.7.1
4
4
  Summary: Mkdocs Partial Documentation
5
5
  Author: Exorids
6
6
  Project-URL: Homepage, https://github.com/exordis/mkdocs-partial
@@ -29,4 +29,13 @@ Requires-Dist: pytest-mock<4.0.0,>=3.0.0; extra == "test"
29
29
  Requires-Dist: pytest-resource-path==1.3.0; extra == "test"
30
30
  Requires-Dist: docs-documentation; extra == "test"
31
31
 
32
- Mkdocs Partial Documentation
32
+ Partial documentation mkdocs plugin and tools
33
+
34
+ Usage Scenarios:
35
+
36
+ - **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.
37
+ - **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.
38
+ - **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.
39
+ - **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.
40
+
41
+ `Documentation <https://docs.exordis.com/Partial%20Documentation/>`_
@@ -1,4 +1,5 @@
1
1
  LICENSE
2
+ PypiDescription.rst
2
3
  README.md
3
4
  pyproject.toml
4
5
  setup.cfg
@@ -2,7 +2,7 @@
2
2
  name = mkdocs-partial
3
3
  version = attr: mkdocs_partial.version.__version__
4
4
  description = Mkdocs Partial Documentation
5
- long_description = Mkdocs Partial Documentation
5
+ long_description = file: PypiDescription.rst
6
6
  author = Exorids
7
7
  keywords = mkdocs, partial
8
8
  classifiers =
@@ -1,5 +0,0 @@
1
- # Summary
2
-
3
- Partial documentation mkdocs plugin and tools
4
-
5
- [Documentation](https://docs.exordis.com/Partial%20Documentation/)
@@ -1 +0,0 @@
1
- __version__ = "1.4.1"
File without changes