From d133e36dfe45e8b20a08f9ad1f1f3ca375b38575 Mon Sep 17 00:00:00 2001 From: Leonid Boytsov Date: Thu, 6 Jun 2019 23:07:14 -0400 Subject: [PATCH] Update README.md --- manual/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manual/README.md b/manual/README.md index 9d7f281..1586521 100644 --- a/manual/README.md +++ b/manual/README.md @@ -11,7 +11,10 @@ contains a detailed description of implemented search spaces and methods. ## Documentation Links -* [Python bindings overview](/python_bindings/README.md) and [Python bindings API](https://nmslib.github.io/nmslib/index.html) +* Python bindings + - [Overview and further links](/python_bindings/README.md) + - [Sample notebooks](/python_bindings/notebooks/README.md) + - [Python bindings API](https://nmslib.github.io/nmslib/index.html) * [A brief list of methods and parameters (including basic tuning guidelines)](/manual/methods.md) * [A brief list of supported spaces/distance](/manual/spaces.md) * [Some data used in the past](/manual/datasets.md)