Skip to content

tkf/DocumentationOverview.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocumentationOverview

Dev CI

DocumentationOverview.jl generates a table of API overview using Julia's multimedia I/O system.

In particular, it can be used in Documenter's @eval block.

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

The code above can also be used in the REPL.

See example outputs and more information in the Documentation.

DocumentationOverview.jl works well with PublicAPI.jl.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages