Post archive

Large Problems in Django, Mostly Solved: Documentation

2010 February 05

[This is part of the Large Problems in Django Series, see previous entries about: APIs, Search, and Database Migrations]

Django is ...

Adding Google Analytics to Sphinx Docs

2009 April 05

This is just a reminder for myself later, or people looking on Google. Also note, that this method is useful for putting any Javascript content into your sphinx docs, but Analytics tracking is a common use case.

Step 1: Where to put my files?

Check your conf.py on your ...