From 8caf5e5aca2549d7ba2075b6312de64004d346a8 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Mon, 5 Feb 2018 11:50:08 -0500 Subject: [PATCH] [Doc] Give the Python and Matlab example index pages more specific names --- doc/sphinx/cython/examples.rst.in | 4 ++-- doc/sphinx/matlab/examples.rst.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/sphinx/cython/examples.rst.in b/doc/sphinx/cython/examples.rst.in index 58ef6829f..af4e787e7 100644 --- a/doc/sphinx/cython/examples.rst.in +++ b/doc/sphinx/cython/examples.rst.in @@ -2,8 +2,8 @@ .. py:currentmodule:: cantera -Index of Examples -================= +Index of Python Examples +======================== This is an index of the examples included with the Cantera Python module. They can be found in the `examples` subdirectory of the Cantera Python module's diff --git a/doc/sphinx/matlab/examples.rst.in b/doc/sphinx/matlab/examples.rst.in index 0c0534ab8..47973c7ad 100644 --- a/doc/sphinx/matlab/examples.rst.in +++ b/doc/sphinx/matlab/examples.rst.in @@ -1,7 +1,7 @@ .. _sec-matlab-examples: -Index of Examples -================= +Index of Matlab Examples +======================== This is an index of the examples included with the Cantera Matlab Toolbox.