# DS Documentation Vault
[](https://zenithclown.github.io/)
[](https://github.com/ZenithClown)
[](https://gitlab.com/ZenithClown)
[](https://www.linkedin.com/in/dpramanik/)
[](https://ds-gringotts.readthedocs.io/en/latest/?badge=latest)
[](https://github.com/code-archived/ds-gringotts/actions/workflows/dependabot/dependabot-updates)
✨ *The Gringotts of Utility Functions for Data Science Projects* ✨
```{eval-rst}
.. attention::
All the Gists are Available at: `GH/ZenithClown `_
```
```{toctree}
:maxdepth: 2
:hidden:
:caption: Getting Started
./about/objective.md
./about/installation.md
```
```{toctree}
:maxdepth: 2
:hidden:
:caption: Utility Modules
./modules/utils/dtutils.md
./modules/utils/sqlutils.md
./modules/utils/webscrappers.md
```
```{toctree}
:maxdepth: 2
:hidden:
:caption: Object Customization
./modules/customize/pydry.md
./modules/customize/prettyprint.md
```
Welcome to the repository of self-developed Python utility functions aimed at streamlining data science, machine learning
workflows, and Python development in general. This collection has been refined throughout my professional work, with a focus
on enhancing efficiency and productivity for data scientists, machine learning engineers, and Python developers.
## Motivation & Design
Designing and maintaining functions and their documentation is a tedious task, and to somewhat automate the same and auto-update
the documents to the latest version - I've selected [sphinx](https://www.sphinx-doc.org/en/master/) and
[ReadTheDocs](https://docs.readthedocs.io/en/stable/) to host and document the same.
## Contributing Guidelines
If you find the code useful, please do put references/stars. To contribute, please follow
[CONTRIBUTING.md](https://github.com/ZenithClown/.github/blob/master/.github/CONTRIBUTING.md) guidelines.
```{eval-rst}
.. attention::
To contribute, or feature request please raise a PR/Issues at
`code-archived/ds-gringotts `_
```