Varia's website, varia.zone or vvvvvvaria.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mb@mb 04c2824180 adding the 2 submodules again 6 years ago
..
README.rst adding the 2 submodules again 6 years ago
__init__.py adding the 2 submodules again 6 years ago
gist_directive.py adding the 2 submodules again 6 years ago

README.rst

Pelican ``gist_directive`` plugin
=================================

This plugin adds a ``gist`` reStructuredText directive. Eg::

.. gist:: ionelmc/eb11afbcca187bad5273 setup.py python

It will download (with cache) and include the gist contents in the document.

.. note::

It also supports embedding content from github directly.

Example, to include ``https://raw.githubusercontent.com/ionelmc/cookiecutter-pylibrary/master/%7B%7Bcookiecutter.repo_name%7D%7D/setup.py``::

.. github:: ionelmc/cookiecutter-pylibrary master/{{cookiecutter.repo_name}}/setup.py