From 10981277aec6d8f2a2bc44d19c7eea902ca0769e Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Thu, 19 Nov 2015 08:02:07 -0500 Subject: [PATCH] [Doc] Add link to Working with Input Files section --- doc/sphinx/cython/tutorial.rst | 2 +- doc/sphinx/matlab/input-tutorial.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/cython/tutorial.rst b/doc/sphinx/cython/tutorial.rst index de6c24ebc..d679b67f8 100644 --- a/doc/sphinx/cython/tutorial.rst +++ b/doc/sphinx/cython/tutorial.rst @@ -227,7 +227,7 @@ surface reactions must also be passed as arguments to `Interface`. Converting CK-format files ~~~~~~~~~~~~~~~~~~~~~~~~~~ -See :ref:`sec-ck-format-conversion` in the Working with Input Files documentation. +See :ref:`sec-ck-format-conversion` in the :ref:`sec-input-files` documentation. Getting Help diff --git a/doc/sphinx/matlab/input-tutorial.rst b/doc/sphinx/matlab/input-tutorial.rst index 7dd2e9a9a..c19f26a9c 100644 --- a/doc/sphinx/matlab/input-tutorial.rst +++ b/doc/sphinx/matlab/input-tutorial.rst @@ -59,4 +59,4 @@ must also be passed as arguments to importInterface. Converting CK-format files -------------------------- -See :ref:`sec-ck-format-conversion` in the Working with Input Files documentation. +See :ref:`sec-ck-format-conversion` in the :ref:`sec-input-files` documentation.