Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 755 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 755 Bytes

living-doc-py

To poke living documentation concepts, with Python 🐍

What is living-doc-py ?

This repo aims to generate a living glossary of business concepts from python source code.

How does living-doc-py work?

You just have to decorate a class modelling a business concept with @Glossary and run the cli to generate a business glossary in the selected format :

  • Markdown list,
  • Markdown table,
  • Excel file.

Who uses living-doc-py ?

What is living-doc-py’s goal?

How can the organization benefit from using living-doc-py ?

How do you get started with living-doc-py ?

  • Run make help or check

What is the licensing information for living-doc-py ?