1
- # ---------------------- PROJECT SPECIFIC ---------------------------
1
+ --- # ---------------------- PROJECT SPECIFIC ---------------------------
2
2
3
3
site_name : DataJoint Documentation
4
4
site_url : http://localhost/docs/elements/element-array-ephys
@@ -7,19 +7,20 @@ repo_name: datajoint/element-array-ephys
7
7
nav :
8
8
- Element Array Ephys : index.md
9
9
- Concepts : concepts.md
10
- - Tutorials :
11
- - Overview : tutorials/index.md
12
- - Data Download : tutorials/00-data-download-optional.ipynb
13
- - Configure : tutorials/01-configure.ipynb
14
- - Workflow Structure : tutorials/02-workflow-structure-optional.ipynb
15
- - Process : tutorials/03-process.ipynb
16
- - Automate : tutorials/04-automate-optional.ipynb
17
- - Explore : tutorials/05-explore.ipynb
18
- - Drop : tutorials/06-drop-optional.ipynb
19
- - Downstream Analysis : tutorials/07-downstream-analysis.ipynb
20
- - Visualizations : tutorials/10-data_visualization.ipynb
21
- - Electrode Localization : tutorials/08-electrode-localization.ipynb
22
- - NWB Export : tutorials/09-NWB-export.ipynb
10
+ - Tutorials :
11
+ - Overview : tutorials/index.md
12
+ - Data Download : tutorials/00-data-download-optional.ipynb
13
+ - Configure : tutorials/01-configure.ipynb
14
+ - Workflow Structure : tutorials/02-workflow-structure-optional.ipynb
15
+ - Process : tutorials/03-process.ipynb
16
+ - Automate : tutorials/04-automate-optional.ipynb
17
+ - Explore : tutorials/05-explore.ipynb
18
+ - Drop : tutorials/06-drop-optional.ipynb
19
+ - Downstream Analysis : tutorials/07-downstream-analysis.ipynb
20
+ - Visualizations : tutorials/10-data_visualization.ipynb
21
+ - Electrode Localization : tutorials/08-electrode-localization.ipynb
22
+ - NWB Export : tutorials/09-NWB-export.ipynb
23
+ - Quality Metrics : tutorials/quality_metrics.ipynb
23
24
- Citation : citation.md
24
25
- API : api/ # defer to gen-files + literate-nav
25
26
- Changelog : changelog.md
35
36
# 02. Instead of designating codeblocks with bash, use console. For example..
36
37
# ```console
37
38
# cd ../my_dir
38
- # ```
39
+ # ```
39
40
# 03. Links across docs should ...
40
41
# A. Not involve line breaks.
41
42
# B. Use relative paths to docs in the same repo
57
58
# 02. Site analytics depend on a local environment variable GOOGLE_ANALYTICS_KEY
58
59
# You can find this in LastPass or declare with any string to suppress errors
59
60
# 03. The API section will pull docstrings.
60
- # A. Follow google style guide e.g.,
61
+ # A. Follow google style guide e.g.,
61
62
# https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html
62
63
# With typing suggestions: https://docs.python.org/3/library/typing.html
63
64
# B. To pull a specific workflow fork, change ./docs/src/api/make_pages.py#L19
64
65
# 04. To see your fork of the workflow-{element} in this render, change the
65
66
# URL in ./docs/src/api/make_pages.py#L19 to your fork.
66
67
# 05. For redirecting options For redirect options, see 'redirects' below.
67
- # 06. To deploy this site on your fork,
68
+ # 06. To deploy this site on your fork,
68
69
# A. declare a branch called gh-pages
69
- # B. go to the your fork > settings > pages
70
+ # B. go to the your fork > settings > pages
70
71
# C. direct pages to render from the gh-pages branch at root
71
72
# D. push a tag to your fork with the format test*.*.*
72
73
#
@@ -112,7 +113,7 @@ plugins:
112
113
line_length : 88
113
114
- gen-files :
114
115
scripts :
115
- - ./src/api/make_pages.py
116
+ - ./src/api/make_pages.py
116
117
- literate-nav :
117
118
nav_file : navigation.md
118
119
- exclude-search :
@@ -141,7 +142,7 @@ markdown_extensions:
141
142
- pymdownx.inlinehilite
142
143
- pymdownx.snippets
143
144
- footnotes
144
-
145
+
145
146
extra :
146
147
PATCH_VERSION : !ENV PATCH_VERSION
147
148
generator : false # Disable watermark
@@ -182,4 +183,4 @@ extra_css:
182
183
- assets/stylesheets/extra.css
183
184
184
185
extra_javascript :
185
- - https://js-na1.hs-scripts.com/23133402.js # HubSpot chatbot
186
+ - https://js-na1.hs-scripts.com/23133402.js # HubSpot chatbot
0 commit comments