# HTML rendered for doc.item's seeSrc variable. Note that this will render to # the empty string if you don't pass anything through --git.url. Available # substitutaion variables here are: # * $commit: branch/commit to use in source link. # * $devel: branch to use in edit link. # * $path: relative path to the file being processed. # * $line: line of the item in the original source file. # * $url: whatever you did pass through the --git.url switch (which also # gets variables path/line replaced!) doc.item.seesrc = """  Source   Edit """ # HACK: we're using "$theindexhref/FIXME/" to mean documentation root # and we're making a substitution in gendocs.sh doc.body_toc_group = """
    Dark Mode
Search:
Group by:
$tableofcontents
$seeSrc
$deprecationMsg

$moduledesc

$content
""" doc.body_toc %= "${doc.body_toc_group}" # should only be used for boot