From 74f838f92f5e4a7ef2a3a1cffac7e2793d2580b8 Mon Sep 17 00:00:00 2001 From: Xavier Raynaud Date: Thu, 25 Jan 2024 17:06:01 +0100 Subject: [PATCH] fixup in sphinx --- sphinx/{references.rst => battery.rst} | 0 sphinx/index.rst | 5 ++--- sphinx/ttl_to_rst.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) rename sphinx/{references.rst => battery.rst} (100%) diff --git a/sphinx/references.rst b/sphinx/battery.rst similarity index 100% rename from sphinx/references.rst rename to sphinx/battery.rst diff --git a/sphinx/index.rst b/sphinx/index.rst index 2797be3..511e2e0 100644 --- a/sphinx/index.rst +++ b/sphinx/index.rst @@ -4,7 +4,7 @@ About self - references + References Contribute @@ -180,8 +180,7 @@ Contributing We welcome contributions from the community to enhance and expand the ontology. If you have suggestions, improvements, or additional chemical -substance information to contribute, please refer to our `Contribution -Guidelines `__. +substance information to contribute, please refer to our :ref:`contributing guidelins`. Acknowledgements ~~~~~~~~~~~~~~~~ diff --git a/sphinx/ttl_to_rst.py b/sphinx/ttl_to_rst.py index ff445a1..f158f98 100644 --- a/sphinx/ttl_to_rst.py +++ b/sphinx/ttl_to_rst.py @@ -139,7 +139,7 @@ def rendering_workflow(): ] # GENERATE PAGES - rst_filename = "references.rst" + rst_filename = "battery.rst" rst = render_rst_top()