From b0bbf5883d6af735c6179c3c76792dc2c61d5676 Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Thu, 7 Jul 2022 17:26:29 -0400
Subject: [PATCH] Here's how to cross-reference classes

---
 doc/source/models/PCSAFT.ipynb | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/source/models/PCSAFT.ipynb b/doc/source/models/PCSAFT.ipynb
index 9b09fd6..3eea54b 100644
--- a/doc/source/models/PCSAFT.ipynb
+++ b/doc/source/models/PCSAFT.ipynb
@@ -12,6 +12,16 @@
     "The model in teqp requires the user to specify the values of ``sigma``, ``epsilon/kB``, and ``m`` for each substance.  A very few substances are hardcoded in teqp, for testing purposes.  "
    ]
   },
+  {
+   "cell_type": "raw",
+   "id": "d9efd027",
+   "metadata": {
+    "raw_mimetype": "text/restructuredtext"
+   },
+   "source": [
+    "The Python class is here: :py:class:`PCSAFTEOS <teqp.teqp.PCSAFTEOS>`"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": 1,
@@ -113,6 +123,7 @@
   }
  ],
  "metadata": {
+  "celltoolbar": "Raw Cell Format",
   "kernelspec": {
    "display_name": "Python 3 (ipykernel)",
    "language": "python",
-- 
GitLab