Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
PyEpics: Epics Channel Access for Python
================================

THIS IS A PULL-REQUEST TEST

.. image:: https://github.com/pyepics/pyepics/actions/workflows/test-with-conda.yml/badge.svg
:target: https://github.com/pyepics/pyepics/actions/workflows/test-with-conda.yml/

.. image:: https://codecov.io/gh/pyepics/pyepics/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pyepics/pyepics

.. image:: https://img.shields.io/pypi/v/pyepics.svg
:target: https://pypi.org/project/pyepics

Expand Down Expand Up @@ -115,7 +117,7 @@ Python PV object, which provides a natural way to interact with EPICS.
3.14
>>> pv.put(2.71)


Channel Access features that are included here:

* user callbacks - user-supplied Python function(s) that are run when a PV's
Expand Down