Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl authored Oct 11, 2023
1 parent 51a075a commit a3cace8
Showing 1 changed file with 1 addition and 48 deletions.
49 changes: 1 addition & 48 deletions README.rst
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

0 comments on commit a3cace8

Please sign in to comment.