Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OtherRoleMap ¶
OtherRoleMap contains other roles from rstspec.toml, like guilabel
type RawRstSpec ¶
type RstSpec ¶
type RstSpec struct {
Roles RolesMap
RawRoles map[string]bool
Directives map[string]bool
RstObjects map[string]bool
}
func NewRoleMap ¶
type TomlConfig ¶
type TomlConfig struct {
Name string `toml:"name"`
Title string `toml:"title"`
Constants map[string]string `toml:"constants"`
Intersphinx []string `toml:"intersphinx"`
}
func NewTomlConfig ¶
func NewTomlConfig(input []byte) (*TomlConfig, error)
Click to show internal directories.
Click to hide internal directories.