Skip to main content

A sphinx extension to create timelines.

Project description

sphinx-timeline

PyPI

A sphinx extension to create timelines.

Usage

Install sphinx-timeline with pip install sphinx-timeline, then add sphinx_timeline to your conf.py file's extensions variable:

extensions = ["sphinx_timeline"]

Now add a timeline directive to your document:

.. timeline::
   - start: 1980-02-03
     name: 1st event
   - start: 1990-02-03
     name: 2nd event
   - start: 2000-02-03
     name: 3rd event
   ---
   **{{dtrange}}**

   *{{e.name}}*

   Description ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx_timeline-0.2.1.tar.gz (15.8 kB view hashes)

Uploaded Source

Built Distribution

sphinx_timeline-0.2.1-py3-none-any.whl (9.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page