1
1 Comment

Automatic Code Documentation

Hey y'all,

I've been frustrated with writing documentation for my codebase every time. So I've been building out an auto documentation generator for Python (and others soon to follow)! It reads any codebase and pours out a bunch of md files that you can serve on Docusaurus or smth.

Not sure if anyone else would find a tool that documents what's already in the code useful.

Not really thinking of making money off of this atm, but it seems like it could be useful.

on July 14, 2020
  1. 1

    I'm not quite sure what your goal here is, but if you're looking for a documentation generator maybe have a look at Sphinx. It's written in and for Python but also works for almost any other language as well.