Skip to content

tk0miya/sphinxjp.shibukawa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

googlechart extension README
============================

This is a sphinx extension which render calendar by using
`Google Chart <http://code.google.com/intl/ja/apis/chart/>`_ .

source:

.. code-block:: text

   .. schedule::

      item1: 10/1 - 10/3
      item2: 10/4 - 10/6
      item3: 10/5 - 10/7

rendered:

.. schedule::

   item1: 10/1 - 10/3
   item2: 10/4 - 10/6
   item3: 10/5 - 10/7

See more examples and output images in http://packages.python.org/sphinxjp.shibukawa/ .

Setting
=======

You can see available package at `PyPI <http://pypi.python.org/pypi/sphinxjp.shibukawa>`_.

You can get source code at http://bitbucket.org/tk0miya/

Install
-------

.. code-block:: bash

   $ easy_install sphinxjp.shibukawa


Configure Sphinx
----------------

To enable this extension, add ``sphinxjp.shibukawa`` module to extensions 
option at :file:`conf.py`. 

.. code-block:: python

   # Enabled extensions
   extensions = ['sphinxjp.shibukawa']


Directive
=========

.. describe:: .. schedule::

   This directive insert a calendar into the generated document.
   schedule directive takes code block as source script.

   Examples::

      .. schedule::

         item1: 10/1 - 10/3
         item2: 10/4 - 10/6
         item3: 10/5 - 10/7

   .. schedule::

      item1: 10/1 - 10/3
      item2: 10/4 - 10/6
      item3: 10/5 - 10/7


Repository
==========

This code is hosted by Bitbucket.

  http://bitbucket.org/tk0miya/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages