Ivan-Johnson / LifeLogServer

A DIY life tracking app
0 stars 0 forks source link

Decide on a system for documenting the API #22

Closed Ivan-Johnson closed 4 years ago

Ivan-Johnson commented 4 years ago

Doxygen looks like a good fit (https://www.doxygen.nl/manual/starting.html)

Actually, I'm inclined towards using Sphinx now; it seems to be DRASTICALLY more popular for Python documentation, and thus it should be easier for me to find good tutorials on how to use it.