8000 GitHub - yurireeis/bddocs: Create end-user readable docs in Pythonic way
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yurireeis/bddocs

Repository files navigation

Bddocs

EN: Create end-user readable docs in Pythonic way

PT: Crie documentos legíveis para o usuário final de forma Pythonica

Installation

To install Bddocs, simply:

    $ pip install bddocs
    
    ✨🍰✨
    

Satisfaction, guaranteed.

How to start

To use, simply:

>>> from bddocs import Documentation  # to retrieve bdd information
>>> from bddocs import PDF  # to get PDF output
>>> from bddocs import HTML  # to get it HTML output
>>> bdd = Document('example')  # pass the path of .feature documents
>>> PDF(bdd).output('document.pdf')  # retrieve BDD info in a PDF file
>>> HTML(bdd).output('document.html')  # retrieve BDD info in a HTML file

Documentation

We are still documenting.

How to Contribute

Before opening any issues or proposing any pull requests, please read our Contributor's Guide.

About

Create end-user readable docs in Pythonic way

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0