Selaa lähdekoodia

Restructured to account for repo layout change

Colin Dunklau 11 vuotta sitten
vanhempi
commit
4ba1c5fd6b

+ 0 - 1
pelicanext/code_include/README.rst

@@ -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 - 0
code_include/__init__.py

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

pelicanext/code_include/code_include.py → code_include/code_include.py


+ 0 - 0
pelicanext/code_include/__init__.py