You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ✨ Feat(vuecore/schemas/plotly_base.py): Create base plotly config for pydantic models to store parameters shared across multiple plot types
* 🎨 Format(vuecore/schemas/basic/bar.py): Update bar pydantic model, extending from PlotlyBaseConfig to reduce code repetition
* 🎨 Format(vuecore/schemas/basic/box.py): Update box pydantic model, extending from PlotlyBaseConfig to reduce code repetition
* 🎨 Format(vuecore/schemas/basic/line.py): Update line pydantic model, extending from PlotlyBaseConfig to reduce code repetition
* 🎨 Format(vuecore/schemas/basic/scatter.py): Update scatter pydantic model, extending from PlotlyBaseConfig to reduce code repetition
* ➕ Format(vuecore/schemas/basic/scatter.py):Correct dependencies
* ✨ Feat(src/vuecore/utils/__init__.py): add combine_docstrings decorator to combine a class's docstring with its parent's docstring
* ✨ Feat: add combine_docstrings decorator to the bar, box, scatter, and line plots
* 🐛 Fix(src/vuecore/utils/__init__.py): use dedent on parent and child attributes to ensure correct format
* 🐛 Fix(docs/conf.py): add autodoc configiration to avoid duplicate Pydantic fields
* 🐛 Fix(docs/conf.py): set autodoc_typehints to none and avoid Napoleon’s auto-parameters
* 🐛 Fix(docs/conf.py): Set no-members and no-inherited-members from autodoc_default_options dict to True to avoid duplicate attributes
* 🐛 Fix(docs/conf.py): Try autodoc_pydantic extension t ahndle pydantic attributes
* 🐛 Fix(.readthedocs.yaml): fix nltk build error by downloading the corpora during the RTD build
* 🐛 Fix(docs/conf.py): load NLTK stopwords in the conf.py to avoid build error
* 🐛 Fix(docs/conf.py): add extra parameters to fix duplicated attributes
* ⏪️ Revert changes on conf.py bc autodoc_pydantic did not fix the duplicated attributes problem
* 🐛 Fix(docs/conf.py): add autodoc_default_options options to avoid duplicated attributes
* 🐛 Fix(docs/conf.py): Add event handler to avoid duplicate attributes
* ⏪️ Revert change of event handler
* 🎨 Style: fix indentation issue with docstrings and remove extra dashes
* ⏪️ Revert combine_docstring decorator change
* 🔥 Remove manual docstrings attributes from Pydantic schemas
* ✨ Feat: Use autodoc_pydantic sphinx extension to show the pydantic docstrings
* 🎨 Add __init__.py file on the src/vuecore/plots folder to make it visible on the sphinx docs
* ✨ Feat(vuecore/utils/docs_utils.py): create document_pydant_params decorator and helper functions to add Pydantic model parameters into a docsting of a target function
* ✨ Feat: add the document_pydant_params decorator in all plot scripts
* 🎨 Format(vuecore/utils/docs_utils.py): add new line in description of document_pydant_params decorator
* ✅ Feat(tests/test_docs_utils.py): add tests for the docs_utils script
* 🐛 Fix(src/vuecore/utils/docs_utils.py): remove f on list of strings
* ✅ Feat: update main test in the tests/test_docs_utils.py file
* 🐛 Fix(src/vuecore/utils/docs_utils.py): removeunnecesary fstring in one of the elemnts of the list to avoid ruff issue
0 commit comments