From a4724cf90daefa1ba9c2cd8f3147065594d43091 Mon Sep 17 00:00:00 2001 From: Vasco Ramos Date: Wed, 23 Nov 2022 14:50:13 +0000 Subject: [PATCH] docs(changelogs): fix changelog format (#1163) --- docsrc/source/pages/reference/changelog/v3_3_1.rst | 2 +- docsrc/source/pages/reference/changelog/v3_4_0.rst | 6 +++--- docsrc/source/pages/reference/changelog/v3_5_0.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docsrc/source/pages/reference/changelog/v3_3_1.rst b/docsrc/source/pages/reference/changelog/v3_3_1.rst index 72be6a332..27b40be0f 100644 --- a/docsrc/source/pages/reference/changelog/v3_3_1.rst +++ b/docsrc/source/pages/reference/changelog/v3_3_1.rst @@ -2,7 +2,7 @@ Changelog v3.3.1 ---------------- 🐛 Bug fixes -^^^^^^^^^^^ +^^^^^^^^^^^^ - remove unused imports (`66864c1 `__) diff --git a/docsrc/source/pages/reference/changelog/v3_4_0.rst b/docsrc/source/pages/reference/changelog/v3_4_0.rst index 1861bf59f..0d45c4f8e 100644 --- a/docsrc/source/pages/reference/changelog/v3_4_0.rst +++ b/docsrc/source/pages/reference/changelog/v3_4_0.rst @@ -1,8 +1,8 @@ Changelog v3.4.0 -================ +---------------- 🐛 Bug fixes ------------ +^^^^^^^^^^^^ - correlation passing extra parameters (`#1114 `__) @@ -29,7 +29,7 @@ Changelog v3.4.0 (`985fbd1 `__) 🎉 Features ----------- +^^^^^^^^^^^^ - add support for Pandas 1.5 (`#1076 `__) diff --git a/docsrc/source/pages/reference/changelog/v3_5_0.md b/docsrc/source/pages/reference/changelog/v3_5_0.md index c8d140ab6..f4899e4e4 100644 --- a/docsrc/source/pages/reference/changelog/v3_5_0.md +++ b/docsrc/source/pages/reference/changelog/v3_5_0.md @@ -1,7 +1,7 @@ -# Changelog v3.5.0 +### Changelog v3.5.0 -### 🐛 Bug fixes +#### 🐛 Bug fixes * change context managed backend ([#1149](https://github.com/ydataai/pandas-profiling/issues/1149)) ([11e1a8a](https://github.com/ydataai/pandas-profiling/commit/11e1a8a3fa8d13513fe926b731fb907a066af2a1)) * dataset names on comparison report ([#1159](https://github.com/ydataai/pandas-profiling/issues/1159)) ([3c14d43](https://github.com/ydataai/pandas-profiling/commit/3c14d438d9a557ac85f5663cc3446c0fb3081e18)) @@ -13,8 +13,8 @@ * update repository links ([#1141](https://github.com/ydataai/pandas-profiling/issues/1141)) ([c742c5d](https://github.com/ydataai/pandas-profiling/commit/c742c5dbeb18fe2907a4c03792e8802993c46da5)) -### 🎉 Features +#### 🎉 Features * add typechecking to profile report ([#1139](https://github.com/ydataai/pandas-profiling/issues/1139)) ([ec8ece0](https://github.com/ydataai/pandas-profiling/commit/ec8ece0de394eb4c2918bb6a74f0c5e5bb77ca61)) * report comparison example ([#1160](https://github.com/ydataai/pandas-profiling/issues/1160)) ([5e75fd2](https://github.com/ydataai/pandas-profiling/commit/5e75fd275d14c8ce7ba49d0a15ec26810c4c0e73)) -* report comparisons ([#1069](https://github.com/ydataai/pandas-profiling/issues/1069)) ([70ee5c7](https://github.com/ydataai/pandas-profiling/commit/70ee5c776ad0c72d709631690a2df1cde5ca0424)), closes [#1137](https://github.com/ydataai/pandas-profiling/issues/1137) [#1136](https://github.com/ydataai/pandas-profiling/issues/1136) [#1143](https://github.com/ydataai/pandas-profiling/issues/1143) [#1148](https://github.com/ydataai/pandas-profiling/issues/1148) [#1150](https://github.com/ydataai/pandas-profiling/issues/1150) \ No newline at end of file +* report comparisons ([#1069](https://github.com/ydataai/pandas-profiling/issues/1069)) ([70ee5c7](https://github.com/ydataai/pandas-profiling/commit/70ee5c776ad0c72d709631690a2df1cde5ca0424)), closes [#1137](https://github.com/ydataai/pandas-profiling/issues/1137) [#1136](https://github.com/ydataai/pandas-profiling/issues/1136) [#1143](https://github.com/ydataai/pandas-profiling/issues/1143) [#1148](https://github.com/ydataai/pandas-profiling/issues/1148) [#1150](https://github.com/ydataai/pandas-profiling/issues/1150)