Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FS iowrap.Fs FSUtil *iowrap.Afero )
Functions ¶
func GatherConstants ¶
func GatherConstants(files []string) map[rst.RstConstant]string
func GatherFiles ¶
func GatherHTTPLinks ¶
func GatherHTTPLinks(files []string) map[rst.RstHTTPLink]string
func GatherSharedIncludes ¶
func GatherSharedIncludes(files []string) []rst.SharedInclude
Types ¶
type RefTargetMap ¶
func GatherLocalRefs ¶
func GatherLocalRefs(files []string) RefTargetMap
func GatherSharedLocalRefs ¶
func GatherSharedLocalRefs(input []byte, defs sources.TomlConfig) RefTargetMap
func (RefTargetMap) SSLToTLS ¶
func (r RefTargetMap) SSLToTLS() RefTargetMap
Snooty does magic and converts tsl to ssl in refs, so we have to mimic it
func (*RefTargetMap) Union ¶
func (r *RefTargetMap) Union(other RefTargetMap) *RefTargetMap
type RstRoleMap ¶
func GatherRoles ¶
func GatherRoles(files []string) RstRoleMap
func GatherSharedRefs ¶
func GatherSharedRefs(input []byte, defs sources.TomlConfig) RstRoleMap
func (RstRoleMap) ConvertConstants ¶
func (r RstRoleMap) ConvertConstants(defs *sources.TomlConfig) RstRoleMap
func (*RstRoleMap) Union ¶
func (r *RstRoleMap) Union(other RstRoleMap) *RstRoleMap
Click to show internal directories.
Click to hide internal directories.