phpdocumentor / guides-theme-rst
Adds a reStructuredText theme used to convert Markdown into reStructuredText
Installs: 1 008
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- ext-iconv: *
- phpdocumentor/guides: ^1.0 || ^2.0
README
phpDocumentor Guides
This repository is part of phpDocumentor's Guides library, a framework designed to take hand-written documentation in code repositories and create an AST (abstract syntax tree) from it. This AST is then fed to a renderer, which produces the desired output, such as HTML.
The package phpdocumentor/guides-theme-rst adds reStructuredText Markup support to the phpDocumentor's Guides library.