diff --git a/docs/src/index.md b/docs/src/index.md index 22509ef..94081fe 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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.,