Alex Waite 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
..
bootstrap 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
doc 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
140x140.png 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
171x180.png 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
300x200.png 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
LICENSE 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
Makefile 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
README.rst 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
__init__.py 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
bootstrap.py 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
custom.css 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
directives.py 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
docs-min.css 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
make-glyphicons.py 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
page.tmpl 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
pygments.css 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому
roles.py 2e2b4c4594 Move bootstrap-rst from submodule to in-tree 7 роки тому

README.rst

Bootstrap RST for Pelican
=========================

This plugin merely adds what little glue is needed to make bootstrap-rst play
nicely with Pelican. All credit goes to **Nicolas P. Rougier**.

It is much more featureful than the 'twitter_bootstrap_rst_directives' plugin.

Usage
-----
Enable the plugin in your `pelicanconf.py`

PLUGINS = [
'bootstrap-rst'
]

And then use any of the many fine directives made available. Peruse the `doc`
folder for more information.

Bootstrap RST
=============

Bootstrap RST offers an easy access to the `bootstrap `_
framework using the `reStructuredText `_
markup language. Bootstrap RST provides a set of new directives and roles (row,
column, button, list, etc.) that allow seamless integration of the bootstrap
framework. Have a look at the source of this page for example and see below for
what is available so far.

See demo at: `http://rougier.github.io/bootstrap-rst/ `_.

Creators
========

**Nicolas P. Rougier** :

* `http://www.labri.fr/perso/nrougier/ `_
* `https://github.com/rougier `_

Copyright and License
=====================

Code and documentation copyright 2014 Nicolas P. Rougier.
Code released under the MIT license. Docs released under CC BY 3.0.