Skip to content

Commit 5c2f997

Browse files
committed
Minor doc updates
1 parent 4feafc3 commit 5c2f997

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Release 1.4.3
1313

1414
:Date: Dec 16, 2024
1515

16-
* Fix `wait_on_start` type-instance condition checking #1474
16+
* Fix `wait_on_start` type-instance condition checking. #1474
1717

1818
* Logging updates:
1919
* Add `VDEBUG` logging level for the tracking of log message communications. #1486

docs/platforms/perlmutter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Running generator on the manager
111111
An alternative is to run the generator on a thread on the manager. The
112112
number of workers can then be set to the number of simulation workers.
113113

114-
Change the libE_specs in `run_libe_forces.py` as follows.
114+
Change the ``libE_specs`` in **run_libe_forces.py** as follows.
115115

116116
.. code-block:: python
117117

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def run_tests(self):
106106
"Programming Language :: Python :: 3.10",
107107
"Programming Language :: Python :: 3.11",
108108
"Programming Language :: Python :: 3.12",
109+
"Programming Language :: Python :: 3.13",
109110
"Programming Language :: Python :: Implementation :: CPython",
110111
"Topic :: Scientific/Engineering",
111112
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)