From 30442a5b4d302f87d78f2a1577d0f9251ab097be Mon Sep 17 00:00:00 2001
From: Vignesh Rao Coding Standards
PEP 8
and isort
Requirement
python -m pip install gitverse
© Vignesh Rao
-Licensed under the MIT License
+Licensed under the MIT License
diff --git a/docs/README.md b/docs/README.md index c72d249..a60f557 100644 --- a/docs/README.md +++ b/docs/README.md @@ -131,7 +131,7 @@ Licensed under the [MIT License][license] [3.10]: https://docs.python.org/3/whatsnew/3.10.html [3.11]: https://docs.python.org/3/whatsnew/3.11.html [virtual environment]: https://docs.python.org/3/tutorial/venv.html -[release-notes]: https://github.com/thevickypedia/nctl/blob/master/release_notes.rst +[release-notes]: https://github.com/thevickypedia/nctl/blob/main/release_notes.rst [gha_pages]: https://github.com/thevickypedia/nctl/actions/workflows/pages/pages-build-deployment [gha_pypi]: https://github.com/thevickypedia/nctl/actions/workflows/python-publish.yaml [gha_md_valid]: https://github.com/thevickypedia/nctl/actions/workflows/markdown.yaml @@ -142,5 +142,5 @@ Licensed under the [MIT License][license] [pypi]: https://pypi.org/project/nctl [pypi-files]: https://pypi.org/project/nctl/#files [pypi-repo]: https://packaging.python.org/tutorials/packaging-projects/ -[license]: https://github.com/thevickypedia/nctl/blob/master/LICENSE +[license]: https://github.com/thevickypedia/nctl/blob/main/LICENSE [runbook]: https://thevickypedia.github.io/nctl/ diff --git a/docs/_sources/README.md.txt b/docs/_sources/README.md.txt index c72d249..a60f557 100644 --- a/docs/_sources/README.md.txt +++ b/docs/_sources/README.md.txt @@ -131,7 +131,7 @@ Licensed under the [MIT License][license] [3.10]: https://docs.python.org/3/whatsnew/3.10.html [3.11]: https://docs.python.org/3/whatsnew/3.11.html [virtual environment]: https://docs.python.org/3/tutorial/venv.html -[release-notes]: https://github.com/thevickypedia/nctl/blob/master/release_notes.rst +[release-notes]: https://github.com/thevickypedia/nctl/blob/main/release_notes.rst [gha_pages]: https://github.com/thevickypedia/nctl/actions/workflows/pages/pages-build-deployment [gha_pypi]: https://github.com/thevickypedia/nctl/actions/workflows/python-publish.yaml [gha_md_valid]: https://github.com/thevickypedia/nctl/actions/workflows/markdown.yaml @@ -142,5 +142,5 @@ Licensed under the [MIT License][license] [pypi]: https://pypi.org/project/nctl [pypi-files]: https://pypi.org/project/nctl/#files [pypi-repo]: https://packaging.python.org/tutorials/packaging-projects/ -[license]: https://github.com/thevickypedia/nctl/blob/master/LICENSE +[license]: https://github.com/thevickypedia/nctl/blob/main/LICENSE [runbook]: https://thevickypedia.github.io/nctl/ diff --git a/docs/_static/static.css b/docs/_static/static.css new file mode 100644 index 0000000..3b4addd --- /dev/null +++ b/docs/_static/static.css @@ -0,0 +1,3 @@ +.sphinxsidebarwrapper { + overflow-y: scroll; +} diff --git a/docs/index.html b/docs/index.html index c91eb1c..20bdf2d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -254,6 +254,14 @@Validates the loaded environment variables and checks ngrok CLI availability.
+AssertionError –
If any of the validations fail. –