From cf69ace7e6ad32a615c56db0e37ddc893891f5a1 Mon Sep 17 00:00:00 2001 From: Otto Fajardo Date: Thu, 19 Sep 2024 12:02:40 +0000 Subject: [PATCH] updated documentation links --- README.md | 4 ++-- pysummaries/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5513df1..f029955 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ PySummaries is a Python package to easily produce table summarizations from pandas dataframes. -For more detailed information, please look at the [documentation](https://improved-adventure-lmroz27.pages.github.io/) +For more detailed information, please look at the [documentation](https://genentech.github.io/pysummaries/) ## Installation @@ -53,5 +53,5 @@ display(summary_table) ![alt text](documentation/images/pysummaries_gt_backend.png) -You can customize your tables! For this and more options, please look at the [documentation](https://improved-adventure-lmroz27.pages.github.io/) +You can customize your tables! For this and more options, please look at the [documentation](https://genentech.github.io/pysummaries/) diff --git a/pysummaries/__init__.py b/pysummaries/__init__.py index 9dcee88..ee9260b 100644 --- a/pysummaries/__init__.py +++ b/pysummaries/__init__.py @@ -27,4 +27,4 @@ 'numerical_mean_sd', 'numerical_median_iqr', 'numerical_median_q1q3', 'numerical_min_max', 'numerical_missing', 'get_sample_data', 'pandas_to_report_html', 'get_styles', 'Pandas2HTMLSummaryTable'] -__version__ = '0.0.1' +__version__ = '0.0.1b1' diff --git a/setup.py b/setup.py index 76f5bb6..54cc91a 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ PySummaries is a Python package to easily produce table summarizations from pandas dataframes. -For more detailed information, please look at the [documentation](https://improved-adventure-lmroz27.pages.github.io/) +For more detailed information, please look at the [documentation](https://genentech.github.io/pysummaries/) or our [project homepage](https://github.com/Genentech/pysummaries) """