Skip to content

Commit

Permalink
doc: doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dengyu-Wu committed Jun 28, 2024
1 parent 578f570 commit d3a0b60
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'sphinx_book_theme'
html_title = 'SNNCutoff Documentation'
html_static_path = ['_static']
html_logo = "_static/light_mode.png"
html_favicon = "_static/snncutoff_favicon.png"
Expand All @@ -38,4 +39,6 @@
"use_repository_button": True,
}

html_sidebars = {'**': ['localtoc.html', 'globaltoc.html', 'searchbox.html']}
html_sidebars = {
"**": ["sbt-sidebar-nav.html", "navbar-logo.html", "icon-links.html"]
}
11 changes: 11 additions & 0 deletions docs/cutoff/topk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Top-K

## Training

```sh
sh scripts/DirectTraining/tet/training.sh
```
## Evaluation
```sh
sh scripts/DirectTraining/tet/evaluation.sh
```
8 changes: 6 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
% contain the root `toctree` directive.

```{toctree}
:hidden:
tutorials/quick_start
:caption: 'Tutorials'
tutorials/installation
tutorials/examples
:caption: 'Cutoff'
cutoff/topk
:caption: 'References'
references
```

Expand Down
8 changes: 0 additions & 8 deletions docs/tutorials/quick_start.rst

This file was deleted.

0 comments on commit d3a0b60

Please sign in to comment.