Skip to content

Commit

Permalink
Remove boilerplate and merge conflict marker
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Apr 17, 2024
1 parent bd5fc6f commit 54db1db
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,18 @@
[![CI](https://github.com/bluesky/ophyd-async/actions/workflows/ci.yml/badge.svg)](https://github.com/bluesky/ophyd-async/actions/workflows/ci.yml)
[![Coverage](https://codecov.io/gh/bluesky/ophyd-async/branch/main/graph/badge.svg)](https://codecov.io/gh/bluesky/ophyd-async)

[![PyPI](https://img.shields.io/pypi/v/ophyd-async.svg)](https://pypi.org/project/ophyd-async)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

# ophyd_async

Asynchronous Bluesky hardware abstraction code, compatible with control systems like EPICS and Tango

This is where you should write a short paragraph that describes what your module does,
how it does it, and why people should use it.

<<<<<<< before updating
| Source | <https://github.com/bluesky/ophyd-async> |
| :-----------: | :-----------------------------------------------: |
| PyPI | `pip install ophyd-async` |
| Documentation | <https://bluesky.github.io/ophyd-async> |
| Releases | <https://github.com/bluesky/ophyd-async/releases> |

This is where you should put some images or code snippets that illustrate
some relevant examples. If it is a library then you might put some
introductory code here:

```python
from ophyd_async import __version__

print(f"Hello ophyd_async {__version__}")
```

Or if it is a commandline tool then you might put some example commands here:

```
python -m ophyd_async --version
```

<!-- README only content. Anything below this line won't be included in index.md -->

See https://bluesky.github.io/ophyd-async for more detailed documentation.

0 comments on commit 54db1db

Please sign in to comment.