From 1a677ee6910e7d89c9a1e52f7682f9937d247deb Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Tue, 4 Apr 2023 12:05:22 -0700 Subject: [PATCH] DOC: apply suggested formatting and clarity updates Co-authored-by: Ken Lauer --- docs/source/releases.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/releases.rst b/docs/source/releases.rst index 7ac7e894..c8f4ff65 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -14,7 +14,7 @@ Features args/kwargs exist in the database (``check_args_kwargs_match``). - Adds ``happi audit -d/--details`` option to print the source of a requested audit function. -- Adds delete cli command. +- Adds the ``happi delete`` CLI tool for deleting entries from the happi database. Bugfixes -------- @@ -24,7 +24,7 @@ Bugfixes Maintenance ----------- -- Migrates from travis ci to github actions for continuous integration testing, and documentation deployment. +- Migrates from Travis CI to GitHub Actions for continuous integration testing, and documentation deployment. - Updates happi to use setuptools-scm, replacing versioneer, as its version-string management tool of choice. - Syntax has been updated to Python 3.9+ via ``pyupgrade``. - happi has migrated to modern ``pyproject.toml``, replacing ``setup.py``.