go-docutils

go-docutils

reStructuredText in pure Go.

Reference GitHub

What is go-docutils?

go-docutils is the docutils core rewritten in Go with CGO_ENABLED=0: a reStructuredText parser and the doctree it produces, which the LaTeX and PDF path is built on. It reads reST, and it also writes it — autodoc renders a Go package's own API documentation as reST to feed the same pipeline.

Packages

2 module(s) in this organisation.

D
docutils
reStructuredText parser and doctree — the docutils-equivalent core.
A
autodoc
Go API documentation extraction (go/doc, go/doc/comment) rendered as reST.