Skip to content

Commit

Permalink
Fixed dollarmath docs formatting (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jegp authored Nov 25, 2024
1 parent e47c21c commit ab99ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/source/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ execute:

parse:
myst_enable_extensions:
- amsmath
- amsmath
- dollarmath

launch_buttons:
notebook_interface: "jupyterlab"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/primitives.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ NIR defines 16 fundamental primitives listed in the table below, which backends
| **Scale** | $s$ | $s I$ | - |
| **SumPooling** | $p$ | $\sum_{j} x_j$ | - |
| **AvgPooling** | $p$ | **SumPooling**; **Scale** | - |
| **Spike** | $\theta_\text{thr}$ | $\dirac(I - \theta_\text{thr})$ | - |
| **Spike** | $\theta_\text{thr}$ | $\delta(I - \theta_\text{thr})$ | - |


Each primitive is defined by their own dynamical equation, specified in the [API docs](https://nnir.readthedocs.io/en/latest/).
Expand Down

0 comments on commit ab99ef0

Please sign in to comment.