Metadata-Version: 2.1
Name: sphinx-a4doc
Version: 1.2.1
Summary: Sphinx domain and autodoc for Antlr4 grammars
Home-page: https://github.com/AmatanHead/sphinx-a4doc
Author: Vladimir Goncharov
Author-email: dev.zelta@gmail.com
License: MIT
Project-URL: Documentation, https://amatanhead.github.io/sphinx-a4doc/
Project-URL: Source, https://github.com/AmatanHead/sphinx-a4doc
Project-URL: Tracker, https://github.com/AmatanHead/sphinx-a4doc/issues
Description: # Sphinx plugin for Antlr4
        
        A4Doc is a sphinx plugin for documenting Antlr4 grammars.
        
        It’s primary target is to provide some overview for DSL users
        (generated documentation may not include some nuances essential
        for compiler developers).
        
        A4Doc's features are:
        
        - a new domain with grammar and rule directives called ``a4``;
        - directives for rendering railroad diagrams;
        - directive for extracting documentation comments and rendering docs and
          diagrams from `.g4` source files.
        
        
Keywords: sphinx antlr4 autodoc
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Extension
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Requires-Python: >=3.7
Description-Content-Type: text/markdown
