# DS Documentation Vault [![Zenith Clown](https://img.shields.io/badge/🧠-Debmalya_Pramanik-blue)](https://zenithclown.github.io/) [![REPO:ADMIN](https://img.shields.io/badge/GitHub-ZenithClown-2A8542?logo=github)](https://github.com/ZenithClown) [![REPO:ADMIN](https://img.shields.io/badge/GitLab-ZenithClown-2A8542?logo=gitlab)](https://gitlab.com/ZenithClown) [![LinkedIn](https://img.shields.io/badge/LinkedIn-dPramanik-blue?logo=linkedin)](https://www.linkedin.com/in/dpramanik/) [![Documentation Status](https://readthedocs.org/projects/ds-gringotts/badge/?version=latest)](https://ds-gringotts.readthedocs.io/en/latest/?badge=latest) [![Dependabot Updates](https://github.com/code-archived/ds-gringotts/actions/workflows/dependabot/dependabot-updates/badge.svg)](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 `_ ```