diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle new file mode 100644 index 0000000..e722e5d Binary files /dev/null and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/doctrees/index.doctree b/docs/build/doctrees/index.doctree similarity index 99% rename from docs/doctrees/index.doctree rename to docs/build/doctrees/index.doctree index ac851ef..4f73a09 100644 Binary files a/docs/doctrees/index.doctree and b/docs/build/doctrees/index.doctree differ diff --git a/docs/html/.buildinfo b/docs/build/html/.buildinfo similarity index 82% rename from docs/html/.buildinfo rename to docs/build/html/.buildinfo index 59fdb97..5f7d2f9 100644 --- a/docs/html/.buildinfo +++ b/docs/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: a0037d6e843633595675c875ff305b8e +config: 57f6f394c0439f35cb638ed498425ae7 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/html/_sources/index.rst.txt b/docs/build/html/_sources/index.rst.txt similarity index 100% rename from docs/html/_sources/index.rst.txt rename to docs/build/html/_sources/index.rst.txt diff --git a/docs/html/_static/basic.css b/docs/build/html/_static/basic.css similarity index 100% rename from docs/html/_static/basic.css rename to docs/build/html/_static/basic.css diff --git a/docs/html/_static/classic.css b/docs/build/html/_static/classic.css similarity index 100% rename from docs/html/_static/classic.css rename to docs/build/html/_static/classic.css diff --git a/docs/html/_static/copybutton.js b/docs/build/html/_static/copybutton.js similarity index 100% rename from docs/html/_static/copybutton.js rename to docs/build/html/_static/copybutton.js diff --git a/docs/html/_static/default.css b/docs/build/html/_static/default.css similarity index 100% rename from docs/html/_static/default.css rename to docs/build/html/_static/default.css diff --git a/docs/html/_static/doctools.js b/docs/build/html/_static/doctools.js similarity index 100% rename from docs/html/_static/doctools.js rename to docs/build/html/_static/doctools.js diff --git a/docs/html/_static/documentation_options.js b/docs/build/html/_static/documentation_options.js similarity index 92% rename from docs/html/_static/documentation_options.js rename to docs/build/html/_static/documentation_options.js index 318fe45..99d6207 100644 --- a/docs/html/_static/documentation_options.js +++ b/docs/build/html/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '1.0.8.1', + VERSION: '1.0.8.2', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/html/_static/file.png b/docs/build/html/_static/file.png similarity index 100% rename from docs/html/_static/file.png rename to docs/build/html/_static/file.png diff --git a/docs/html/_static/language_data.js b/docs/build/html/_static/language_data.js similarity index 100% rename from docs/html/_static/language_data.js rename to docs/build/html/_static/language_data.js diff --git a/docs/html/_static/menu.js b/docs/build/html/_static/menu.js similarity index 99% rename from docs/html/_static/menu.js rename to docs/build/html/_static/menu.js index e233585..c7ab03e 100644 --- a/docs/html/_static/menu.js +++ b/docs/build/html/_static/menu.js @@ -54,4 +54,4 @@ document.addEventListener("DOMContentLoaded", function () { closeMenu() } }) -}) \ No newline at end of file +}) diff --git a/docs/html/_static/minus.png b/docs/build/html/_static/minus.png similarity index 100% rename from docs/html/_static/minus.png rename to docs/build/html/_static/minus.png diff --git a/docs/html/_static/plus.png b/docs/build/html/_static/plus.png similarity index 100% rename from docs/html/_static/plus.png rename to docs/build/html/_static/plus.png diff --git a/docs/html/_static/py.png b/docs/build/html/_static/py.png similarity index 100% rename from docs/html/_static/py.png rename to docs/build/html/_static/py.png diff --git a/docs/html/_static/py.svg b/docs/build/html/_static/py.svg similarity index 100% rename from docs/html/_static/py.svg rename to docs/build/html/_static/py.svg diff --git a/docs/html/_static/pydoctheme.css b/docs/build/html/_static/pydoctheme.css similarity index 92% rename from docs/html/_static/pydoctheme.css rename to docs/build/html/_static/pydoctheme.css index ce032f1..87a0629 100644 --- a/docs/html/_static/pydoctheme.css +++ b/docs/build/html/_static/pydoctheme.css @@ -29,6 +29,42 @@ pre { color: inherit; } +/* Add underlines to links */ +a[href] { + text-decoration: underline 1px; +} + +/* Increase the underline offset for code to avoid obscuring underscores */ +a[href]:has(> code) { + text-underline-offset: 0.25em; +} + +/* No underline for navigation */ +a.headerlink, +div.genindex-jumpbox a, +div.modindex-jumpbox a, +div#search-results a, +div.sphinxsidebar a, +div.toctree-wrapper a, +div[role=navigation] a, +table.contentstable a, +table.indextable a { + text-decoration: none; +} + +/* Except when hovered */ +div.genindex-jumpbox a:hover, +div.modindex-jumpbox a:hover, +div#search-results a:hover, +div.sphinxsidebar a:hover, +div.toctree-wrapper a:hover, +div[role=navigation] a:hover, +table.contentstable a:hover, +table.indextable a:hover { + text-decoration: underline; + text-underline-offset: auto; +} + body { margin-left: 1em; margin-right: 1em; @@ -177,7 +213,7 @@ div.body { div.body p, div.body dd, div.body li, div.body blockquote { text-align: left; - line-height: 1.4; + line-height: 1.6; } div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 { margin: 0; @@ -279,6 +315,10 @@ div.footer { margin-right: 10px; } +div.footer a { + text-underline-offset: auto; +} + div.footer a:hover { color: #0095c4; } diff --git a/docs/html/_static/pydoctheme_dark.css b/docs/build/html/_static/pydoctheme_dark.css similarity index 97% rename from docs/html/_static/pydoctheme_dark.css rename to docs/build/html/_static/pydoctheme_dark.css index 49a29e3..758d3de 100644 --- a/docs/html/_static/pydoctheme_dark.css +++ b/docs/build/html/_static/pydoctheme_dark.css @@ -60,6 +60,10 @@ span.highlighted { background-color: #616161; } +.footnote:target { + background-color: #2c3e50; +} + /* Below for most things in text */ dl.field-list > dt { @@ -103,6 +107,7 @@ div.warning { background-color: rgba(255, 0, 0, 0.5); } +aside.topic, div.topic, div.note, nav.contents { diff --git a/docs/html/_static/pygments.css b/docs/build/html/_static/pygments.css similarity index 100% rename from docs/html/_static/pygments.css rename to docs/build/html/_static/pygments.css diff --git a/docs/html/_static/pygments_dark.css b/docs/build/html/_static/pygments_dark.css similarity index 100% rename from docs/html/_static/pygments_dark.css rename to docs/build/html/_static/pygments_dark.css diff --git a/docs/build/html/_static/search-focus.js b/docs/build/html/_static/search-focus.js new file mode 100644 index 0000000..aa5b42f --- /dev/null +++ b/docs/build/html/_static/search-focus.js @@ -0,0 +1,21 @@ +function isInputFocused() { + const activeElement = document.activeElement; + return ( + activeElement.tagName === 'INPUT' || + activeElement.tagName === 'TEXTAREA' || + activeElement.isContentEditable + ); +} + +document.addEventListener('keydown', function(event) { + if (event.key === '/') { + if (!isInputFocused()) { + // Prevent "/" from being entered in the search box + event.preventDefault(); + + // Set the focus on the search box + const searchBox = document.getElementById('search-box'); + searchBox.focus(); + } + } +}); diff --git a/docs/html/_static/searchtools.js b/docs/build/html/_static/searchtools.js similarity index 100% rename from docs/html/_static/searchtools.js rename to docs/build/html/_static/searchtools.js diff --git a/docs/html/_static/sidebar.js b/docs/build/html/_static/sidebar.js similarity index 100% rename from docs/html/_static/sidebar.js rename to docs/build/html/_static/sidebar.js diff --git a/docs/html/_static/sphinx_highlight.js b/docs/build/html/_static/sphinx_highlight.js similarity index 100% rename from docs/html/_static/sphinx_highlight.js rename to docs/build/html/_static/sphinx_highlight.js diff --git a/docs/html/_static/themetoggle.js b/docs/build/html/_static/themetoggle.js similarity index 100% rename from docs/html/_static/themetoggle.js rename to docs/build/html/_static/themetoggle.js diff --git a/docs/html/genindex.html b/docs/build/html/genindex.html similarity index 95% rename from docs/html/genindex.html rename to docs/build/html/genindex.html index ffcae39..e5c188e 100644 --- a/docs/html/genindex.html +++ b/docs/build/html/genindex.html @@ -4,12 +4,13 @@ - Index — nepali_datetime 1.0.8.1 documentation + Index — nepali_datetime 1.0.8.2 documentation + - + - + @@ -18,8 +19,57 @@ + - + + +
+ + + +
+
-
@@ -341,53 +390,6 @@

Y

-
- - - -
-