leilaicruz / djehuty-mkdocs

https://leilaicruz.github.io/djehuty-mkdocs/
GNU General Public License v3.0
0 stars 0 forks source link

workflow for Swagger API documentation #2

Open leilaicruz opened 1 week ago

leilaicruz commented 1 week ago
leilaicruz commented 1 day ago

It is also possible to :

  1. Generate docstrings from all python functions of the API
  1. From the docstrings generate the yaml spec from the open API standard
  2. Generate documentation using MKdocs and Swagger UI tools to parse the yaml into an interactive website so users can test out much easily the API capabilities of 4TU.

This implementation is using AI to assist in this process, ChatGPT 4