Remove sphinx :ref: command from README

这个提交包含在:
Nathan Mannall
2025-06-30 17:21:01 +01:00
父节点 154370b8a0
当前提交 39040adde5

查看文件

@@ -21,7 +21,7 @@ What is gprMax?
gprMax is currently released under the `GNU General Public License v3 or higher <http://www.gnu.org/copyleft/gpl.html>`_.
gprMax is principally written in `Python <https://www.python.org>`_ 3 with performance-critical parts written in `Cython <http://cython.org>`_. It includes accelerators for CPU using `OpenMP <http://www.openmp.org>`_, CPU/GPU using `OpenCL <https://www.khronos.org/api/opencl>`_, and GPU using `NVIDIA CUDA <https://developer.nvidia.com/cuda-zone>`_. Additionally, MPI support (using `mpi4py <https://mpi4py.readthedocs.io/en/stable/>`_) enables larger scale (multi-node) simulations. There is more information about the different acceleration approaches in the :ref:`accelerators` section.
gprMax is principally written in `Python <https://www.python.org>`_ 3 with performance-critical parts written in `Cython <http://cython.org>`_. It includes accelerators for CPU using `OpenMP <http://www.openmp.org>`_, CPU/GPU using `OpenCL <https://www.khronos.org/api/opencl>`_, and GPU using `NVIDIA CUDA <https://developer.nvidia.com/cuda-zone>`_. Additionally, MPI support (using `mpi4py <https://mpi4py.readthedocs.io/en/stable/>`_) enables larger scale (multi-node) simulations. There is more information about the different acceleration approaches in the performance section of the documentation.
Using gprMax? Cite us
---------------------
@@ -89,7 +89,7 @@ The following steps provide guidance on how to install gprMax:
5. [Optional] Build h5py against Parallel HDF5
6. Build and install gprMax
1. Install a C compiler which supports OpenMP
7. Install a C compiler which supports OpenMP
---------------------------------------------
Linux