|
28 | 28 | # 02. Instead of designating codeblocks with bash, use console. For example.. |
29 | 29 | # ```console |
30 | 30 | # cd ../my_dir |
31 | | -# ``` |
| 31 | +# ``` |
32 | 32 | # 03. Links across docs should ... |
33 | 33 | # A. Not involve line breaks. |
34 | 34 | # B. Use relative paths to docs in the same repo |
|
48 | 48 | # HOST_UID=$(id -u) docker compose -f docs/docker-compose.yaml up --build |
49 | 49 | # ``` |
50 | 50 | # 02. The API section will pull docstrings. |
51 | | -# A. Follow google styleguide e.g., |
| 51 | +# A. Follow google styleguide e.g., |
52 | 52 | # https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html |
53 | 53 | # With typing suggestions: https://docs.python.org/3/library/typing.html |
54 | 54 | # B. To pull a specific workflow fork, change ./docs/src/api/make_pages.py#L19 |
55 | 55 | # 03. To see your fork of the workflow-{element} in this render, change the |
56 | 56 | # URL in ./docs/src/api/make_pages.py#L19 to your fork. |
57 | | -# 04. To deploy this site on your fork, |
| 57 | +# 04. To deploy this site on your fork, |
58 | 58 | # A. declare a branch called gh-pages |
59 | | -# B. go to the your fork > settings > pages |
| 59 | +# B. go to the your fork > settings > pages |
60 | 60 | # C. direct pages to render from the gh-pages branch at root |
61 | 61 | # D. push a tag to your fork with the format test*.*.* |
62 | 62 | # |
@@ -94,12 +94,12 @@ plugins: |
94 | 94 | handlers: |
95 | 95 | python: |
96 | 96 | options: |
97 | | - members_order: source |
| 97 | + members_order: source |
98 | 98 | group_by_category: false |
99 | 99 | line_length: 88 |
100 | 100 | - gen-files: |
101 | 101 | scripts: |
102 | | - - ./src/api/make_pages.py |
| 102 | + - ./src/api/make_pages.py |
103 | 103 | - literate-nav: |
104 | 104 | nav_file: navigation.md |
105 | 105 | - exclude-search: |
@@ -135,9 +135,9 @@ markdown_extensions: |
135 | 135 | generic: true |
136 | 136 | - pymdownx.magiclink # Displays bare URLs as links |
137 | 137 | - pymdownx.tasklist: # Renders check boxes in tasks lists |
138 | | - custom_checkbox: true |
| 138 | + custom_checkbox: true |
139 | 139 | extra: |
140 | | - PATCH_VERSION: !ENV PATCH_VERSION |
| 140 | + PATCH_VERSION: !ENV PATCH_VERSION |
141 | 141 | generator: false # Disable watermark |
142 | 142 | version: |
143 | 143 | provider: mike |
@@ -173,7 +173,7 @@ extra_css: |
173 | 173 | - assets/stylesheets/extra.css |
174 | 174 |
|
175 | 175 | extra_javascript: |
176 | | - - https://js-na1.hs-scripts.com/23133402.js # HubSpot chatbot |
| 176 | + - https://js-na1.hs-scripts.com/23133402.js # HubSpot chatbot |
177 | 177 | - javascripts/mathjax.js |
178 | 178 | - https://polyfill.io/v3/polyfill.min.js?features=es6 |
179 | 179 | - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js |
0 commit comments