diff --git a/README.md b/README.md index 7ba2d84..8aa44d1 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,13 @@ The Jupyter server will be available at `localhost:8888`. ### Binder -You can also run the example Jupyter notebooks using `mybinder.org`: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/trustyai-python/trustyai-explainability-python-examples/main?labpath=examples) +You can also run the example Jupyter notebooks +using `mybinder.org`: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/trustyai-python/trustyai-explainability-python-examples/main?labpath=examples) ## Documentation -Check out the [ReadTheDocs page](https://trustyai-explainability-python.readthedocs.io/en/latest/) for API references and examples. + +Check out the [ReadTheDocs page](https://trustyai-explainability-python.readthedocs.io/en/latest/) for API references +and examples. ## Getting started @@ -103,3 +106,5 @@ You can see the `sumSkipModel` in the [LIME tests](./tests/test_limeexplainer.py You can look at the [tests](./tests) for working examples. There are also [Jupyter notebooks available](https://github.com/trustyai-python/examples). + +