Generator

Generator

Provides the functions related to generating documentation stubs.

source
gitignore()

Contents of the default .gitignore file.

source
index(pkgname)

Contents of the default src/index.md file.

source
make(pkgname)

Contents of the default make.jl file.

source
mkdocs(pkgname; description, author, url)

Contents of the default mkdocs.yml file.

source
savefile(f, root, filename)

Attempts to save a file at $(root)/$(filename). f will be called with file stream (see open).

filename can also be a file in a subdirectory (e.g. src/index.md), and then then subdirectories will be created automatically.

source