Skip to content

Commit ec35c12

Browse files
Merge pull request #1237 from MilagrosMarin/clean-update
fix: update home URL from `datajoint.com/docs` to `docs.datajoint.com`
2 parents 3a359b1 + 557e11a commit ec35c12

File tree

10 files changed

+188
-154
lines changed

10 files changed

+188
-154
lines changed

README.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<tr>
5555
<td>Doc Status</td>
5656
<td>
57-
<a href="https://datajoint.com/docs">
57+
<a href="https://docs.datajoint.com">
5858
<img src="https://github.com/datajoint/datajoint-python/actions/workflows/pages/pages-build-deployment/badge.svg" alt="doc status" />
5959
</a>
6060
</td>
@@ -68,12 +68,12 @@
6868
</td>
6969
</tr>
7070
<tr>
71-
<td>Developer Chat</td>
72-
<td>
73-
<a href="https://datajoint.slack.com/">
71+
<td>Developer Chat</td>
72+
<td>
73+
<a href="https://datajoint.slack.com/">
7474
<img src="https://img.shields.io/badge/slack-datajoint-purple.svg" alt="datajoint slack"/>
75-
</a>
76-
</td>
75+
</a>
76+
</td>
7777
</tr>
7878
<tr>
7979
<td>License</td>
@@ -84,21 +84,20 @@
8484
</td>
8585
</tr>
8686
<tr>
87-
<td>Citation</td>
88-
<td>
89-
<a href="https://doi.org/10.1101/031658">
90-
<img src="https://img.shields.io/badge/DOI-10.1101/bioRxiv.031658-B31B1B.svg" alt="bioRxiv">
91-
</a>
87+
<td>Citation</td>
88+
<td>
89+
<a href="https://doi.org/10.1101/031658">
90+
<img src="https://img.shields.io/badge/DOI-10.1101/bioRxiv.031658-B31B1B.svg" alt="bioRxiv">
91+
</a>
9292
<br>
9393
<a href="https://doi.org/10.5281/zenodo.6829062">
9494
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.6829062.svg" alt="zenodo">
95-
</a>
96-
</td>
95+
</a>
96+
</td>
9797
</tr>
9898

9999
</table>
100100

