Skip to content

Commit 2b9f206

Browse files
Rajakavitha1gitbook-bot
authored andcommitted
GITBOOK-3: No subject
1 parent d768016 commit 2b9f206

File tree

5 files changed

+25
-9
lines changed

5 files changed

+25
-9
lines changed

docs-gb/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Documentation for alibi
1+
---
2+
hidden: true
3+
---
4+
5+
# README
26

37
This directory contains the sources (`.md` and `.ipynb` files) for the documentation. The main index page is defined in `source/index.md`. The Sphinx options and plugins are found in the `source/conf.py` file. The documentation is generated in full by calling `make html` which also automatically generates the Python API documentation from docstrings.
48

docs-gb/SUMMARY.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Table of contents
22

3+
* [README](README.md)
4+
35
## Overview
6+
47
* [Introduction](source/overview/README.md)
58
* [Getting Started](source/overview/getting_started.md)
69
* [Algorithm Overview](source/overview/algorithms.md)
@@ -9,9 +12,10 @@
912
* [Frequently Asked Questions](source/overview/faq.md)
1013

1114
## Explanations
15+
1216
* [Explanations](source/explanations/README.md)
13-
* [Examples](source/explanations/examples.md)
14-
* [Methods](source/explanations/methods.md)
17+
* [Examples](source/explanations/examples.md)
18+
* [Methods](source/explanations/methods.md)
1519
* [methods](source/methods/README.md)
1620
* [ALE](source/methods/ale.md)
1721
* [Anchors](source/methods/anchors.md)
@@ -31,11 +35,11 @@
3135
* [TrustScores](source/methods/trustscores.md)
3236
* [ALE Figures](source/methods/ale_figures.md)
3337

34-
3538
## Model Confidence
39+
3640
* [confidence](source/confidence/README.md)
37-
* [Examples](source/confidence/examples.md)
38-
* [Methods](source/confidence/methods.md)
41+
* [Examples](source/confidence/examples.md)
42+
* [Methods](source/confidence/methods.md)
3943
* [examples](source/examples/README.md)
4044
* [Accumulated Local Effects for classifying flowers](source/examples/ale_classification.md)
4145
* [Accumulated Local Effects for predicting house prices](source/examples/ale_regression_california.md)
@@ -77,13 +81,15 @@
7781
* [Trust Scores applied to Iris](source/examples/trustscore_iris.md)
7882
* [Trust Scores applied to MNIST](source/examples/trustscore_mnist.md)
7983
* [A Gradient Boosted Tree Model for the Adult Dataset](source/examples/xgboost_model_fitting_adult.md)
80-
* [Methods](confidence/methods.md)
81-
* [Examples](confidence/examples.md)
84+
* [Methods](model-confidence/confidence/methods-1.md)
85+
* [Examples](model-confidence/confidence/examples-2.md)
8286

8387
## Prototypes
88+
8489
* [prototypes](source/prototypes/README.md)
8590
* [Examples](source/prototypes/examples.md)
8691
* [Methods](source/prototypes/methods.md)
8792

8893
## API Reference
89-
* [Annotation Based Configuration]
94+
95+
* [\[Annotation Based Configuration\]](api-reference/annotation-based-configuration.md)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# \[Annotation Based Configuration]
2+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Examples
2+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Methods
2+

0 commit comments

Comments
 (0)