Skip to content

Commit 548bf38

Browse files
ejaniacopybara-github
authored andcommitted
Enable table of contents on GitHub Pages.
PiperOrigin-RevId: 716596965 Change-Id: Ibefcf9c25cfef274feed5559099cc70062e00352
1 parent 6f79f34 commit 548bf38

File tree

7 files changed

+19
-0
lines changed

7 files changed

+19
-0
lines changed

docs/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ theme: jekyll-theme-minimal
22
markdown: kramdown
33
kramdown:
44
parse_block_html: true
5+
toc_levels: 1..3
56
plugins:
67
- jekyll-relative-links
78
- jekyll-sitemap

docs/error_message.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Add user friendly error messages
22

3+
* TOC
4+
{:toc}
5+
36
When Koda developers find a case where the error message is not readable,
47
contains a lot of internal implementation details or is not user oriented, this
58
document provides a way to improve it.

docs/fundamentals.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ through the guide in order for new users to use Koda effectively.
77

88
Also see [Koda Cheatsheet](cheatsheet.md) for quick references.
99

10+
* TOC
11+
{:toc}
12+
1013
## Vectorization of Structured Data
1114

1215
Koda introduces new data structures and concepts which allow working with any

docs/glossary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# koda Glossaries
22

3+
* TOC
4+
{:toc}
5+
36
## Basics
47

58
#### .

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Koda
22

3+
* TOC
4+
{:toc}
5+
36
## Koda
47

58
Koda is a **Python + C++ library** that provides a **data representation** and

docs/koda_v1_api_reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ This document lists public **Koda** APIs, including operators (accessible from
66
`kd` and `kde` packages) and methods of main abstractions (e.g.
77
DataSlice, DataBag, etc.).
88

9+
* TOC
10+
{:toc}
11+
912
Category | Subcategory | Description
1013
--------- | ----------- | ------------
1114
[kd](#kd_category) | | `kd` and `kde` operators

docs/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ users. You can see more detailed introduction in the
88

99
Also see [Koda Cheatsheet](cheatsheet.md) for quick references.
1010

11+
* TOC
12+
{:toc}
13+
1114
## Why Koda
1215

1316
### Koda Distinguishing Features

0 commit comments

Comments
 (0)