Skip to content

Instantly share code, notes, and snippets.

View marshalc's full-sized avatar

Carl Marshall marshalc

View GitHub Profile

Keybase proof

I hereby claim:

  • I am marshalc on github.
  • I am marshalc (https://keybase.io/marshalc) on keybase.
  • I have a public key ASBfJQzMoNmBKzAHU3EDGLf6BXNpEPf2PbbxFk5fn11Sjgo

To claim this, I am signing this object:

#!/usr/bin/python
# coding: utf-8
import re
import pytz
from django.conf import settings
from django.core.exceptions import MiddlewareNotUsed
from django.utils import timezone
@marshalc
marshalc / django_docs.md
Last active November 11, 2016 15:27 — forked from codingjoe/django_docs.md
Build Django docs like a pro!

Build Django docs like a pro!

Revised edition to support autosummary, markdown, and other goodies

Requirements

Add the following to your development requirements file:

  • sphinx
  • sphinx_rtd_theme
  • pyenchant
  • sphinxcontrib-spelling