Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links in Readme #32

Merged
merged 2 commits into from
Oct 18, 2023
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Create package release and publish binaries to pypi.org
name: Publish package
on:
workflow_dispatch:
inputs:
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
* - Code Quality
- |CodeQL status| |CodeFactor grade| |pre-commit status|
* - Package
- |PyPI: Package status| |PyPI: Latest release version| |PyPI: Supported Python versions| |License: Apache 2.0| |PyPI: Downloads| |Package build status| |TestPyPI upload status|
- |PyPI: Package status| |PyPI: Latest release version| |PyPI: Supported Python versions| |License: Apache 2.0| |PyPI: Downloads| |Package build status| |PyPI upload status| |TestPyPI upload status|
* - Documentation
- |Documentation status|
* - Code Style
@@ -34,6 +34,9 @@
.. |Package build status| image:: https://github.com/tektronix/tm_devices/actions/workflows/package-build.yml/badge.svg?branch=main
:target: https://github.com/tektronix/tm_devices/actions/workflows/package-build.yml

.. |PyPI upload status| image:: https://github.com/tektronix/tm_devices/actions/workflows/package-release.yml/badge.svg?branch=main
:target: https://github.com/tektronix/tm_devices/actions/workflows/package-release.yml

.. |TestPyPI upload status| image:: https://github.com/tektronix/tm_devices/actions/workflows/package-testpypi.yml/badge.svg?branch=main
:target: https://github.com/tektronix/tm_devices/actions/workflows/package-testpypi.yml

@@ -254,7 +257,7 @@ Supported Connections
Documentation
-------------

See the full documentation at `<https://tm_devices.readthedocs.io>`__
See the full documentation at `<https://tm-devices.readthedocs.io>`__

Maintainers
-----------