Skip to content

Commit 5c95fc2

Browse files
committed
Migrate doc links to GitHub pages instance
1 parent 6c20e8c commit 5c95fc2

File tree

6 files changed

+14
-20
lines changed

6 files changed

+14
-20
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build docs
1+
name: docs
22

33
on:
44
push:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and test
1+
name: build and test
22

33
on:
44
push:

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# optimap
22

3-
[![docs](https://readthedocs.org/projects/optimap/badge/?version=latest&style=)](https://optimap.readthedocs.org)
3+
[![docs](https://github.com/cardiacvision/optimap/actions/workflows/docs.yml/badge.svg)](https://github.com/cardiacvision/optimap/actions/workflows/docs.yml)
44
[![tests](https://github.com/cardiacvision/optimap/actions/workflows/main.yml/badge.svg)](https://github.com/cardiacvision/optimap/actions/workflows/main.yml)
55
[![PyPI](https://img.shields.io/pypi/v/opticalmapping.svg)](https://pypi.org/project/opticalmapping/)
66
[![Supported Python versions](https://img.shields.io/pypi/pyversions/opticalmapping.svg)](https://python.org)
77
[![DOI](https://zenodo.org/badge/677528623.svg)](https://zenodo.org/badge/latestdoi/677528623)
88

9-
### optimap: An open-source library for the processing of fluorescence video data
9+
### optimap: An open-source library for processing fluorescence video data
1010

11-
`optimap` is an open-source Python toolbox for exploring, visualizing, and analyzing high-speed fluorescence imaging data with a focus on cardiac optical mapping data. It includes modules for loading, processing and exporting videos, extracting and measuring optical traces, visualizing action potential or calcium waves, tracking motion and compensating motion artifacts, computing activation maps, conduction velocities, action potential durations, as well as measuring contractility and further analyzing and visualizing the results. Refer to the [Tutorials](https://optimap.readthedocs.io/en/latest/tutorials/) and the [Documentation](https://optimap.readthedocs.io/en/latest/) for more information about optimap's features.
11+
`optimap` is an open-source Python toolbox for exploring, visualizing, and analyzing high-speed fluorescence imaging data with a focus on cardiac optical mapping data. It includes modules for loading, processing and exporting videos, extracting and measuring optical traces, visualizing action potential or calcium waves, tracking motion and compensating motion artifacts, computing activation maps, conduction velocities, action potential durations, as well as measuring contractility and further analyzing and visualizing the results. Refer to the [Tutorials](https://cardiacvision.github.io/optimap/main/tutorials/) and the [Documentation](https://cardiacvision.github.io/optimap/) for more information about optimap's features.
1212

1313
> ⚠️ optimap is currently in early development, expect breaking changes and bugs.
1414
1515
## Installation
1616

17-
`optimap` is available for macOS, Windows and Linux, see the [Getting Started](https://optimap.readthedocs.io/en/latest/chapters/getting_started/) guide for more information.
17+
`optimap` is available for macOS, Windows and Linux, see the [Getting Started](https://cardiacvision.github.io/optimap/main/chapters/getting_started/) guide for more information.
1818

1919
### Installing pre-built binaries (macOS, Windows, Linux)
2020

@@ -38,19 +38,19 @@ pip install --upgrade opticalmapping[all]
3838

3939
## About optimap
4040

41-
`optimap` is an interactive, script or notebook-based software library created for cardiovascular scientists in particular, but might also be useful for scientists in other fields. For instance, when performing calcium imaging or physiological research with moving cells or tissues. It is designed to be a flexible and customizable analysis workflow toolkit, which allows for a wide range of analyses and visualizations. See the [Tutorials](https://optimap.readthedocs.io/en/latest/tutorials/) for examples and more information about the usage of `optimap`. The tutorials can be downloaded by clicking on the link in the green box at the top of each tutorial page.
41+
`optimap` is an interactive, script or notebook-based software library created for cardiovascular scientists in particular, but might also be useful for scientists in other fields. For instance, when performing calcium imaging or physiological research with moving cells or tissues. It is designed to be a flexible and customizable analysis workflow toolkit, which allows for a wide range of analyses and visualizations. See the [Tutorials](https://cardiacvision.github.io/optimap/main/tutorials/) for examples and more information about the usage of `optimap`. The tutorials can be downloaded by clicking on the link in the green box at the top of each tutorial page.
4242

4343
`optimap` is developed by members of the [Cardiac Vision Laboratory](https://cardiacvision.ucsf.edu) at the [University of California, San Franicsco](https://www.ucsf.edu). It is open-source, freely available, and relies on open-source packages such as NumPy, SciPy, Matplotlib and OpenCV.
4444

4545
## Links
4646

47-
- [Documentation](https://optimap.readthedocs.io)
47+
- [Documentation](https://cardiacvision.github.io/optimap/)
4848
- [Issue tracker](https://github.com/cardiacvision/optimap/issues)
4949
- [Source code](https://github.com/cardiacvision/optimap)
5050

5151
## Contributing
5252

53-
We welcome bug reports, questions, ideas for new features and pull-requests to fix issues or add new features to optimap. See [Contributing](https://optimap.readthedocs.io/en/latest/chapters/contributing/) for more information.
53+
We welcome bug reports, questions, ideas for new features and pull-requests to fix issues or add new features to optimap. See [Contributing](https://cardiacvision.github.io/optimap/main/chapters/contributing/) for more information.
5454

5555
## License
5656

docs/chapters/getting_started.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(installing)=
22
# Installing optimap
33

4-
`optimap` is available for Windows, Mac OSX, and Linux. Pre-built binaries can be installed using `pip`, see below. You can find more detailed installation instructions in our [Installation Guide](https://optimap.readthedocs.io/en/latest/chapters/installation/). You can find the latest version of our sourcode here:
4+
`optimap` is available for Windows, Mac OSX, and Linux. Pre-built binaries can be installed using `pip`, see below. You can find more detailed installation instructions in our [Installation Guide](#installation). You can find the latest version of our source code here:
55

66
[https://github.com/cardiacvision/optimap](https://github.com/cardiacvision/optimap).
77

@@ -16,13 +16,7 @@ optimap relies heavily on [NumPy](https://numpy.org) and [Matplotlib](https://ma
1616
The easiest way to install optimap is using `pip` in the command line:
1717

1818
```bash
19-
pip install opticalmapping[all]
20-
```
21-
22-
If this command fails, please try the following:
23-
24-
```bash
25-
python -m pip install opticalmapping\[all\]
19+
pip install "opticalmapping[all]"
2620
```
2721

2822
```{note}
@@ -36,7 +30,7 @@ To use GPU-accelerated motion tracking algorithms a CUDA-enabled version of Open
3630
To update optimap to the latest version run
3731

3832
```bash
39-
pip install --upgrade opticalmapping[all]`
33+
pip install --upgrade "opticalmapping[all]"`
4034
```
4135

4236
#### Installing from source

docs/tutorials/example_files.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"source": [
1919
"# Example Data Files\n",
2020
"\n",
21-
"``optimap`` provides several optical mapping example videos, which are used throughout the [Tutorials](https://optimap.readthedocs.io/en/latest/tutorials/). The example files can be used to test optimap or to develop your own analysis scripts. They can be downloaded directly within a script while using ``optimap``:"
21+
"``optimap`` provides several optical mapping example videos, which are used throughout the [Tutorials](https://cardiacvision.github.io/optimap/main/tutorials/). The example files can be used to test optimap or to develop your own analysis scripts. They can be downloaded directly within a script while using ``optimap``:"
2222
]
2323
},
2424
{

optimap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
opencv_not_found_error = "\n\n" \
77
"ERROR: Unable to import OpenCV, which we require. " \
88
"Please install it, e.g. with `pip install opencv-python`. " \
9-
"See https://optimap.readthedocs.io/en/latest/chapters/getting_started/ for details." \
9+
"See https://cardiacvision.github.io/optimap/main/chapters/getting_started/ for details." \
1010
"\n\n"
1111
raise ImportError(opencv_not_found_error)
1212

0 commit comments

Comments
 (0)