From 432ea84c8b9dee900b8e9bcdf276373de7f53050 Mon Sep 17 00:00:00 2001 From: selva <selvaganz1285@gmail.com> Date: Wed, 19 Oct 2022 16:22:09 +0530 Subject: [PATCH] Add animations --- docs/source/conf.py | 2 +- docs/source/getting_started/Installation.md | 16 ++++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2a07325..a696b0b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,6 +66,6 @@ sphinx_tabs_disable_tab_closing = True html_css_files=['./css/termynal.css'] -html_js_files=['./js/termynal.js'] +# html_js_files=['./js/termynal.js'] sphinx_tabs_disable_css_loading = True diff --git a/docs/source/getting_started/Installation.md b/docs/source/getting_started/Installation.md index c91a552..8b2ab4c 100644 --- a/docs/source/getting_started/Installation.md +++ b/docs/source/getting_started/Installation.md @@ -20,19 +20,18 @@ To Install **BiTIA** using pip, run this command: - ## Configuration TODO: Order of searching configuration file. **_UNIX_** - + <div id="termynal" data-termynal> - <span data-ty="input"> ./bitia.toml </span> - <span data-ty="input"> ~/.bitia.toml </span> - <span data-ty="input"> $HOME/.config/bitia.toml </span> - <span data-ty="input"> /etc/bitia.toml </span> + <span data-ty="input">./bitia.toml</span> + <span data-ty="input">~/.bitia.toml</span> + <span data-ty="input">$HOME/.config/bitia.toml</span> + <span data-ty="input">/etc/bitia.toml</span> </div> **_WINDOWS_** @@ -44,10 +43,7 @@ TODO: Order of searching configuration file. </div> - - - - +<script src="../_static/./js/termynal.js" data-termynal-container="#termynal"></script> -- GitLab