feat(dx): Add Makefile and setup guide (#96)#113
Closed
tusharchou wants to merge 1 commit intomainfrom
Closed
Conversation
* feat(dx): Add Makefile and setup guide * feat: Stabilize build and enhance developer experience - Fixes dependency issues by correcting pyproject.toml and standardizing on a root requirements.txt for Read the Docs. - Adds a Makefile to streamline common development commands. - Introduces Dockerfiles for reproducible development and documentation hosting. - Implements a script to dynamically generate a list of open GitHub issues for the documentation. - Cleans up the project structure by removing obsolete Sphinx files, duplicate Makefiles, and misplaced source files. * Add docs improvements, recipes, test, and CI workflow * Remove site/ assets from version control and add to .gitignore * docs: add wiki to docs and update mkdocs navigation * Refactor: move package to root, update docs, fix navigation and developer tooling * cleaning * fix: update readthedocs.yml and docs improvements * deleted readthedocs.yml * added more docs * added more docs * added letter * feat(library): introduce github module and src layout * reset * issues * issues fix * homepage * business solutions * marketing data analysis * marketing data analysis fix * marketing data analysis final
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(dx): Add Makefile and setup guide
feat: Stabilize build and enhance developer experience
Add docs improvements, recipes, test, and CI workflow
Remove site/ assets from version control and add to .gitignore
docs: add wiki to docs and update mkdocs navigation
Refactor: move package to root, update docs, fix navigation and developer tooling
cleaning
fix: update readthedocs.yml and docs improvements
deleted readthedocs.yml
added more docs
added more docs
added letter
feat(library): introduce github module and src layout
reset
issues
issues fix
homepage
business solutions
marketing data analysis
marketing data analysis fix
marketing data analysis final
name: Pull request
about: Implement an solution for this project
title: ''
labels: ''
assignees: ''
Is your pull request related to a issue? Please tag.
Describe the solution you have implemented
Describe why alternatives you considered are not optimal
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the pull request here.