Skip to content

Commit d31a448

Browse files
committed
Bump to v1.0.1 🎉
don't ask about v1.0.0 pls and thank u 💖
1 parent 048e5ec commit d31a448

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
.. Author: TDKorn (Adam Korn)
44
55
.. |.get_linkcode_resolve| replace:: ``get_linkcode_resolve()``
6-
.. _.get_linkcode_resolve: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.0/sphinx_github_style/__init__.py#L153-L210
6+
.. _.get_linkcode_resolve: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.1/sphinx_github_style/__init__.py#L146-L207
77
.. |.add_linkcode_node_class| replace:: ``add_linkcode_node_class()``
8-
.. _.add_linkcode_node_class: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.0/sphinx_github_style/add_linkcode_class.py#L9-L24
8+
.. _.add_linkcode_node_class: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.1/sphinx_github_style/add_linkcode_class.py#L9-L24
99
.. |.TDKStyle| replace:: ``TDKStyle``
10-
.. _.TDKStyle: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.0/sphinx_github_style/github_style.py#L44-L139
11-
.. |.TDKMethLexor| replace:: ``TDKMethLexor``
12-
.. _.TDKMethLexor: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.0/sphinx_github_style/meth_lexer.py#L28-L43
10+
.. _.TDKStyle: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.1/sphinx_github_style/github_style.py#L44-L139
11+
.. |.TDKMethLexer| replace:: ``TDKMethLexer``
12+
.. _.TDKMethLexer: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.1/sphinx_github_style/meth_lexer.py#L27-L42
1313
.. |.github_style| replace:: ``github_style.css``
14-
.. _.github_style: https://github.com/tdkorn/sphinx-github-style/blob/v1.0.0/sphinx_github_style/_static/github_style.css
14+
.. _.github_style: https://github.com/tdkorn/sphinx-github-style/blob/v1.0.1/sphinx_github_style/_static/github_style.css
1515
.. |RTD| replace:: ReadTheDocs
1616
.. _RTD: https://sphinx-github-style.readthedocs.io/en/latest/
1717
.. |docs| replace:: **Explore the docs »**
@@ -213,7 +213,7 @@ Noteworthy Components
213213
~~~~~~~~~~~~~~~~~~~~~
214214

215215
* |.TDKStyle|_ - Pygments Style for syntax highlighting similar to Github Pretty Lights Dark Theme
216-
* |.TDKMethLexor|_ - Pygments Lexor to add syntax highlighting to methods
216+
* |.TDKMethLexer|_ - Pygments Lexor to add syntax highlighting to methods
217217
* |.get_linkcode_resolve|_ - to link to GitHub source code using ``sphinx.ext.linkcode``
218218
* |.add_linkcode_node_class|_ - adds a new ``linkcode-link`` class, allowing for CSS styling separately from ``viewcode`` links
219219
* |.github_style|_ - CSS styling for linkcode links (icon + text)

README_PyPi.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
.. Author: TDKorn (Adam Korn)
44
55
.. |.get_linkcode_resolve| replace:: get_linkcode_resolve()
6-
.. _.get_linkcode_resolve: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.0/sphinx_github_style/__init__.py#L153-L210
6+
.. _.get_linkcode_resolve: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.1/sphinx_github_style/__init__.py#L146-L207
77
.. |.add_linkcode_node_class| replace:: add_linkcode_node_class()
8-
.. _.add_linkcode_node_class: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.0/sphinx_github_style/add_linkcode_class.py#L9-L24
8+
.. _.add_linkcode_node_class: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.1/sphinx_github_style/add_linkcode_class.py#L9-L24
99
.. |.TDKStyle| replace:: TDKStyle
10-
.. _.TDKStyle: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.0/sphinx_github_style/github_style.py#L44-L139
11-
.. |.TDKMethLexor| replace:: TDKMethLexor
12-
.. _.TDKMethLexor: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.0/sphinx_github_style/meth_lexer.py#L28-L43
10+
.. _.TDKStyle: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.1/sphinx_github_style/github_style.py#L44-L139
11+
.. |.TDKMethLexer| replace:: TDKMethLexer
12+
.. _.TDKMethLexer: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.1/sphinx_github_style/meth_lexer.py#L27-L42
1313
.. |.github_style| replace:: github_style.css
14-
.. _.github_style: https://github.com/tdkorn/sphinx-github-style/blob/v1.0.0/sphinx_github_style/_static/github_style.css
14+
.. _.github_style: https://github.com/tdkorn/sphinx-github-style/blob/v1.0.1/sphinx_github_style/_static/github_style.css
1515
.. |RTD| replace:: ReadTheDocs
1616
.. _RTD: https://sphinx-github-style.readthedocs.io/en/latest/
1717
.. |Note| replace:: 📝 **Note**
@@ -203,7 +203,7 @@ Noteworthy Components
203203
~~~~~~~~~~~~~~~~~~~~~
204204

205205
* |.TDKStyle|_ - Pygments Style for syntax highlighting similar to Github Pretty Lights Dark Theme
206-
* |.TDKMethLexor|_ - Pygments Lexor to add syntax highlighting to methods
206+
* |.TDKMethLexer|_ - Pygments Lexor to add syntax highlighting to methods
207207
* |.get_linkcode_resolve|_ - to link to GitHub source code using ``sphinx.ext.linkcode``
208208
* |.add_linkcode_node_class|_ - adds a new ``linkcode-link`` class, allowing for CSS styling separately from ``viewcode`` links
209209
* |.github_style|_ - CSS styling for linkcode links (icon + text)

docs/source/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.. Author: TDKorn (Adam Korn)
44
55
.. |.github_style| replace:: ``github_style.css``
6-
.. _.github_style: https://github.com/tdkorn/sphinx-github-style/tree/v1.0.0/sphinx_github_style/_static/github_style.css
6+
.. _.github_style: https://github.com/tdkorn/sphinx-github-style/tree/v1.0.1/sphinx_github_style/_static/github_style.css
77

88

99
.. raw:: html
@@ -186,7 +186,7 @@ Noteworthy Components
186186
~~~~~~~~~~~~~~~~~~~~~
187187

188188
* :class:`~.TDKStyle` - Pygments Style for syntax highlighting similar to Github Pretty Lights Dark Theme
189-
* :class:`~.TDKMethLexor` - Pygments Lexor to add syntax highlighting to methods
189+
* :class:`~.TDKMethLexer` - Pygments Lexer to add syntax highlighting to methods
190190
* :func:`~.get_linkcode_resolve` - to link to GitHub source code using ``sphinx.ext.linkcode``
191191
* :func:`~.add_linkcode_node_class` - adds a new ``linkcode-link`` class, allowing for CSS styling separately from ``viewcode`` links
192192
* |.github_style|_ - CSS styling for linkcode links (icon + text)

sphinx_github_style/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from typing import Dict, Any, Optional, Callable
1111

1212

13-
__version__ = "1.0.1b3"
13+
__version__ = "1.0.1"
1414
__author__ = 'Adam Korn <hello@dailykitten.net>'
1515

1616

0 commit comments

Comments
 (0)