Skip to content

Commit

Permalink
doc: add tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
Dengyu-Wu committed Jun 28, 2024
1 parent 93102a1 commit baf6f0c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/Tutorials/examples.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Examples

### Training

```sh
sh scripts/DirectTraining/tet/training.sh
```
### Evaluation
```sh
sh scripts/DirectTraining/tet/evaluation.sh
```
10 changes: 10 additions & 0 deletions docs/Tutorials/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Installation

1. Clone the repo
```sh
git clone https://github.com/Dengyu-Wu/snncutoff.git
```

2. Install Pytorch
```sh
pip install -r requirements. txt
6 changes: 6 additions & 0 deletions docs/Tutorials/quick_start.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Quick start
===============

.. toctree::
Installation
Examples

0 comments on commit baf6f0c

Please sign in to comment.