Skip to content

Commit bd623ef

Browse files
committed
readme
1 parent e98c14e commit bd623ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# mda-simulator
22

3+
[![Documentation](https://readthedocs.org/projects/mda-simulator/badge/?version=latest)](https://mda-simulator.readthedocs.io/en/latest/?badge=latest)
34
[![License](https://img.shields.io/pypi/l/mda-simulator.svg?color=green)](https://github.com/ianhi/mda-simulator/raw/main/LICENSE)
45
[![PyPI](https://img.shields.io/pypi/v/mda-simulator.svg?color=green)](https://pypi.org/project/mda-simulator)
56
[![Python Version](https://img.shields.io/pypi/pyversions/mda-simulator.svg?color=green)](https://python.org)
67
<!-- [![CI](https://github.com/ianhi/mda-simulator/actions/workflows/ci/badge.svg)](https://github.com/ianhi/mda-simulator/actions)
7-
[![codecov](https://codecov.io/gh/ianhi/mda-simulator/branch/master/graph/badge.svg)](https://codecov.io/gh/ianhi/mda-simulator) --> -->
8+
[![codecov](https://codecov.io/gh/ianhi/mda-simulator/branch/master/graph/badge.svg)](https://codecov.io/gh/ianhi/mda-simulator) -->
89

910
Simulator of multidimensional acquisition (Time, Position, Channel, Slice) useful for developing microscope control software.
1011

1112
```bash
1213
pip install mda-simulator
1314
```
15+
16+
Read the docs here: https://mda-simulator.rtfd.io/
17+
18+
![Example of usage inside napari-micromanager](https://github.com/ianhi/mda-simulator/blob/main/docs/_static/example-napari.apng)

0 commit comments

Comments
 (0)