From 873633785ebc5f9b44cec7414e396bc082851d2b Mon Sep 17 00:00:00 2001
From: Thomas Gibson <gibsonthomas1120@hotmail.com>
Date: Thu, 3 Jun 2021 14:57:55 -0500
Subject: [PATCH] Add references to docs

---
 doc/index.rst      |  1 +
 doc/references.rst | 17 +++++++++++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 doc/references.rst

diff --git a/doc/index.rst b/doc/index.rst
index 39ae5ec6..303a7589 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -11,6 +11,7 @@ Contents:
     geometry
     operators
     utils
+    references
     misc
     🚀 Github <https://github.com/inducer/grudge>
     💾 Download Releases <https://pypi.org/project/grudge>
diff --git a/doc/references.rst b/doc/references.rst
new file mode 100644
index 00000000..48de48ee
--- /dev/null
+++ b/doc/references.rst
@@ -0,0 +1,17 @@
+References
+==========
+
+..
+    When adding references here, please use the demonstrated format:
+    [FirstAuthor_pubyear]
+
+.. [Shewchuk_2002] J. R. Shewchuk (2002), \
+    What Is a Good Linear Finite Element? - \
+    Interpolation, Conditioning, Anisotropy, and Quality Measures, \
+    In Proc. of the 11th International Meshing Roundtable \
+    `(link) <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.19.2164>`__
+
+.. [Hesthaven_2008] J. S. Hesthaven and T. Warburton (2008), \
+    Nodal Discontinuous Galerkin Methods: Algorithms, Analysis, and Applications, \
+    Springer \
+    `(doi) <https://doi.org/10.1007/978-0-387-72067-8>`__
-- 
GitLab