I might be off topic, but I think that keeping the docs as close to the code as possible is one way to ensure that the documentation is up to date. Using things like doctest and Sphinx autodoc work for me, but I work on small projects.
0
06 Oct 2015 23:56
u/emdeee
in v/programming
I might be off topic, but I think that keeping the docs as close to the code as possible is one way to ensure that the documentation is up to date. Using things like doctest and Sphinx autodoc work for me, but I work on small projects.