Skip to content

Commit c0deae4

Browse files
committed
Update pyimagej.readthedocs.io -> py.imagej.net
1 parent f6a0757 commit c0deae4

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Image.sc Forum](https://img.shields.io/badge/dynamic/json.svg?label=forum&url=https%3A%2F%2Fforum.image.sc%2Ftags%2Fpyimagej.json&query=%24.topic_list.tags.0.topic_count&colorB=brightgreen&suffix=%20topics&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABPklEQVR42m3SyyqFURTA8Y2BER0TDyExZ+aSPIKUlPIITFzKeQWXwhBlQrmFgUzMMFLKZeguBu5y+//17dP3nc5vuPdee6299gohUYYaDGOyyACq4JmQVoFujOMR77hNfOAGM+hBOQqB9TjHD36xhAa04RCuuXeKOvwHVWIKL9jCK2bRiV284QgL8MwEjAneeo9VNOEaBhzALGtoRy02cIcWhE34jj5YxgW+E5Z4iTPkMYpPLCNY3hdOYEfNbKYdmNngZ1jyEzw7h7AIb3fRTQ95OAZ6yQpGYHMMtOTgouktYwxuXsHgWLLl+4x++Kx1FJrjLTagA77bTPvYgw1rRqY56e+w7GNYsqX6JfPwi7aR+Y5SA+BXtKIRfkfJAYgj14tpOF6+I46c4/cAM3UhM3JxyKsxiOIhH0IO6SH/A1Kb1WBeUjbkAAAAAElFTkSuQmCC)](https://forum.image.sc/tag/pyimagej)
44
[![Build Status](https://github.com/imagej/pyimagej/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/imagej/pyimagej/actions/workflows/build.yml)
5-
[![Read the Docs](https://readthedocs.org/projects/pyimagej/badge/?version=latest)](https://pyimagej.readthedocs.io/en/latest/?badge=latest)
5+
[![Read the Docs](https://readthedocs.org/projects/pyimagej/badge/?version=latest)](https://py.imagej.net/en/latest/?badge=latest)
66
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/imagej/pyimagej/HEAD?urlpath=%2Fdoc%2Ftree%2Fdoc)
77

88
PyImageJ provides a set of wrapper functions for integration between [ImageJ2]
@@ -14,7 +14,7 @@ SciPy, scikit-image, [CellProfiler], [OpenCV], [ITK] and many more.
1414

1515
## Quick Start
1616

17-
Jump into the [documentation and tutorials](https://pyimagej.readthedocs.io/) to get started!
17+
Jump into the [documentation and tutorials](https://py.imagej.net/) to get started!
1818

1919
## System Requirements
2020

@@ -73,7 +73,7 @@ takes an additional ~30 seconds to ~2-3 minutes (depending on bandwidth)
7373
while it downloads and caches the needed Java libraries.
7474

7575
For detailed installation instructions and requirements, see
76-
[Installation](https://pyimagej.readthedocs.io/en/latest/Install.html).
76+
[Installation](https://py.imagej.net/en/latest/Install.html).
7777

7878
## Usage
7979

@@ -84,7 +84,7 @@ plus utility functions for translating between Python (NumPy, xarray,
8484
pandas, etc.) and Java (ImageJ2, ImgLib2, etc.) structures.
8585

8686
For instructions on how to start up the gateway for various settings, see
87-
[How to initialize PyImageJ](https://pyimagej.readthedocs.io/en/latest/Initialization.html).
87+
[How to initialize PyImageJ](https://py.imagej.net/en/latest/Initialization.html).
8888

8989
Here is an example of opening an image using ImageJ2 and displaying it:
9090

@@ -106,12 +106,12 @@ ij.py.show(image, cmap='gray')
106106
```
107107

108108
For more, see the
109-
[tutorial notebooks](https://pyimagej.readthedocs.io/en/latest/notebooks.html).
109+
[tutorial notebooks](https://py.imagej.net/en/latest/notebooks.html).
110110

111111
## API Reference
112112

113113
For a complete reference of the PyImageJ API, please see the
114-
[API Reference](https://pyimagej.readthedocs.io/en/latest/api.html).
114+
[API Reference](https://py.imagej.net/en/latest/api.html).
115115

116116
## Getting Help
117117

@@ -131,7 +131,7 @@ You can also reach the developers at the
131131
[Image.sc Zulip chat](https://imagesc.zulipchat.com/#narrow/stream/328100-scyjava).
132132

133133
For details on how to develop the PyImageJ codebase, see
134-
[Development.md](https://pyimagej.readthedocs.io/en/latest/Development.html).
134+
[Development.md](https://py.imagej.net/en/latest/Development.html).
135135

136136
------------------------------------------------------------------------------
137137

doc/Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ make docs
4343

4444
Results are generated to `doc/_build/html`.
4545
Production documentation is available online at
46-
[https://pyimagej.readthedocs.io/](https://pyimagej.readthedocs.io/).
46+
[https://py.imagej.net/](https://py.imagej.net/).
4747

4848
## Running the automated tests
4949

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# PyImageJ Reference Documentation
22

3-
To access PyImageJ's installation, initialization, tutorial, troubleshooting and API reference documentation please visit the [PyImageJ ReadTheDocs](https://pyimagej.readthedocs.io/en/latest/index.html) website or build the documentation locally (see [building the reference documentation](https://pyimagej.readthedocs.io/en/latest/Development.html#building-the-reference-documentation) for more details).
3+
To access PyImageJ's installation, initialization, tutorial, troubleshooting and API reference documentation please visit the [PyImageJ website](https://py.imagej.net/en/latest/index.html) or build the documentation locally (see [building the reference documentation](https://py.imagej.net/en/latest/Development.html#building-the-reference-documentation) for more details).

doc/llms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ COMMIT_SHA={commit} BRANCH_NAME={branch} python .github/scripts/update_notebook.
141141

142142
## 📚 Learn More
143143
- [ImageJ Community Forum](https://forum.image.sc/)
144-
- [PyImageJ Documentation](https://pyimagej.readthedocs.io/)
144+
- [PyImageJ Documentation](https://py.imagej.net/)

doc/llms/pyimagej-ai-guide.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"source": [
1818
"# 🔬 Your AI Guide to PyImageJ\n",
1919
"\n",
20-
"Welcome! This notebook serves as your personal [PyImageJ](https://pyimagej.readthedocs.io/) learning environment. Here we'll set up PyImageJ for scientific image analysis and configure the Gemini AI for support.\n",
20+
"Welcome! This notebook serves as your personal [PyImageJ](https://py.imagej.net/) learning environment. Here we'll set up PyImageJ for scientific image analysis and configure the Gemini AI for support.\n",
2121
"\n",
2222
"Combining ImageJ, Python, LLMs, and Notebooks is a lot! If any of this is new to you, start with this notebook's [companion documentation](https://py.imagej.net/en/latest/AI-Tutorial-Notebook.html)."
2323
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ imagej = "imagej:imagej_main"
7878

7979
[project.urls]
8080
homepage = "https://github.com/imagej/pyimagej"
81-
documentation = "https://pyimagej.readthedocs.io/"
81+
documentation = "https://py.imagej.net/"
8282
source = "https://github.com/imagej/pyimagej"
8383
download = "https://pypi.org/project/pyimagej/"
8484
tracker = "https://github.com/imagej/pyimagej/issues"

0 commit comments

Comments
 (0)