Restructured to account for repo layout change

This commit is contained in:
Colin Dunklau
2013-05-16 20:59:44 -05:00
parent 84c8867f29
commit 4ba1c5fd6b
4 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,6 @@ Include Pygments highlighted code with reStructuredText
Use this plugin to make writing coding tutorials easier! You can Use this plugin to make writing coding tutorials easier! You can
maintain the example source files separately from the actual article. maintain the example source files separately from the actual article.
Based heavily on ``docutils.parsers.rst.directives.Include``. Include Based heavily on ``docutils.parsers.rst.directives.Include``. Include
a file and output as a code block formatted with pelican's Pygments a file and output as a code block formatted with pelican's Pygments
directive. directive.

1
code_include/__init__.py Normal file
View File

@@ -0,0 +1 @@
from code_include import *