sphinxcontrib-waterloo-docstrings 0.7.2__tar.gz → 0.7.4__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 (26) hide show
  1. {sphinxcontrib_waterloo_docstrings-0.7.2/src/sphinxcontrib_waterloo_docstrings.egg-info → sphinxcontrib_waterloo_docstrings-0.7.4}/PKG-INFO +13 -13
  2. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/README.md +9 -9
  3. sphinxcontrib_waterloo_docstrings-0.7.4/VERSION +1 -0
  4. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/pyproject.toml +3 -3
  5. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4/src/sphinxcontrib_waterloo_docstrings.egg-info}/PKG-INFO +13 -13
  6. sphinxcontrib_waterloo_docstrings-0.7.2/VERSION +0 -1
  7. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/LICENSE +0 -0
  8. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/setup.cfg +0 -0
  9. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/__init__.py +0 -0
  10. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/_static/common_styles.css +0 -0
  11. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/_static/waterloo_alabaster.css +0 -0
  12. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/_static/waterloo_base.css +0 -0
  13. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/extension.py +0 -0
  14. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_autodoc.py +0 -0
  15. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_context.py +0 -0
  16. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_directives.py +0 -0
  17. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_markup.py +0 -0
  18. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_parse.py +0 -0
  19. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_protocol.py +0 -0
  20. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_roles.py +0 -0
  21. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_signature.py +0 -0
  22. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_state.py +0 -0
  23. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib_waterloo_docstrings.egg-info/SOURCES.txt +0 -0
  24. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib_waterloo_docstrings.egg-info/dependency_links.txt +0 -0
  25. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib_waterloo_docstrings.egg-info/requires.txt +0 -0
  26. {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib_waterloo_docstrings.egg-info/top_level.txt +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sphinxcontrib-waterloo-docstrings
3
- Version: 0.7.2
3
+ Version: 0.7.4
4
4
  Summary: Sphinx extension for Waterloo Docstrings
5
5
  Author: Uwe
6
6
  License-Expression: BSD-2-Clause
7
- Project-URL: Homepage, https://github.com/uwe-at-sdv/sdv_doc_waterloo
8
- Project-URL: Source, https://github.com/uwe-at-sdv/sdv_doc_waterloo/tree/sphinx
9
- Project-URL: Issues, https://github.com/uwe-at-sdv/sdv_doc_waterloo/issues
7
+ Project-URL: Homepage, https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings
8
+ Project-URL: Source, https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings
9
+ Project-URL: Issues, https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings/issues
10
10
  Keywords: docstrings,documentation,normativity,sphinx,waterloo
11
11
  Classifier: Development Status :: 4 - Beta
12
12
  Classifier: Environment :: Console
@@ -36,13 +36,13 @@ Dynamic: license-file
36
36
  # Sphinx-Contrib Waterloo Docstrings
37
37
 
38
38
  ![License](https://img.shields.io/badge/license-BSD--2--Clause-blue)
39
- ![Version](https://img.shields.io/badge/version-0.7.2-orange)
39
+ ![Version](https://img.shields.io/badge/version-0.7.4-orange)
40
40
  ![Python](https://img.shields.io/badge/python-3.10%2B-blue)
41
41
  ![Sphinx](https://img.shields.io/badge/Sphinx-extension-0A507A)
42
42
  [![WTRL](https://img.shields.io/badge/%28%E2%9A%96%29-Waterloo--Docstrings-932725)](https://github.com/uwe-at-sdv/sdv_doc_waterloo)
43
- [![GitHub](https://img.shields.io/badge/GitHub-sdv_doc_waterloo%40sphinx-181717?logo=github)](https://github.com/uwe-at-sdv/sdv_doc_waterloo/tree/sphinx)
43
+ [![GitHub](https://img.shields.io/badge/GitHub-sphinxcontrib__waterloo__docstrings-181717?logo=github)](https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings)
44
44
 
45
- # This branch is under development
45
+ This repository is under development.
46
46
 
47
47
  The `sphinxcontrib-waterloo-docstrings` package provides the Sphinx rendering
48
48
  layer for Waterloo Docstrings.
@@ -72,15 +72,15 @@ documentation structures.
72
72
 
73
73
  ## Documentation showcase
74
74
 
75
- The public project documentation is published at:
75
+ The Sphinx extension documentation is published at:
76
76
 
77
- - <https://uwe-at-sdv.github.io/sdv_doc_waterloo/>
77
+ - <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/>
78
78
 
79
- The Sphinx extension showcase is planned under:
79
+ The Sphinx extension showcase is published under:
80
80
 
81
- - <https://uwe-at-sdv.github.io/sdv_doc_waterloo/sphinx/furo/>
82
- - <https://uwe-at-sdv.github.io/sdv_doc_waterloo/sphinx/alabaster/>
83
- - <https://uwe-at-sdv.github.io/sdv_doc_waterloo/sphinx/classic/>
81
+ - <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/showcase/furo/>
82
+ - <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/showcase/alabaster/>
83
+ - <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/showcase/classic/>
84
84
 
85
85
  ## Installation
86
86
 
@@ -5,13 +5,13 @@
5
5
  # Sphinx-Contrib Waterloo Docstrings
6
6
 
7
7
  ![License](https://img.shields.io/badge/license-BSD--2--Clause-blue)
8
- ![Version](https://img.shields.io/badge/version-0.7.2-orange)
8
+ ![Version](https://img.shields.io/badge/version-0.7.4-orange)
9
9
  ![Python](https://img.shields.io/badge/python-3.10%2B-blue)
10
10
  ![Sphinx](https://img.shields.io/badge/Sphinx-extension-0A507A)
11
11
  [![WTRL](https://img.shields.io/badge/%28%E2%9A%96%29-Waterloo--Docstrings-932725)](https://github.com/uwe-at-sdv/sdv_doc_waterloo)
12
- [![GitHub](https://img.shields.io/badge/GitHub-sdv_doc_waterloo%40sphinx-181717?logo=github)](https://github.com/uwe-at-sdv/sdv_doc_waterloo/tree/sphinx)
12
+ [![GitHub](https://img.shields.io/badge/GitHub-sphinxcontrib__waterloo__docstrings-181717?logo=github)](https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings)
13
13
 
14
- # This branch is under development
14
+ This repository is under development.
15
15
 
16
16
  The `sphinxcontrib-waterloo-docstrings` package provides the Sphinx rendering
17
17
  layer for Waterloo Docstrings.
@@ -41,15 +41,15 @@ documentation structures.
41
41
 
42
42
  ## Documentation showcase
43
43
 
44
- The public project documentation is published at:
44
+ The Sphinx extension documentation is published at:
45
45
 
46
- - <https://uwe-at-sdv.github.io/sdv_doc_waterloo/>
46
+ - <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/>
47
47
 
48
- The Sphinx extension showcase is planned under:
48
+ The Sphinx extension showcase is published under:
49
49
 
50
- - <https://uwe-at-sdv.github.io/sdv_doc_waterloo/sphinx/furo/>
51
- - <https://uwe-at-sdv.github.io/sdv_doc_waterloo/sphinx/alabaster/>
52
- - <https://uwe-at-sdv.github.io/sdv_doc_waterloo/sphinx/classic/>
50
+ - <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/showcase/furo/>
51
+ - <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/showcase/alabaster/>
52
+ - <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/showcase/classic/>
53
53
 
54
54
  ## Installation
55
55
 
@@ -0,0 +1 @@
1
+ 0.7.4
@@ -37,9 +37,9 @@ dependencies = [
37
37
  ]
38
38
 
39
39
  [project.urls]
40
- Homepage = "https://github.com/uwe-at-sdv/sdv_doc_waterloo"
41
- Source = "https://github.com/uwe-at-sdv/sdv_doc_waterloo/tree/sphinx"
42
- Issues = "https://github.com/uwe-at-sdv/sdv_doc_waterloo/issues"
40
+ Homepage = "https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings"
41
+ Source = "https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings"
42
+ Issues = "https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings/issues"
43
43
 
44
44
  [project.optional-dependencies]
45
45
  sphinx = [
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sphinxcontrib-waterloo-docstrings
3
- Version: 0.7.2
3
+ Version: 0.7.4
4
4
  Summary: Sphinx extension for Waterloo Docstrings
5
5
  Author: Uwe
6
6
  License-Expression: BSD-2-Clause
7
- Project-URL: Homepage, https://github.com/uwe-at-sdv/sdv_doc_waterloo
8
- Project-URL: Source, https://github.com/uwe-at-sdv/sdv_doc_waterloo/tree/sphinx
9
- Project-URL: Issues, https://github.com/uwe-at-sdv/sdv_doc_waterloo/issues
7
+ Project-URL: Homepage, https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings
8
+ Project-URL: Source, https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings
9
+ Project-URL: Issues, https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings/issues
10
10
  Keywords: docstrings,documentation,normativity,sphinx,waterloo
11
11
  Classifier: Development Status :: 4 - Beta
12
12
  Classifier: Environment :: Console
@@ -36,13 +36,13 @@ Dynamic: license-file
36
36
  # Sphinx-Contrib Waterloo Docstrings
37
37
 
38
38
  ![License](https://img.shields.io/badge/license-BSD--2--Clause-blue)
39
- ![Version](https://img.shields.io/badge/version-0.7.2-orange)
39
+ ![Version](https://img.shields.io/badge/version-0.7.4-orange)
40
40
  ![Python](https://img.shields.io/badge/python-3.10%2B-blue)
41
41
  ![Sphinx](https://img.shields.io/badge/Sphinx-extension-0A507A)
42
42
  [![WTRL](https://img.shields.io/badge/%28%E2%9A%96%29-Waterloo--Docstrings-932725)](https://github.com/uwe-at-sdv/sdv_doc_waterloo)
43
- [![GitHub](https://img.shields.io/badge/GitHub-sdv_doc_waterloo%40sphinx-181717?logo=github)](https://github.com/uwe-at-sdv/sdv_doc_waterloo/tree/sphinx)
43
+ [![GitHub](https://img.shields.io/badge/GitHub-sphinxcontrib__waterloo__docstrings-181717?logo=github)](https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings)
44
44
 
45
- # This branch is under development
45
+ This repository is under development.
46
46
 
47
47
  The `sphinxcontrib-waterloo-docstrings` package provides the Sphinx rendering
48
48
  layer for Waterloo Docstrings.
@@ -72,15 +72,15 @@ documentation structures.
72
72
 
73
73
  ## Documentation showcase
74
74
 
75
- The public project documentation is published at:
75
+ The Sphinx extension documentation is published at:
76
76
 
77
- - <https://uwe-at-sdv.github.io/sdv_doc_waterloo/>
77
+ - <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/>
78
78
 
79
- The Sphinx extension showcase is planned under:
79
+ The Sphinx extension showcase is published under:
80
80
 
81
- - <https://uwe-at-sdv.github.io/sdv_doc_waterloo/sphinx/furo/>
82
- - <https://uwe-at-sdv.github.io/sdv_doc_waterloo/sphinx/alabaster/>
83
- - <https://uwe-at-sdv.github.io/sdv_doc_waterloo/sphinx/classic/>
81
+ - <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/showcase/furo/>
82
+ - <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/showcase/alabaster/>
83
+ - <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/showcase/classic/>
84
84
 
85
85
  ## Installation
86
86
 
@@ -1 +0,0 @@
1
- 0.7.2