mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
more toctree limiting?
This commit is contained in:
parent
054ca8fd5e
commit
32f81fd409
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
# nwb_linkml
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
|
||||
adapters/index
|
||||
generators/index
|
||||
io/index
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# NWB Schema Language
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 1
|
||||
|
||||
models
|
||||
schema
|
||||
```
|
Loading…
Reference in a new issue