From 7a0fe5aff8a59277d1e12e72d27dd8373e7f53b0 Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Sat, 31 May 2025 02:01:58 +0100 Subject: [PATCH 1/3] fix(URL): remove `core` in `docs.datajoint.com/core/datajoint-python` --- README.md | 4 ++-- docs/README.md | 2 +- docs/src/tutorials/dj-top.ipynb | 2 +- docs/src/tutorials/json.ipynb | 2 +- pyproject.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eecee41a0..00bdb6928 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ DataJoint (). pip install datajoint ``` -- [Documentation & Tutorials](https://docs.datajoint.com/core/datajoint-python/) +- [Documentation & Tutorials](https://docs.datajoint.com/datajoint-python/) - [Interactive Tutorials](https://github.com/datajoint/datajoint-tutorials) on GitHub Codespaces @@ -140,4 +140,4 @@ DataJoint (). - Contribute - [Contribution Guidelines](https://docs.datajoint.com/about/contribute/) - - [Developer Guide](https://docs.datajoint.com/core/datajoint-python/latest/develop/) + - [Developer Guide](https://docs.datajoint.com/datajoint-python/latest/develop/) diff --git a/docs/README.md b/docs/README.md index 4aecf0a69..3fe48a691 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # Contribute to DataJoint Documentation -This is the home for DataJoint software documentation as hosted at https://docs.datajoint.com/core/datajoint-python/latest/. +This is the home for DataJoint software documentation as hosted at https://docs.datajoint.com/datajoint-python/latest/. ## VSCode Linter Extensions and Settings diff --git a/docs/src/tutorials/dj-top.ipynb b/docs/src/tutorials/dj-top.ipynb index 7ed9f97cc..b3472f1b2 100644 --- a/docs/src/tutorials/dj-top.ipynb +++ b/docs/src/tutorials/dj-top.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "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", + "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", "\n", "Now let's start by importing the `datajoint` client." ] diff --git a/docs/src/tutorials/json.ipynb b/docs/src/tutorials/json.ipynb index 9c5feebf6..cb583b2ad 100644 --- a/docs/src/tutorials/json.ipynb +++ b/docs/src/tutorials/json.ipynb @@ -27,7 +27,7 @@ "id": "67cf93d2", "metadata": {}, "source": [ - "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", + "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", "\n", "Now let's start by importing the `datajoint` client." ] diff --git a/pyproject.toml b/pyproject.toml index 075bb92b7..02c61d2df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ maintainers = [ {name = "Dimitri Yatsenko", email = "dimitri@datajoint.com"}, {name = "DataJoint Contributors", email = "support@datajoint.com"}, ] -# manually sync here: https://docs.datajoint.com/core/datajoint-python/latest/#welcome-to-datajoint-for-python +# manually sync here: https://docs.datajoint.com/datajoint-python/latest/#welcome-to-datajoint-for-python 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." readme = "README.md" license = {file = "LICENSE.txt"} From b42c3051db1fa853f9180a3b115f81a67ed62763 Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Sat, 31 May 2025 02:22:41 +0100 Subject: [PATCH 2/3] fix(URL): add `datajoint-docs` before `elements` --- README.md | 2 +- docs/src/index.md | 2 +- docs/src/query/operators.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00bdb6928..e839d81bc 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ DataJoint (). - [Interactive Tutorials](https://github.com/datajoint/datajoint-tutorials) on GitHub Codespaces -- [DataJoint Elements](https://docs.datajoint.com/elements/) - Catalog of example pipelines for neuroscience experiments +- [DataJoint Elements](https://docs.datajoint.com/datajoint-docs/elements/) - Catalog of example pipelines for neuroscience experiments - Contribute - [Contribution Guidelines](https://docs.datajoint.com/about/contribute/) diff --git a/docs/src/index.md b/docs/src/index.md index 6e3bf2a2d..64a4a6ea0 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -36,7 +36,7 @@ Presently, the primary developer of DataJoint open-source software is the compan - [Interactive Tutorials](https://github.com/datajoint/datajoint-tutorials){:target="_blank"} on GitHub Codespaces -- [DataJoint Elements](https://docs.datajoint.com/elements/) - Catalog of example pipelines for neuroscience experiments +- [DataJoint Elements](https://docs.datajoint.com/datajoint-docs/elements/) - Catalog of example pipelines for neuroscience experiments - Contribute - [Development Environment](./develop) diff --git a/docs/src/query/operators.md b/docs/src/query/operators.md index ee3549f35..c18612429 100644 --- a/docs/src/query/operators.md +++ b/docs/src/query/operators.md @@ -392,4 +392,4 @@ dj.U().aggr(Session, n="max(session)") # (3) `dj.U()`, as shown in the last example above, is often useful for integer IDs. For an example of this process, see the source code for -[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). +[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). From 9781d6e47348175925027298bb4ed5bcbc6498a2 Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Sat, 31 May 2025 02:27:47 +0100 Subject: [PATCH 3/3] fix(URL): add `datajoint-docs` before `contribute` --- README.md | 2 +- docs/src/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e839d81bc..bd2236145 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,6 @@ DataJoint (). - [DataJoint Elements](https://docs.datajoint.com/datajoint-docs/elements/) - Catalog of example pipelines for neuroscience experiments - Contribute - - [Contribution Guidelines](https://docs.datajoint.com/about/contribute/) + - [Contribution Guidelines](https://docs.datajoint.com/datajoint-docs/about/contribute/) - [Developer Guide](https://docs.datajoint.com/datajoint-python/latest/develop/) diff --git a/docs/src/index.md b/docs/src/index.md index 64a4a6ea0..59ffef4f3 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -41,4 +41,4 @@ Presently, the primary developer of DataJoint open-source software is the compan - Contribute - [Development Environment](./develop) - - [Guidelines](https://docs.datajoint.com/about/contribute/) + - [Guidelines](https://docs.datajoint.com/datajoint-docs/about/contribute/)