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.
- {sphinxcontrib_waterloo_docstrings-0.7.2/src/sphinxcontrib_waterloo_docstrings.egg-info → sphinxcontrib_waterloo_docstrings-0.7.4}/PKG-INFO +13 -13
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/README.md +9 -9
- sphinxcontrib_waterloo_docstrings-0.7.4/VERSION +1 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/pyproject.toml +3 -3
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4/src/sphinxcontrib_waterloo_docstrings.egg-info}/PKG-INFO +13 -13
- sphinxcontrib_waterloo_docstrings-0.7.2/VERSION +0 -1
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/LICENSE +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/setup.cfg +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/__init__.py +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/_static/common_styles.css +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/_static/waterloo_alabaster.css +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/_static/waterloo_base.css +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/extension.py +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_autodoc.py +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_context.py +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_directives.py +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_markup.py +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_parse.py +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_protocol.py +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_roles.py +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_signature.py +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib/waterloo_docstrings/wtrl_state.py +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib_waterloo_docstrings.egg-info/SOURCES.txt +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib_waterloo_docstrings.egg-info/dependency_links.txt +0 -0
- {sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/src/sphinxcontrib_waterloo_docstrings.egg-info/requires.txt +0 -0
- {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.
|
|
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/
|
|
8
|
-
Project-URL: Source, https://github.com/uwe-at-sdv/
|
|
9
|
-
Project-URL: Issues, https://github.com/uwe-at-sdv/
|
|
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
|

|
|
39
|
-

|
|
40
40
|

|
|
41
41
|

|
|
42
42
|
[](https://github.com/uwe-at-sdv/sdv_doc_waterloo)
|
|
43
|
-
[](https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings)
|
|
44
44
|
|
|
45
|
-
|
|
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
|
|
75
|
+
The Sphinx extension documentation is published at:
|
|
76
76
|
|
|
77
|
-
- <https://uwe-at-sdv.github.io/
|
|
77
|
+
- <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/>
|
|
78
78
|
|
|
79
|
-
The Sphinx extension showcase is
|
|
79
|
+
The Sphinx extension showcase is published under:
|
|
80
80
|
|
|
81
|
-
- <https://uwe-at-sdv.github.io/
|
|
82
|
-
- <https://uwe-at-sdv.github.io/
|
|
83
|
-
- <https://uwe-at-sdv.github.io/
|
|
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
|
|
{sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/README.md
RENAMED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
# Sphinx-Contrib Waterloo Docstrings
|
|
6
6
|
|
|
7
7
|

|
|
8
|
-

|
|
9
9
|

|
|
10
10
|

|
|
11
11
|
[](https://github.com/uwe-at-sdv/sdv_doc_waterloo)
|
|
12
|
-
[](https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings)
|
|
13
13
|
|
|
14
|
-
|
|
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
|
|
44
|
+
The Sphinx extension documentation is published at:
|
|
45
45
|
|
|
46
|
-
- <https://uwe-at-sdv.github.io/
|
|
46
|
+
- <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/>
|
|
47
47
|
|
|
48
|
-
The Sphinx extension showcase is
|
|
48
|
+
The Sphinx extension showcase is published under:
|
|
49
49
|
|
|
50
|
-
- <https://uwe-at-sdv.github.io/
|
|
51
|
-
- <https://uwe-at-sdv.github.io/
|
|
52
|
-
- <https://uwe-at-sdv.github.io/
|
|
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
|
{sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/pyproject.toml
RENAMED
|
@@ -37,9 +37,9 @@ dependencies = [
|
|
|
37
37
|
]
|
|
38
38
|
|
|
39
39
|
[project.urls]
|
|
40
|
-
Homepage = "https://github.com/uwe-at-sdv/
|
|
41
|
-
Source = "https://github.com/uwe-at-sdv/
|
|
42
|
-
Issues = "https://github.com/uwe-at-sdv/
|
|
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.
|
|
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/
|
|
8
|
-
Project-URL: Source, https://github.com/uwe-at-sdv/
|
|
9
|
-
Project-URL: Issues, https://github.com/uwe-at-sdv/
|
|
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
|

|
|
39
|
-

|
|
40
40
|

|
|
41
41
|

|
|
42
42
|
[](https://github.com/uwe-at-sdv/sdv_doc_waterloo)
|
|
43
|
-
[](https://github.com/uwe-at-sdv/sphinxcontrib_waterloo_docstrings)
|
|
44
44
|
|
|
45
|
-
|
|
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
|
|
75
|
+
The Sphinx extension documentation is published at:
|
|
76
76
|
|
|
77
|
-
- <https://uwe-at-sdv.github.io/
|
|
77
|
+
- <https://uwe-at-sdv.github.io/sphinxcontrib_waterloo_docstrings/>
|
|
78
78
|
|
|
79
|
-
The Sphinx extension showcase is
|
|
79
|
+
The Sphinx extension showcase is published under:
|
|
80
80
|
|
|
81
|
-
- <https://uwe-at-sdv.github.io/
|
|
82
|
-
- <https://uwe-at-sdv.github.io/
|
|
83
|
-
- <https://uwe-at-sdv.github.io/
|
|
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
|
|
File without changes
|
{sphinxcontrib_waterloo_docstrings-0.7.2 → sphinxcontrib_waterloo_docstrings-0.7.4}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|