X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

W&B Docs

We publish master to our offcial documentation site

You can view our latest docs on a given branch directly on github here

Development

We based our doc generation on https://github.com/NiklasRosenstein/pydoc-markdown.

Running python generate.py will generate the markdown docs in the markdown folder.

We hacked together a bunch of additions by monkeypatching pydoc-markdown. You can customize the generator by monkeying around with the Section class in generate.py or google_parser.py which are not pretty...

X Tutup