-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove boilerplate and merge conflict marker
- Loading branch information
1 parent
bd5fc6f
commit 54db1db
Showing
1 changed file
with
0 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |