From 45a25dc28d5b1fc8169c9e30db55d9e9f60e691d Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Tue, 20 Feb 2024 16:33:29 +0530 Subject: [PATCH] [feature] Added prototype for generating comprehensive docs #107 Closes #107 --- .gitignore | 1 + _templates/layout.html | 1 + _templates/versions.html | 52 +++++++++++++++++++++++++++++++++++ conf.py | 34 +++++++++++++++++++---- config.yml | 15 ++++++++++ index.rst | 18 ++---------- pulling_modules.py | 59 ++++++++++++++++++++++++++++++++++++++++ requirements.txt | 3 ++ 8 files changed, 163 insertions(+), 20 deletions(-) create mode 100644 _templates/versions.html create mode 100644 config.yml create mode 100644 pulling_modules.py diff --git a/.gitignore b/.gitignore index 4ca86dc0..e1341c3e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ _build/ .vscode/ +modules/ diff --git a/_templates/layout.html b/_templates/layout.html index a1ecd595..5ea2eb89 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -1,6 +1,7 @@ {% extends "!layout.html" %} {% block footer %} {{ super() }} +

Version