Skip to content

Commit 0755913

Browse files
authored
Merge pull request #61 from MilagrosMarin/main
fix(docs): update home URL from `datajoint.com/docs` to `docs.datajoint.com`
2 parents 6e5cb7a + a6f9fd3 commit 0755913

File tree

7 files changed

+11
-16
lines changed

7 files changed

+11
-16
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: DataJoint Contribution Guideline
4-
url: https://docs.datajoint.org/python/community/02-Contribute.html
4+
url: https://docs.datajoint.com/about/contribute/
55
about: Please make sure to review the DataJoint Contribution Guidelines

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Contribution Guidelines
22

33
This project follows the
4-
[DataJoint Contribution Guidelines](https://datajoint.com/docs/about/contribute/).
4+
[DataJoint Contribution Guidelines](https://docs.datajoint.com/about/contribute/).
55
Please reference the link for more full details.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ environment and notebooks to learn the pipeline.
3737
+ [Interactive tutorial on GitHub
3838
Codespaces](https://github.com/datajoint/element-miniscope#interactive-tutorial)
3939

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

4242
## Support
4343

docs/mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ---------------------- PROJECT SPECIFIC ---------------------------
22

33
site_name: DataJoint Documentation
4-
site_url: http://localhost/docs/elements/element-miniscope
4+
site_url: https://docs.datajoint.com/elements/element-miniscope/
55
repo_url: https://github.com/datajoint/element-miniscope
66
repo_name: datajoint/element-miniscope
77
nav:

docs/src/.overrides/partials/nav.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
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>

docs/src/pipeline.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ detailed documentation on each table, see the API docs for the respective schema
1111

1212
### `reference` schema
1313

14-
+ For further details see the [reference schema API docs](https://datajoint.com/docs/elements/element-miniscope/latest/api/workflow_miniscope/reference/)
14+
+ For further details see the [reference schema API docs](https://docs.datajoint.com/elements/element-miniscope/0.3/api/workflow_miniscope/reference/)
1515

1616
| Table | Description |
1717
| --- | --- |
@@ -21,15 +21,15 @@ detailed documentation on each table, see the API docs for the respective schema
2121

2222
+ Although not required, most choose to connect the `Session` table to a `Subject` table.
2323

24-
+ For further details see the [subject schema API docs](https://datajoint.com/docs/elements/element-animal/api/element_animal/subject/)
24+
+ For further details see the [subject schema API docs](https://docs.datajoint.com/elements/element-animal/latest/api/element_animal/subject/)
2525

2626
| Table | Description |
2727
| --- | --- |
2828
| Subject | Basic information of the research subject. |
2929

3030
### `session` schema
3131

32-
+ For further details see the [session schema API docs](https://datajoint.com/docs/elements/element-session/latest/api/element_session/session_with_datetime/)
32+
+ For further details see the [session schema API docs](https://docs.datajoint.com/elements/element-session/latest/api/element_session/session_with_datetime/)
3333

3434
| Table | Description |
3535
| --- | --- |
@@ -39,8 +39,6 @@ detailed documentation on each table, see the API docs for the respective schema
3939

4040
+ Tables related to importing and analyzing miniscope data.
4141

42-
+ For further details see the [miniscope schema API docs](https://datajoint.com/docs/elements/element-miniscope/latest/api/element_miniscope/miniscope)
43-
4442
| Table | Description |
4543
| --- | --- |
4644
| AcquisitionSoftware | Software used for miniscope acquisition |
@@ -78,8 +76,6 @@ detailed documentation on each table, see the API docs for the respective schema
7876

7977
+ Tables that provide summary reports of the processed miniscope data.
8078

81-
+ For further details see the [miniscope_report API docs](https://datajoint.com/docs/elements/element-miniscope/latest/api/element_miniscope/miniscope_report)
82-
8379
| Table | Description |
8480
| --- | --- |
8581
| QualityMetrics | A table containing information about CaImAn estimates: </p> + `r_values`: Space correlation </p> + `snr`: Trace SNR </p> + `cnn_preds`: CNN predictions|

docs/src/tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
+ The Workflow Miniscope described above can be modified for a user's specific experimental requirements and thereby used in active projects.
1414

1515
+ The GitHub Codespace and Dev Container is configured for tutorials and prototyping.
16-
We recommend users to configure a database specifically for production pipelines. Instructions for a local installation of the integrated development environment with a database can be found on the [User Guide](https://datajoint.com/docs/elements/user-guide/) page.
16+
We recommend users to configure a database specifically for production pipelines. Instructions for a local installation of the integrated development environment with a database can be found on the [User Guide](https://docs.datajoint.com/elements/user-guide/) page.
1717

1818
## Videos
1919

0 commit comments

Comments
 (0)