rst

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RefTarget

type RefTarget struct {
	Name string
}

func ParseForLocalRefs

func ParseForLocalRefs(input []byte) []RefTarget

type RstConstant

type RstConstant struct {
	Name   string
	Target string
}

func ParseForConstants

func ParseForConstants(input []byte) []RstConstant
func (r *RstConstant) IsHTTPLink() bool

type RstDirective

type RstDirective struct {
	Name   string
	Target string
}

func ParseForDirectives

func ParseForDirectives(input []byte) []RstDirective
type RstHTTPLink string
func ParseForHTTPLinks(input []byte) []RstHTTPLink

type RstRole

type RstRole struct {
	Target   string
	RoleType string
	Name     string
}

func ParseForRoles

func ParseForRoles(input []byte) []RstRole

type SharedInclude

type SharedInclude struct {
	Path string
}

func ParseForSharedIncludes

func ParseForSharedIncludes(input []byte) []SharedInclude

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL