A veces me lo pregunto :)
I can say unequivocally that I came to Django because of the docs.
—Alex Gaynor [1]
Cuando tengas algo que decir, dilo; cuando no, también. Escribe siempre.
—Augusto Monterroso, Decálogo del escritor
Please, write me.
—README.txt
>>> class Ejemplo(object):
"""Es fácil y útil"""
def mostrar(self):
"""muestra un ejemplito"""
return self.mostrar.__doc__
>>> Ejemplo().mostrar()
'muestra un ejemplito'
Cheers for a great tool that actually makes programmers want to write documentation!
—Sphinx users
RTD command line:
pip install rtd rtd pip rtd pip git
Links profundos
We can help spread this culture throughout the Python world, and beyond.
—Eric Holscher [2]
| [1] | http://jacobian.org/writing/great-documentation/what-to-write/ |
| [2] | http://ericholscher.com/blog/2012/jan/22/why-read-docs-matters/ |
| [3] | http://read-the-docs.readthedocs.org/en/latest/index.html |