From 436ca1c04610e3c8c0e372b692a88e85b9be1b2a Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Thu, 11 Apr 2024 14:04:33 -0600 Subject: [PATCH] Add cross-referencing headings --- docs/source/configuration.rst | 2 ++ docs/source/example-c.rst | 2 ++ docs/source/example-fortran.rst | 2 ++ 3 files changed, 6 insertions(+) diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index 79ba09d..971a349 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -1,3 +1,5 @@ +.. _configuration-file: + Configuration file ================== diff --git a/docs/source/example-c.rst b/docs/source/example-c.rst index ebdf256..9687a03 100644 --- a/docs/source/example-c.rst +++ b/docs/source/example-c.rst @@ -1,3 +1,5 @@ +.. _example-c: + Example: Wrapping a C model =========================== diff --git a/docs/source/example-fortran.rst b/docs/source/example-fortran.rst index 0d2c3c5..45d0e4f 100644 --- a/docs/source/example-fortran.rst +++ b/docs/source/example-fortran.rst @@ -1,3 +1,5 @@ +.. _example-fortran: + Example: Wrapping a Fortran model =================================