Skip to content

Commit

Permalink
Include Aqua docstring in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Nov 24, 2024
1 parent 0fdd06f commit e036683
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Aqua.jl provides functions to run a few automatable checks for Julia packages:
* There are no "obvious" type piracies.
* The package does not create any persistent Tasks that might block precompilation of dependencies.

```@docs
Aqua
```

## Quick usage

Call `Aqua.test_all(YourPackage)` from the REPL, e.g.,
Expand Down

0 comments on commit e036683

Please sign in to comment.