Skip to content

iddev5/documake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

documake

Simple YAML -> RST converted to be used with Sphinx. Made for documentation generation. Written in simple Python3.

Usage

doc.yml:

file: doc.yml
function:
    1:
        id: fib
        name: Fibonacci function
        desc: Generates fibonacci number
        comp:
            1: 
                type: unsigned int
                name: n

and then:

./documake.py doc.yml doc.rst

License:

Copyright 2021 Ayush Bardhan Tripathy

documake is licensed under MIT License.
See LICENSE.md for details.

About

📜 Simple YAML -> RST converted to be used with Sphinx.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages