Pārlūkot izejas kodu

Restructured to account for repo layout change

Colin Dunklau 11 gadi atpakaļ
vecāks
revīzija
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
 maintain the example source files separately from the actual article.
 
-
 Based heavily on ``docutils.parsers.rst.directives.Include``. Include
 a file and output as a code block formatted with pelican's Pygments
 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