File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3
3
.. Author: TDKorn (Adam Korn)
4
4
5
5
.. |.get_linkcode_resolve | replace :: ``get_linkcode_resolve() ``
6
- .. _.get_linkcode_resolve : https://github.com/TDKorn/sphinx-github-style/blob/v1.0.1 /sphinx_github_style/__init__.py#L146-L207
6
+ .. _.get_linkcode_resolve : https://github.com/TDKorn/sphinx-github-style/blob/v1.0.2 /sphinx_github_style/__init__.py#L142-L203
7
7
.. |.add_linkcode_node_class | replace :: ``add_linkcode_node_class() ``
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
8
+ .. _.add_linkcode_node_class : https://github.com/TDKorn/sphinx-github-style/blob/v1.0.2 /sphinx_github_style/add_linkcode_class.py#L9-L24
9
9
.. |.TDKStyle | replace :: ``TDKStyle ``
10
- .. _.TDKStyle : https://github.com/TDKorn/sphinx-github-style/blob/v1.0.1 /sphinx_github_style/github_style.py#L44-L139
10
+ .. _.TDKStyle : https://github.com/TDKorn/sphinx-github-style/blob/v1.0.2 /sphinx_github_style/github_style.py#L44-L139
11
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
12
+ .. _.TDKMethLexer : https://github.com/TDKorn/sphinx-github-style/blob/v1.0.2 /sphinx_github_style/meth_lexer.py#L27-L42
13
13
.. |.github_style | replace :: ``github_style.css ``
14
- .. _.github_style : https://github.com/tdkorn/sphinx-github-style/blob/v1.0.1 /sphinx_github_style/_static/github_style.css
14
+ .. _.github_style : https://github.com/tdkorn/sphinx-github-style/blob/v1.0.2 /sphinx_github_style/_static/github_style.css
15
15
.. |RTD | replace :: ReadTheDocs
16
16
.. _RTD : https://sphinx-github-style.readthedocs.io/en/latest/
17
17
.. |docs | replace :: **Explore the docs » **
Original file line number Diff line number Diff line change 3
3
.. Author: TDKorn (Adam Korn)
4
4
5
5
.. |.get_linkcode_resolve | replace :: get_linkcode_resolve()
6
- .. _.get_linkcode_resolve : https://github.com/TDKorn/sphinx-github-style/blob/v1.0.1 /sphinx_github_style/__init__.py#L146-L207
6
+ .. _.get_linkcode_resolve : https://github.com/TDKorn/sphinx-github-style/blob/v1.0.2 /sphinx_github_style/__init__.py#L142-L203
7
7
.. |.add_linkcode_node_class | replace :: add_linkcode_node_class()
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
8
+ .. _.add_linkcode_node_class : https://github.com/TDKorn/sphinx-github-style/blob/v1.0.2 /sphinx_github_style/add_linkcode_class.py#L9-L24
9
9
.. |.TDKStyle | replace :: TDKStyle
10
- .. _.TDKStyle : https://github.com/TDKorn/sphinx-github-style/blob/v1.0.1 /sphinx_github_style/github_style.py#L44-L139
10
+ .. _.TDKStyle : https://github.com/TDKorn/sphinx-github-style/blob/v1.0.2 /sphinx_github_style/github_style.py#L44-L139
11
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
12
+ .. _.TDKMethLexer : https://github.com/TDKorn/sphinx-github-style/blob/v1.0.2 /sphinx_github_style/meth_lexer.py#L27-L42
13
13
.. |.github_style | replace :: github_style.css
14
- .. _.github_style : https://github.com/tdkorn/sphinx-github-style/blob/v1.0.1 /sphinx_github_style/_static/github_style.css
14
+ .. _.github_style : https://github.com/tdkorn/sphinx-github-style/blob/v1.0.2 /sphinx_github_style/_static/github_style.css
15
15
.. |RTD | replace :: ReadTheDocs
16
16
.. _RTD : https://sphinx-github-style.readthedocs.io/en/latest/
17
17
.. |Note | replace :: 📝 **Note **
Original file line number Diff line number Diff line change 3
3
.. Author: TDKorn (Adam Korn)
4
4
5
5
.. |.github_style | replace :: ``github_style.css ``
6
- .. _.github_style : https://github.com/tdkorn/sphinx-github-style/tree/v1.0.1 /sphinx_github_style/_static/github_style.css
6
+ .. _.github_style : https://github.com/tdkorn/sphinx-github-style/tree/v1.0.2 /sphinx_github_style/_static/github_style.css
7
7
8
8
9
9
.. raw :: html
Original file line number Diff line number Diff line change 9
9
from sphinx .errors import ExtensionError
10
10
from typing import Dict , Any , Optional , Callable
11
11
12
- __version__ = "1.0.1 "
12
+ __version__ = "1.0.2 "
13
13
__author__ = 'Adam Korn <hello@dailykitten.net>'
14
14
15
15
from .add_linkcode_class import add_linkcode_node_class
You can’t perform that action at this time.
0 commit comments