|
55 | 55 | # UPSTREAM_REPO=https://github.com/datajoint/element-{ELEMENT}.git \ |
56 | 56 | # HOST_UID=$(id -u) docker compose -f docs/docker-compose.yaml up --build |
57 | 57 | # ``` |
58 | | -# 02. Site analytics depend on a local environment variable GOOGLE_ANALYTICS_KEY |
59 | | -# You can find this in LastPass or declare with any string to suppress errors |
60 | | -# 03. The API section will pull docstrings. |
61 | | -# A. Follow google style guide e.g., |
| 58 | +# 02. The API section will pull docstrings. |
| 59 | +# A. Follow google style guide e.g., |
62 | 60 | # https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html |
63 | 61 | # With typing suggestions: https://docs.python.org/3/library/typing.html |
64 | 62 | # B. To pull a specific workflow fork, change ./docs/src/api/make_pages.py#L19 |
65 | | -# 04. To see your fork of the workflow-{element} in this render, change the |
| 63 | +# 03. To see your fork of the workflow-{element} in this render, change the |
66 | 64 | # URL in ./docs/src/api/make_pages.py#L19 to your fork. |
67 | | -# 05. For redirecting options For redirect options, see 'redirects' below. |
68 | | -# 06. To deploy this site on your fork, |
| 65 | +# 04. To deploy this site on your fork, |
69 | 66 | # A. declare a branch called gh-pages |
70 | 67 | # B. go to the your fork > settings > pages |
71 | 68 | # C. direct pages to render from the gh-pages branch at root |
@@ -142,13 +139,12 @@ markdown_extensions: |
142 | 139 | - pymdownx.inlinehilite |
143 | 140 | - pymdownx.snippets |
144 | 141 | - footnotes |
145 | | - |
| 142 | + - pymdownx.magiclink # Displays bare URLs as links |
| 143 | + - pymdownx.tasklist: # Renders check boxes in tasks lists |
| 144 | + custom_checkbox: true |
146 | 145 | extra: |
147 | 146 | PATCH_VERSION: !ENV PATCH_VERSION |
148 | 147 | generator: false # Disable watermark |
149 | | - analytics: |
150 | | - provider: google |
151 | | - property: !ENV GOOGLE_ANALYTICS_KEY |
152 | 148 | version: |
153 | 149 | provider: mike |
154 | 150 | social: |
|
0 commit comments