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