diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b3d197d..7436854 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd14131..736a9f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,3 @@ # Contribution Guidelines -This project follows the [DataJoint Contribution Guidelines](https://docs.datajoint.org/python/community/02-Contribute.html). Please reference the link for more full details. +This project follows the [DataJoint Contribution Guidelines](https://docs.datajoint.com/about/contribute/). Please reference the link for more full details. diff --git a/README.md b/README.md index 03d1d6b..ef270f3 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ + `element-event` can be flexibly attached to any DataJoint workflow. -+ See the [Element Event documentation](https://elements.datajoint.org/description/event/) for the background information and development timeline. ++ See the [Element Event documentation](https://docs.datajoint.com/elements/element-event/) for the background information and development timeline. -+ For more information on the DataJoint Elements project, please visit https://elements.datajoint.org. This work is supported by the National Institutes of Health. ++ For more information on the DataJoint Elements project, please visit . This work is supported by the National Institutes of Health. ## Element architecture diff --git a/docs/mkdocs.yaml b/docs/mkdocs.yaml index e3db9ff..37171d5 100644 --- a/docs/mkdocs.yaml +++ b/docs/mkdocs.yaml @@ -1,7 +1,7 @@ # ---------------------- PROJECT SPECIFIC --------------------------- site_name: DataJoint Documentation -site_url: http://localhost/docs/elements/element-event +site_url: https://docs.datajoint.com/elements/element-event/ repo_url: https://github.com/datajoint/element-event repo_name: datajoint/element-event nav: diff --git a/docs/src/.overrides/partials/nav.html b/docs/src/.overrides/partials/nav.html index 4cf2f13..a72dfaf 100644 --- a/docs/src/.overrides/partials/nav.html +++ b/docs/src/.overrides/partials/nav.html @@ -1,23 +1,14 @@ {% set class = "md-nav md-nav--primary" %} {% if "navigation.tabs" in features %} {% set class = class ~ " md-nav--lifted" %} {% endif %} {% if "toc.integrate" in features %} {% set class = class ~ " md-nav--integrated" %} {% endif %} - \ No newline at end of file diff --git a/docs/src/concepts.md b/docs/src/concepts.md index 0a9385a..dec92f4 100644 --- a/docs/src/concepts.md +++ b/docs/src/concepts.md @@ -90,7 +90,7 @@ Event connects to upstream Element Session. ![element-event diagram](https://raw.githubusercontent.com/datajoint/element-event/main/images/trial_event_diagram.svg) -### `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. @@ -98,7 +98,7 @@ Although not required, most choose to connect the `Session` table to a `Subject` | --- | --- | | 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 | | --- | --- |