Skip to content

Commit 7bc725d

Browse files
Merge pull request #1239 from datajoint/revert-1238-clean-update
Revert "fix(URL): broken routing and redirects on docs.datajoint.com"
2 parents 1ee9745 + a7ffe2e commit 7bc725d

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ DataJoint (<https://datajoint.com>).
131131
pip install datajoint
132132
```
133133

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

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

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

140140
- Contribute
141-
- [Contribution Guidelines](https://docs.datajoint.com/datajoint-docs/about/contribute/)
141+
- [Contribution Guidelines](https://docs.datajoint.com/about/contribute/)
142142

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

docs/README.md

Lines changed: 1 addition & 1 deletion
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://docs.datajoint.com/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

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://docs.datajoint.com/datajoint-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://docs.datajoint.com/datajoint-docs/about/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://docs.datajoint.com/datajoint-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).

docs/src/tutorials/dj-top.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"First you will need to [install](../../getting-started/#installation) and [connect](../../getting-started/#connection) to a DataJoint [data pipeline](https://docs.datajoint.com/datajoint-python/latest/concepts/data-pipelines/#what-is-a-data-pipeline).\n",
14+
"First you will need to [install](../../getting-started/#installation) and [connect](../../getting-started/#connection) to a DataJoint [data pipeline](https://docs.datajoint.com/core/datajoint-python/latest/concepts/data-pipelines/#what-is-a-data-pipeline).\n",
1515
"\n",
1616
"Now let's start by importing the `datajoint` client."
1717
]

docs/src/tutorials/json.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"id": "67cf93d2",
2828
"metadata": {},
2929
"source": [
30-
"First you will need to [install](../../getting-started/#installation) and [connect](../../getting-started/#connection) to a DataJoint [data pipeline](https://docs.datajoint.com/datajoint-python/latest/concepts/data-pipelines/#what-is-a-data-pipeline).\n",
30+
"First you will need to [install](../../getting-started/#installation) and [connect](../../getting-started/#connection) to a DataJoint [data pipeline](https://docs.datajoint.com/core/datajoint-python/latest/concepts/data-pipelines/#what-is-a-data-pipeline).\n",
3131
"\n",
3232
"Now let's start by importing the `datajoint` client."
3333
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ maintainers = [
3535
{name = "Dimitri Yatsenko", email = "[email protected]"},
3636
{name = "DataJoint Contributors", email = "[email protected]"},
3737
]
38-
# manually sync here: https://docs.datajoint.com/datajoint-python/latest/#welcome-to-datajoint-for-python
38+
# manually sync here: https://docs.datajoint.com/core/datajoint-python/latest/#welcome-to-datajoint-for-python
3939
description = "DataJoint for Python is a framework for scientific workflow management based on relational principles. DataJoint is built on the foundation of the relational data model and prescribes a consistent method for organizing, populating, computing, and querying data."
4040
readme = "README.md"
4141
license = {file = "LICENSE.txt"}

0 commit comments

Comments
 (0)