From e0284d93fc26ad05d4db2b861d2f2bf6d78bd26d Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 22 Jul 2021 09:32:13 -0500 Subject: [PATCH] Change examples link in docs/source/pythonapi/index.rst --- docs/source/pythonapi/index.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/source/pythonapi/index.rst b/docs/source/pythonapi/index.rst index 0656e6c80..6f832a935 100644 --- a/docs/source/pythonapi/index.rst +++ b/docs/source/pythonapi/index.rst @@ -6,11 +6,11 @@ Python API OpenMC includes a rich Python API that enables programmatic pre- and post-processing. The easiest way to begin using the API is to take a look at the -:ref:`examples`. This assumes that you are already familiar with Python and -common third-party packages such as `NumPy `_. If you have -never used Python before, the prospect of learning a new code *and* a -programming language might sound daunting. However, you should keep in mind that -there are many substantial benefits to using the Python API, including: +examples_. This assumes that you are already familiar with Python and common +third-party packages such as `NumPy `_. If you have never +used Python before, the prospect of learning a new code *and* a programming +language might sound daunting. However, you should keep in mind that there are +many substantial benefits to using the Python API, including: - The ability to define dimensions using variables. - Availability of standard-library modules for working with files. @@ -50,3 +50,5 @@ or class. data capi openmoc + +.. _examples: https://github.com/openmc-dev/openmc/wiki/Example-Jupyter-Notebooks