Skip to content

Commit

Permalink
Docs: fix checksums section cross-reference (#5376)
Browse files Browse the repository at this point in the history
The checksums section title was changed to "Checksums on Tests" in the
latest version of #5372, but the cross-reference in the testing section
wasn't updated and still had the old name "Using checksums".

---------

Co-authored-by: Axel Huebl <[email protected]>
  • Loading branch information
EZoni and ax3l authored Oct 9, 2024
1 parent b710896 commit 27181aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/source/developers/testing.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _developers-testing:

Testing the code
Testing the Code
================

When proposing a code change, you want to make sure that
Expand Down Expand Up @@ -123,7 +123,7 @@ An automated test typically consists of the following components:
* analysis script;
* checksum file.

To learn more about how to use checksums in automated tests, please see the corresponding section :ref:`Using checksums <developers-checksum>`.
To learn more about how to use checksums in automated tests, please see the corresponding section :ref:`Checksums on Tests <developers-checksum>`.

As mentioned above, the input files and scripts used by the automated tests can be found in the `Examples <https://github.com/ECP-WarpX/WarpX/tree/development/Examples>`__ directory, under either `Physics_applications <https://github.com/ECP-WarpX/WarpX/tree/development/Examples/Physics_applications>`__ or `Tests <https://github.com/ECP-WarpX/WarpX/tree/development/Examples/Tests>`__.

Expand Down

0 comments on commit 27181aa

Please sign in to comment.