Blog Archive, January 2016

Featured Image

Autodocumenting your Python code with Sphinx - part 1

 Jan. 12, 2016    0 comments 

There are a number of Python auto-documenting tools in existence, starting with Python's built-in pydoc module. Some time ago Epydoc was a popular tool for auto-generating documentation from Python docstrings but its development was abandoned and it does not support current Python releases, though some popular Python IDEs, like PyDev for Eclipse or PyCharm still support Epytext markup language.

Now Sphinx has become de facto the standard tool for creating documentation for Python programs and libraries, and even the docs for Python itself are created with Sphinx. Docs for third-party Python libraries hosted on Read the Docs, a popular documentation hosting site, are also generated by Sphinx. (...)

Read post

 Python

Featured Image

It's Alive!!!

 Jan. 1, 2016    0 comments 

This is the first post in my Django-based blog that I've developed myself. I've developed this blog primarily to learn Django web-framework, but I'm going to write in it from time to time when I want to share some thoughts. (...)

Read post