From 80f63247cc7f2c249a03c0b626629483afd7be21 Mon Sep 17 00:00:00 2001 From: "Jonathan E. Guyer" Date: Wed, 20 Apr 2011 14:58:30 +0000 Subject: [PATCH] workaround for https://bitbucket.org/birkenfeld/sphinx/issue/618 git-svn-id: svn+ssh://code.matforge.org/fipy/branches/version-2_1@4473 d80e17d7-ff13-0410-a124-85740d801063 --- documentation/_templates/example.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 documentation/_templates/example.rst diff --git a/documentation/_templates/example.rst b/documentation/_templates/example.rst new file mode 100644 index 0000000000..b04ee7198f --- /dev/null +++ b/documentation/_templates/example.rst @@ -0,0 +1,4 @@ +{{ fullname }} +{{ underline }} + +.. automodule:: {{ module }}.{{ objname }}