This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
48 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,51 +1,4 @@ | ||
ophyd-epics-devices | ||
=========================== | ||
|
||
|code_ci| |docs_ci| |coverage| |pypi_version| |license| | ||
|
||
.. note:: | ||
|
||
This repository is at an early state of development, it acts as a preview | ||
of what Ophyd.v2 Devices may look like, and should not be used in production | ||
yet. | ||
|
||
Ophyd EPICS Devices contains cross-institution Devices using the EPICS Control | ||
System implemented in Ophyd for the Bluesky ecosystem. | ||
|
||
============== ============================================================== | ||
PyPI ``pip install ophyd-epics-devices`` | ||
Source code https://github.com/bluesky/ophyd-epics-devices | ||
Documentation https://bluesky.github.io/ophyd-epics-devices | ||
Releases https://github.com/bluesky/ophyd-epics-devices/releases | ||
============== ============================================================== | ||
|
||
Some of the Devices supported: | ||
|
||
- Motor record | ||
- areaDetector | ||
|
||
.. |code_ci| image:: https://github.com/bluesky/ophyd-epics-devices/actions/workflows/code.yml/badge.svg?branch=main | ||
:target: https://github.com/bluesky/ophyd-epics-devices/actions/workflows/code.yml | ||
:alt: Code CI | ||
|
||
.. |docs_ci| image:: https://github.com/bluesky/ophyd-epics-devices/actions/workflows/docs.yml/badge.svg?branch=main | ||
:target: https://github.com/bluesky/ophyd-epics-devices/actions/workflows/docs.yml | ||
:alt: Docs CI | ||
|
||
.. |coverage| image:: https://codecov.io/gh/bluesky/ophyd-epics-devices/branch/main/graph/badge.svg | ||
:target: https://codecov.io/gh/bluesky/ophyd-epics-devices | ||
:alt: Test Coverage | ||
|
||
.. |pypi_version| image:: https://img.shields.io/pypi/v/ophyd-epics-devices.svg | ||
:target: https://pypi.org/project/ophyd-epics-devices | ||
:alt: Latest PyPI version | ||
|
||
.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg | ||
:target: https://opensource.org/licenses/Apache-2.0 | ||
:alt: Apache License | ||
|
||
.. | ||
Anything below this line is used when viewing README.rst and will be replaced | ||
when included in index.rst | ||
See https://bluesky.github.io/ophyd-epics-devices for more detailed documentation. | ||
An early implementation of ophyd-async devices. These have now been merged into https://github.com/bluesky/ophyd-async |