sphinxcontrib-fancybox

Software Screenshot:
sphinxcontrib-fancybox
Software Details:
Version: 0.3.2
Upload Date: 14 Apr 15
Developer: Tomek Czyz
Distribution Type: Freeware
Downloads: 3

Rating: 2.0/5 (Total Votes: 1)

sphinxcontrib-fancybox is adaptation of http://fancybox.net/ in version **1.3.4**.

Installation

Instalation through pip:

    pip install sphinxcontrib-fancybox

or through github:

    git clone https://github.com/spinus/sphinxcontrib-fancybox
    cd sphinxcontrib-fancybox
    python setup.py install


Next, you have to add extension to `conf.py` in your sphinx project. ::

    extensions = [
              ...,
              'sphinxcontrib.fancybox',
              ...]


Directives

fancybox:

    Fancybox directive place a thumbnail of picture you selected, and add some
    `fancies`. If you click on image you get fullscreen box with that picture.

    Example:

        .. fancybox:: picture.png

By default all images on one page are in the same group (you can navigate pressing `next` and `prev` buttons around this group). If you want to add picture to another group you have to set `group`parameter, like:

        .. fancybox:: picture.png
            :group: group2

Requirements:

  • Python
  • Sphinx

Similar Software

Other Software of Developer Tomek Czyz

django-env
django-env

15 Apr 15

Comments to sphinxcontrib-fancybox

Comments not found
Add Comment
Turn on images!