cdknorow / sphinxcontrib-image-carousel

Adds an image carousel option for displaying multiple images in a slider with captions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image-carousel

Easy Image Carousels in Sphinx documentation (focused on HTML).

Features

  • Show Multiple Images in a Carousel (HTML).

How to install?

copy the Contents of the sphinxcontrib Folder to your project

cd sphinxcontrib cp -r _static ext <Path-To-Your-Project>

add extension to conf.py in your Sphinx project.

sys.path.append(os.path.abspath("./ext"))


extensions = [
          …
          'image_carousel',
          …
          ]

How to use it?

Example:

.. imagecarousel:: picture.png, caption image 1,picture2.png, capture picture 2, picture3.png, caption picture3

About

Adds an image carousel option for displaying multiple images in a slider with captions.

License:MIT License


Languages

Language:Python 69.1%Language:CSS 20.5%Language:JavaScript 10.4%