Skip to content

Commit

Permalink
updated documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
ofajardo committed Sep 19, 2024
1 parent 98953b8 commit cf69ace
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/)

2 changes: 1 addition & 1 deletion pysummaries/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
"""

Expand Down

0 comments on commit cf69ace

Please sign in to comment.