Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: DataJoint Contribution Guideline
url: https://datajoint.com/docs/community/contribute/
url: https://docs.datajoint.com/about/contribute/
about: Please make sure to review the DataJoint Contribution Guidelines
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Contribution Guidelines

This project follows the
[DataJoint Contribution Guidelines](https://datajoint.com/docs/about/contribute/).
[DataJoint Contribution Guidelines](https://docs.datajoint.com/about/contribute/).
Please reference the link for more full details.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ environment and notebooks to overview the pipeline.

+ [Interactive tutorial on GitHub Codespaces](https://github.com/datajoint/element-electrode-localization#interactive-tutorial)

+ [Documentation](https://datajoint.com/docs/elements/element-electrode-localization)
+ [Documentation](https://docs.datajoint.com/elements/element-electrode-localization/)

## Support

Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--- # ---------------------- PROJECT SPECIFIC ---------------------------

site_name: DataJoint Documentation
site_url: http://localhost/docs/elements/element-electrode-localization
site_url: https://docs.datajoint.com/elements/element-electrode-localization/
repo_url: https://github.com/datajoint/element-electrode-localization
repo_name: datajoint/element-electrode-localization
nav:
Expand Down
7 changes: 3 additions & 4 deletions docs/src/.overrides/partials/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
{% endif %}
<nav class="{{ class }}" aria-label="{{ lang.t('nav.title') }}" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}"
title="{{ config.site_name | e }}" class="md-nav__button md-logo"
aria-label="{{ config.site_name }}" data-md-component="logo">
<a href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}" title="{{ config.site_name | e }}"
class="md-nav__button md-logo" aria-label="{{ config.site_name }}" data-md-component="logo">
{% include "partials/logo.html" %}
</a>
{#-
Add DataJoint home link to navigation header, otherwise unchanged
-#}
<a href="https://datajoint.com/docs/elements/" title="DataJoint Elements">
<a href="https://docs.datajoint.com/elements/" title="DataJoint Elements">
⬅ Home
</a>
</label>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Element is separated into two schemas:
codes.

+ `electrode_localization` pairs the above reference tables with Neuropixels electrode
location data from the Element Array Ephys [probe schema](https://datajoint.com/docs/elements/element-array-ephys/0.2/concepts/#probe-schema-api-docs).
location data from the Element Array Ephys [probe schema](https://docs.datajoint.com/elements/element-array-ephys/latest/concepts/#probe-schema-api-docs).

## `coordinate_framework` schema ([API docs](../api/element_electrode_localization/coordinate_framework))

Expand Down
4 changes: 2 additions & 2 deletions docs/src/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
pip install element-electrode-localization
```

+ See the [User Instructions page](https://datajoint.com/docs/elements/user-guide/) to
+ See the [User Instructions page](https://docs.datajoint.com/elements/user-guide/) to
install the integrated development environment and database.

+ These instructions use the example
Expand All @@ -19,7 +19,7 @@ experimental data and run data analysis.
## Notebooks

The [Electrode Localization notebook](./08-electrode-localization.ipynb) is part of a
larger [tutorial series](https://datajoint.com/docs/elements/element-array-ephys/latest/tutorials/)
larger [tutorial series](https://docs.datajoint.com/elements/element-array-ephys/latest/tutorials/)
on Element Array Ephys. To run this notebook, be sure to
[download the data](https://datajoint.com/docs/elements/element-array-ephys/latest/tutorials/00-data-download-optional/)
and [configure your settings](https://datajoint.com/docs/elements/element-array-ephys/latest/tutorials/01-configure/).