ソースを参照

Restructured to account for repo layout change

Colin Dunklau 11 年 前
コミット
4ba1c5fd6b
共有4 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 0 1
      pelicanext/code_include/README.rst
  2. 1 0
      code_include/__init__.py
  3. 0 0
      code_include/code_include.py
  4. 0 0
      pelicanext/code_include/__init__.py

+ 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