|
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 | # |
@@ -93,13 +93,14 @@ plugins: |
93 | 93 | default_handler: python |
94 | 94 | handlers: |
95 | 95 | python: |
| 96 | + paths: [../] |
96 | 97 | options: |
97 | 98 | members_order: source |
98 | 99 | group_by_category: false |
99 | 100 | line_length: 88 |
100 | 101 | - gen-files: |
101 | 102 | scripts: |
102 | | - - ./src/api/make_pages.py |
| 103 | + - ./src/api/make_pages.py |
103 | 104 | - literate-nav: |
104 | 105 | nav_file: navigation.md |
105 | 106 | - exclude-search: |
@@ -172,7 +173,7 @@ extra_css: |
172 | 173 | - assets/stylesheets/extra.css |
173 | 174 |
|
174 | 175 | extra_javascript: |
175 | | - - https://js-na1.hs-scripts.com/23133402.js # HubSpot chatbot |
| 176 | + - https://js-na1.hs-scripts.com/23133402.js # HubSpot chatbot |
176 | 177 | - javascripts/mathjax.js |
177 | 178 | - https://polyfill.io/v3/polyfill.min.js?features=es6 |
178 | 179 | - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js |
0 commit comments