|
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.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 |
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.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 |
9 | 9 | .. |.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 |
13 | 13 | .. |.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 |
15 | 15 | .. |RTD| replace:: ReadTheDocs
|
16 | 16 | .. _RTD: https://sphinx-github-style.readthedocs.io/en/latest/
|
17 | 17 | .. |docs| replace:: **Explore the docs »**
|
@@ -213,7 +213,7 @@ Noteworthy Components
|
213 | 213 | ~~~~~~~~~~~~~~~~~~~~~
|
214 | 214 |
|
215 | 215 | * |.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 |
217 | 217 | * |.get_linkcode_resolve|_ - to link to GitHub source code using ``sphinx.ext.linkcode``
|
218 | 218 | * |.add_linkcode_node_class|_ - adds a new ``linkcode-link`` class, allowing for CSS styling separately from ``viewcode`` links
|
219 | 219 | * |.github_style|_ - CSS styling for linkcode links (icon + text)
|
|
0 commit comments