From b0743bc94b65f2b1c8aa26637c57693c3c616d23 Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Thu, 5 Sep 2024 23:59:11 -0500 Subject: [PATCH] Fix up syntax issues --- docs/index.rst | 1 + docs/src/lua/p0001.rst | 1 + docs/src/lua/p0002.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index f9fa74eb..52d0d6bb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -38,6 +38,7 @@ Problems Solved .. |C#| replace:: **C#** .. |Ja| replace:: **Java** .. |Js| replace:: **JavaScript** +.. |Lu| replace:: **Lua** .. |Py| replace:: **Python** .. |Rs| replace:: **Rust** .. |d| replace:: ✔ diff --git a/docs/src/lua/p0001.rst b/docs/src/lua/p0001.rst index e97b8a1c..de9649de 100644 --- a/docs/src/lua/p0001.rst +++ b/docs/src/lua/p0001.rst @@ -7,6 +7,7 @@ Solution -------- .. lua:function:: solution() + :return: The solution to problem 1 :rtype: number diff --git a/docs/src/lua/p0002.rst b/docs/src/lua/p0002.rst index f9b89915..ac1dfb28 100644 --- a/docs/src/lua/p0002.rst +++ b/docs/src/lua/p0002.rst @@ -7,6 +7,7 @@ Solution -------- .. lua:function:: solution() + :return: The solution to problem 2 :rtype: number