Gallery

Table

Code:

```@eval
using DocumentationOverview
DocumentationOverview.table_md(DocumentationOverview)
```

Output:

APISummary
DocumentationOverview.APIAn object passed to include callback of table.
DocumentationOverview.find(module::Module; [include]) -> apis::Vector{<:API}List APIs in module.
DocumentationOverview.list(module::Module; ...) -> listShow the list of APIs.
DocumentationOverview.list_md(args...; options...) -> md::Markdown.MDA shorthand for Markdown.MD(DocumentationOverview.list(args...; options...)).
DocumentationOverview.table(module::Module; ...) -> tableShow the table of APIs.
DocumentationOverview.table_md(args...; options...) -> md::Markdown.MDA shorthand for Markdown.MD(DocumentationOverview.table(args...; options...)).

Table with signature = :strip_namespace

Code:

```@eval
using DocumentationOverview
DocumentationOverview.table_md(
    DocumentationOverview;
    signature = :strip_namespace,
)
```

Output:

APISummary
APIAn object passed to include callback of table.
find(module::Module; [include]) -> apis::Vector{<:API}List APIs in module.
list(module::Module; ...) -> listShow the list of APIs.
list_md(args...; options...) -> md::Markdown.MDA shorthand for Markdown.MD(DocumentationOverview.list(args...; options...)).
table(module::Module; ...) -> tableShow the table of APIs.
table_md(args...; options...) -> md::Markdown.MDA shorthand for Markdown.MD(DocumentationOverview.table(args...; options...)).

Table with signature = :name

Code:

```@eval
using DocumentationOverview
DocumentationOverview.table_md(
    DocumentationOverview;
    signature = :name,
)
```

Output:

APISummary
APIAn object passed to include callback of table.
findList APIs in module.
listShow the list of APIs.
list_mdA shorthand for Markdown.MD(DocumentationOverview.list(args...; options...)).
tableShow the table of APIs.
table_mdA shorthand for Markdown.MD(DocumentationOverview.table(args...; options...)).

List

Code:

```@eval
using DocumentationOverview
DocumentationOverview.list_md(
    DocumentationOverview;
)
```

Output: