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/about/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 @@ -34,7 +34,7 @@ tables that can be combined with other Elements to assemble a fully functional p

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

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

## 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-deeplabcut
site_url: https://docs.datajoint.com/elements/element-deeplabcut/
repo_url: https://github.com/datajoint/element-deeplabcut
repo_name: datajoint/element-deeplabcut
nav:
Expand Down
4 changes: 2 additions & 2 deletions docs/src/.overrides/partials/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{#-
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 All @@ -30,4 +30,4 @@
{% include "partials/nav-item.html" %}
{% endfor %}
</ul>
</nav>
</nav>
6 changes: 3 additions & 3 deletions docs/src/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ documentation on each table, see the API docs for the respective schemas.
| --- | --- |
| Device | Camera metadata |

### `subject` schema ([API docs](https://datajoint.com/docs/elements/element-animal/api/element_animal/subject))
### `subject` schema ([API docs](https://docs.datajoint.com/elements/element-animal/latest/api/element_animal/subject/))

- Although not required, most choose to connect the `Session` table to a `Subject` table.

| Table | Description |
| --- | --- |
| Subject | Basic information of the research subject |

### `session` schema ([API docs](https://datajoint.com/docs/elements/element-session/api/element_session/session_with_datetime))
### `session` schema ([API docs](https://docs.datajoint.com/elements/element-session/latest/api/element_session/session_with_datetime/))

| Table | Description |
| --- | --- |
Expand All @@ -121,7 +121,7 @@ documentation on each table, see the API docs for the respective schemas.
| TrainingTask | A set of tasks specifying model training methods. |
| ModelTraining | A record of training iterations launched by `TrainingTask`. |

### `model` schema ([API](../api/element_deeplabcut/model))
### `model` schema ([API docs](../api/element_deeplabcut/model))

- Tables related to DeepLabCut models and pose estimation. The `model` schema can be
used without the `train` schema.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Installation of the Element requires an integrated development environment and database.
Instructions to setup each of the components can be found on the
[User Instructions](https://datajoint.com/docs/elements/user-guide) page. These
[User Instructions](https://docs.datajoint.com/elements/user-guide/) page. These
instructions use the example
[workflow for Element DeepLabCut](https://github.com/datajoint/workflow-deeplabcut),
which can be modified for a user's specific experimental requirements. This example
Expand Down