Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document sitename. #995

Merged
merged 1 commit into from
Apr 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Documenter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export Deps, makedocs, deploydocs, hide
modules = Module[],
repo = "",
highlightsig = true,
sitename = "",
)

Combines markdown files and inline docstrings into an interlinked document.
Expand Down Expand Up @@ -156,6 +157,8 @@ indented code block containing the function signature, then that block would be
as if it were a labeled Julia code block. No other code blocks are affected. This feature
is enabled by default.

**`sitename`** is displayed in the title bar and/or the navigation menu when applicable.

# Experimental keywords

In addition to standard arguments there is a set of non-finalized experimental keyword
Expand Down