101-
102101
DataJoint for Python is a framework for scientific workflow management based on
103102
relational principles. DataJoint is built on the foundation of the relational data
104103
model and prescribes a consistent method for organizing, populating, computing, and
@@ -110,7 +109,7 @@ volumes of data streaming from regular experiments. Starting in 2011, DataJoint
110109
been available as an open-source project adopted by other labs and improved through
111110
contributions from several developers.
112111
Presently, the primary developer of DataJoint open-source software is the company
113-
DataJoint (https://datajoint.com).
112+
DataJoint (<https://datajoint.com>).
114113

115114
## Data Pipeline Example
116115

@@ -132,13 +131,13 @@ DataJoint (https://datajoint.com).
132131
pip install datajoint
133132
```
134133

135-
- [Documentation & Tutorials](https://datajoint.com/docs/core/datajoint-python/)
134+
- [Documentation & Tutorials](https://docs.datajoint.com/core/datajoint-python/)
136135

137136
- [Interactive Tutorials](https://github.com/datajoint/datajoint-tutorials) on GitHub Codespaces
138137

139-
- [DataJoint Elements](https://datajoint.com/docs/elements/) - Catalog of example pipelines for neuroscience experiments
138+
- [DataJoint Elements](https://docs.datajoint.com/elements/) - Catalog of example pipelines for neuroscience experiments
140139

141140
- Contribute
142-
- [Contribution Guidelines](https://datajoint.com/docs/about/contribute/)
141+
- [Contribution Guidelines](https://docs.datajoint.com/about/contribute/)
143142

144-
- [Developer Guide](https://datajoint.com/docs/core/datajoint-python/latest/develop/)
143+
- [Developer Guide](https://docs.datajoint.com/core/datajoint-python/latest/develop/)

datajoint/diagram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Diagram:
3535
Entity relationship diagram, currently disabled due to the lack of required packages: matplotlib and pygraphviz.
3636
3737
To enable Diagram feature, please install both matplotlib and pygraphviz. For instructions on how to install
38-
these two packages, refer to https://datajoint.com/docs/core/datajoint-python/0.14/client/install/
38+
these two packages, refer to https://docs.datajoint.com/core/datajoint-python/0.14/client/install/
3939
"""
4040

4141
def __init__(self, *args, **kwargs):

docs/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contribute to DataJoint Documentation
22

3-
This is the home for DataJoint software documentation as hosted at https://datajoint.com/docs/core/datajoint-python/latest/
3+
This is the home for DataJoint software documentation as hosted at https://docs.datajoint.com/core/datajoint-python/latest/.
44

55
## VSCode Linter Extensions and Settings
66

@@ -89,9 +89,8 @@ INFO - Doc file 'index.md' contains an unrecognized relative link './develop
8989
- `/docs/core/datajoint-python/` is the actual docs site hosted by datajoint/datajoint-python's github pages
9090
- `/docs/elements/element-*/` is the actual docs site hosted by each element's github pages
9191

92-
9392
```log
9493
WARNING - Doc file 'query/operators.md' contains a link '../../../images/concepts-operators-restriction.png', but
9594
the target '../../images/concepts-operators-restriction.png' is not found among documentation files.
9695
```
97-
- We use Github Pages to host our docs, the image references needs to follow the mkdocs's build directory structure, under `site/` directory once you run mkdocs.
96+
- We use Github Pages to host our docs, the image references needs to follow the mkdocs's build directory structure, under `site/` directory once you run mkdocs.

docs/src/design/tables/indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To make searches faster on fields other than the primary key or a foreign key, y
3535
add a secondary index explicitly.
3636

3737
Regular indexes are declared as `index(attr1, ..., attrN)` on a separate line anywhere in
38-
the table declration (below the primary key divide).
38+
the table declaration (below the primary key divide).
3939

4040
Indexes can be declared with unique constraint as `unique index (attr1, ..., attrN)`.
4141

docs/src/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source project for data entry but is no longer actively maintained.
1212

1313
## Does DataJoint support other programming languages?
1414

15-
DataJoint [Python](https://datajoint.com/docs/core/datajoint-python/) is the most
15+
DataJoint [Python](https://docs.datajoint.com/core/datajoint-python/) is the most
1616
up-to-date version and all future development will focus on the Python API. The
1717
[Matlab](https://datajoint.com/docs/core/datajoint-matlab/) API was actively developed
1818
through 2023. Previous projects implemented some DataJoint features in

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Presently, the primary developer of DataJoint open-source software is the compan
3636

3737
- [Interactive Tutorials](https://github.com/datajoint/datajoint-tutorials){:target="_blank"} on GitHub Codespaces
3838

39-
- [DataJoint Elements](https://datajoint.com/docs/elements/) - Catalog of example pipelines for neuroscience experiments
39+
- [DataJoint Elements](https://docs.datajoint.com/elements/) - Catalog of example pipelines for neuroscience experiments
4040

4141
- Contribute
4242
- [Development Environment](./develop)
4343

44-
- [Guidelines](https://datajoint.com/docs/community/contribute/)
44+
- [Guidelines](https://docs.datajoint.com/about/contribute/)

docs/src/query/operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,4 +392,4 @@ dj.U().aggr(Session, n="max(session)") # (3)
392392

393393
`dj.U()`, as shown in the last example above, is often useful for integer IDs.
394394
For an example of this process, see the source code for
395-
[Element Array Electrophysiology's `insert_new_params`](https://datajoint.com/docs/elements/element-array-ephys/latest/api/element_array_ephys/ephys_acute/#element_array_ephys.ephys_acute.ClusteringParamSet.insert_new_params).
395+
[Element Array Electrophysiology's `insert_new_params`](https://docs.datajoint.com/elements/element-array-ephys/latest/api/element_array_ephys/ephys_acute/#element_array_ephys.ephys_acute.ClusteringParamSet.insert_new_params).

0 commit comments

Comments
 (0)