File tree Expand file tree Collapse file tree 7 files changed +10
-11
lines changed Expand file tree Collapse file tree 7 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 11blank_issues_enabled : false
22contact_links :
33 - name : DataJoint Contribution Guideline
4- url : https://datajoint.com/docs/community /contribute/
4+ url : https://docs. datajoint.com/about /contribute/
55 about : Please make sure to review the DataJoint Contribution Guidelines
Original file line number Diff line number Diff line change 11# Contribution Guidelines
22
33This project follows the
4- [ DataJoint Contribution Guidelines] ( https://datajoint.com/docs /about/contribute/ ) .
4+ [ DataJoint Contribution Guidelines] ( https://docs. datajoint.com/about/contribute/ ) .
55Please reference the link for more full details.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ environment and notebooks to overview the pipeline.
2929
3030+ [Interactive tutorial on GitHub Codespaces](https://github.com/datajoint/element-electrode-localization#interactive-tutorial)
3131
32- + [Documentation](https://datajoint.com/docs/ elements/element-electrode-localization)
32+ + [Documentation](https://docs. datajoint.com/elements/element-electrode-localization/ )
3333
3434# # Support
3535
Original file line number Diff line number Diff line change 11--- # ---------------------- PROJECT SPECIFIC ---------------------------
22
33site_name : DataJoint Documentation
4- site_url : http ://localhost/ docs/elements/element-electrode-localization
4+ site_url : https ://docs.datajoint.com /elements/element-electrode-localization/
55repo_url : https://github.com/datajoint/element-electrode-localization
66repo_name : datajoint/element-electrode-localization
77nav :
Original file line number Diff line number Diff line change 77{% endif %}
88< nav class ="{{ class }} " aria-label ="{{ lang.t('nav.title') }} " data-md-level ="0 ">
99 < label class ="md-nav__title " for ="__drawer ">
10- < a href ="{{ config.extra.homepage | d(nav.homepage.url, true) | url }} "
11- title ="{{ config.site_name | e }} " class ="md-nav__button md-logo "
12- aria-label ="{{ config.site_name }} " data-md-component ="logo ">
10+ < a href ="{{ config.extra.homepage | d(nav.homepage.url, true) | url }} " title ="{{ config.site_name | e }} "
11+ class ="md-nav__button md-logo " aria-label ="{{ config.site_name }} " data-md-component ="logo ">
1312 {% include "partials/logo.html" %}
1413 </ a >
1514 {#-
1615 Add DataJoint home link to navigation header, otherwise unchanged
1716 -#}
18- < a href ="https://datajoint.com/docs /elements/ " title ="DataJoint Elements ">
17+ < a href ="https://docs. datajoint.com/elements/ " title ="DataJoint Elements ">
1918 ⬅ Home
2019 </ a >
2120 </ label >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The Element is separated into two schemas:
1414 codes.
1515
1616+ ` electrode_localization ` pairs the above reference tables with Neuropixels electrode
17- location data from the Element Array Ephys [ probe schema] ( https://datajoint.com/docs/ elements/element-array-ephys/0.2 /concepts/#probe-schema-api-docs ) .
17+ location data from the Element Array Ephys [ probe schema] ( https://docs. datajoint.com/elements/element-array-ephys/latest /concepts/#probe-schema-api-docs ) .
1818
1919## ` coordinate_framework ` schema ([ API docs] ( ../api/element_electrode_localization/coordinate_framework ) )
2020
Original file line number Diff line number Diff line change 66pip install element-electrode-localization
77```
88
9- + See the [ User Instructions page] ( https://datajoint.com/docs /elements/user-guide/ ) to
9+ + See the [ User Instructions page] ( https://docs. datajoint.com/elements/user-guide/ ) to
1010install the integrated development environment and database.
1111
1212+ These instructions use the example
@@ -19,7 +19,7 @@ experimental data and run data analysis.
1919## Notebooks
2020
2121The [ Electrode Localization notebook] ( ./08-electrode-localization.ipynb ) is part of a
22- larger [ tutorial series] ( https://datajoint.com/docs /elements/element-array-ephys/latest/tutorials/ )
22+ larger [ tutorial series] ( https://docs. datajoint.com/elements/element-array-ephys/latest/tutorials/ )
2323on Element Array Ephys. To run this notebook, be sure to
2424[ download the data] ( https://datajoint.com/docs/elements/element-array-ephys/latest/tutorials/00-data-download-optional/ )
2525and [ configure your settings] ( https://datajoint.com/docs/elements/element-array-ephys/latest/tutorials/01-configure/ ) .
You can’t perform that action at this time.
0 commit comments