diff --git a/README.rst b/README.rst index 6bf14137..6f196811 100644 --- a/README.rst +++ b/README.rst @@ -34,8 +34,8 @@ The entire `popmon` documentation including tutorials can be found at `read-the- Examples ======== -- `Flight Delays and Cancellations Kaggle data `_ -- `Synthetic data (code example below) `_ +- `Flight Delays and Cancellations Kaggle data `_ +- `Synthetic data (code example below) `_ Check it out ============ @@ -117,7 +117,7 @@ To specify your own binning specifications and features you want to report on, y report = df.pm_stability_report(features=features, bin_specs=bin_specs, time_axis=True) These examples also work with spark dataframes. -You can see the output of such example notebook code `here `_. +You can see the output of such example notebook code `here `_. For all available examples, please see the `tutorials `_ at read-the-docs. Contact and support