From f46c423d084ad01d8acf919d6e32f3fa5e3c29c8 Mon Sep 17 00:00:00 2001 From: Xavier Raynaud Date: Fri, 26 Jan 2024 16:45:01 +0100 Subject: [PATCH] more for webpage --- sphinx/index.rst | 4 +++- sphinx/ttl_to_rst.py | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sphinx/index.rst b/sphinx/index.rst index 58b62de..f880e0c 100644 --- a/sphinx/index.rst +++ b/sphinx/index.rst @@ -4,6 +4,7 @@ About self + Class Index Contribute @@ -25,7 +26,8 @@ Here you can find the entities described in BattINFO, classified in two domains. * `Battery Domain `__ * `Electrochemistry Domain `__ - +* `Chemical Substance Domain `__ + diff --git a/sphinx/ttl_to_rst.py b/sphinx/ttl_to_rst.py index a289857..0fcf51e 100644 --- a/sphinx/ttl_to_rst.py +++ b/sphinx/ttl_to_rst.py @@ -136,11 +136,11 @@ def rendering_workflow(): # PAGES ttl_modules = [ {"section title": "BattINFO", - "path": "./battery.ttl"} + "path": "./battinfo-inferred.ttl"} ] # GENERATE PAGES - rst_filename = "battery.rst" + rst_filename = "battinfo.rst" rst = render_rst_top()