Generator

Provides the functions related to generating documentation stubs.

source

Signatures

gitignore()

Contents of the default .gitignore file.

source

Signatures

index(pkgname)

Contents of the default src/index.md file.

source

Signatures

make(pkgname)

Contents of the default make.jl file.

source

Signatures

mkdocs(pkgname; description, author, url)

Contents of the default mkdocs.yml file.

source

Signatures

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