Skip to content

Commit

Permalink
removed one header level
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Mar 13, 2024
1 parent cf7801e commit 26611a6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@
CurrentModule = Functors
```

# Basic Layers

## Index
# API

```@index
Modules = [Functors]
Pages = ["api.md"]
```

## Docs

### Constructors and helpers
## Constructors and helpers

```@docs
Functors.@functor
Expand All @@ -25,7 +21,7 @@ Functors.fcollect
Functors.fleaves
```

### Maps
## Maps

```@docs
Functors.fmap
Expand All @@ -34,7 +30,7 @@ Functors.fmapstructure
Functors.fmapstructure_with_path
```

### Walks
## Walks

```@docs
Functors.AbstractWalk
Expand All @@ -48,7 +44,7 @@ Functors.AnonymousWalk
Functors.IterateWalk
```

### KeyPath
## KeyPath

```@docs
Functors.KeyPath
Expand Down

0 comments on commit 26611a6

Please sign in to comment.