From f8005b811b4b0e91d473aac8171de25d9df17dc0 Mon Sep 17 00:00:00 2001 From: Aniket Maurya Date: Wed, 30 Jun 2021 23:27:17 +0530 Subject: [PATCH] update --- docs/index.md | 2 +- mkdocs.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3e7d9b37..defce902 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,7 +34,7 @@ analysis with GradCAM/GradCAM++ and Framework agnostic Model Serving. ### Using pip (recommended) -`pip install -U chitra==0.1.0a0` +`pip install -U chitra==0.1.0b2` ### From source diff --git a/mkdocs.yml b/mkdocs.yml index cdc7da10..853b1c16 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,6 +41,7 @@ extra: nav: - Introduction: 'index.md' + - Visualization: 'source/visualization/metrics.md' - Examples: - Play with Images: 'examples/chitra-class/chitra-class.md' - Image Classification: 'examples/image-classification/image-classification.md'