Restructured to account for repo layout change
This commit is contained in:
@@ -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
1
code_include/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
from code_include import *
|
||||||
Reference in New Issue
Block a user