Skip to content

Commit 5df4ee2

Browse files
committed
docs titles
1 parent 68472c8 commit 5df4ee2

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/src/api.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,23 @@ Package extensions are used in order to reduce the number of dependencies:
1313
- To use [`rundssp!`](@ref), [`rundssp`](@ref) or the `run_dssp` option with `read`/[`retrievepdb`](@ref), call `using DSSP_jll`.
1414
- To use [`runstride!`](@ref), [`runstride`](@ref) or the `run_stride` option with `read`/[`retrievepdb`](@ref), call `using STRIDE_jll`.
1515

16-
Exported names:
16+
## Exported names
17+
1718
```@index
1819
Order = [:module, :type, :constant, :function, :macro]
1920
```
2021

21-
Non-exported names:
22+
## Non-exported names
23+
2224
- [`BioStructures.x`](@ref)
2325
- [`BioStructures.x!`](@ref)
2426
- [`BioStructures.y`](@ref)
2527
- [`BioStructures.y!`](@ref)
2628
- [`BioStructures.z`](@ref)
2729
- [`BioStructures.z!`](@ref)
2830

29-
Docstrings:
31+
## Docstrings
32+
3033
```@autodocs
3134
Modules = [BioStructures]
3235
Private = false

0 commit comments

Comments
 (0)