Browse Source

Try organizing rest files

pull/242/head
Florian Mounier 10 years ago
parent
commit
8d8ff5df40
  1. 5
      docs/Makefile
  2. 0
      docs/api/modules.rst
  3. 0
      docs/api/pygal.graph.rst
  4. 0
      docs/api/pygal.rst
  5. 0
      docs/api/pygal.test.rst
  6. 0
      docs/documentation/basic_customizations.rst
  7. 0
      docs/documentation/builtin_styles.rst
  8. 0
      docs/documentation/chart_types.rst
  9. 0
      docs/documentation/custom_styles.rst
  10. 0
      docs/documentation/first_steps.rst
  11. 0
      docs/documentation/index.rst
  12. 0
      docs/documentation/interpolations.rst
  13. 0
      docs/documentation/metadata.rst
  14. 0
      docs/documentation/other_customizations.rst
  15. 0
      docs/documentation/parametric_styles.rst
  16. 0
      docs/documentation/sparks.rst
  17. 0
      docs/documentation/styles.rst
  18. 0
      docs/documentation/web.rst
  19. 27
      docs/index.rst

5
docs/Makefile

@ -192,4 +192,7 @@ pseudoxml:
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
rst:
sphinx-apidoc -f -o . ../pygal
sphinx-apidoc -f -o api ../pygal
auto:
sphinx-autobuild . _build/html

0
docs/modules.rst → docs/api/modules.rst

0
docs/pygal.graph.rst → docs/api/pygal.graph.rst

0
docs/pygal.rst → docs/api/pygal.rst

0
docs/pygal.test.rst → docs/api/pygal.test.rst

0
docs/basic_customizations.rst → docs/documentation/basic_customizations.rst

0
docs/builtin_styles.rst → docs/documentation/builtin_styles.rst

0
docs/chart_types.rst → docs/documentation/chart_types.rst

0
docs/custom_styles.rst → docs/documentation/custom_styles.rst

0
docs/first_steps.rst → docs/documentation/first_steps.rst

0
docs/documentation.rst → docs/documentation/index.rst

0
docs/interpolations.rst → docs/documentation/interpolations.rst

0
docs/metadata.rst → docs/documentation/metadata.rst

0
docs/other_customizations.rst → docs/documentation/other_customizations.rst

0
docs/parametric_styles.rst → docs/documentation/parametric_styles.rst

0
docs/sparks.rst → docs/documentation/sparks.rst

0
docs/styles.rst → docs/documentation/styles.rst

0
docs/web.rst → docs/documentation/web.rst

27
docs/index.rst

@ -100,15 +100,38 @@ Optional dependencies
PNG output requires `CairoSVG <http://cairosvg.org/>`_, `tinycss <http://packages.python.org/tinycss/>`_ and `cssselect <http://packages.python.org/cssselect/>`_.
Install those with ``pip install CairoSVG tinycss cssselect``.
Unit testing needs `py.test <http://pytest.org/latest/>`_ or `nosetests <http://readthedocs.org/docs/nose/en/latest/>`_.
Unit testing needs `py.test <http://pytest.org/latest/>`_ or `nosetests <http://readthedocs/org/docs/nose/en/latest/>`_.
Visual testing is based on `flask <http://flask.pocoo.org/>`_.
Contents:
Read more
=========
.. toctree::
:maxdepth: 2
documentation/index
documentation/first_steps
documentation/chart_types
documentation/styles
documentation/basic_customizations
documentation/interpolations
documentation/sparks
documentation/metadata
documentation/other_customizations
documentation/builtin_styles
documentation/parametric_styles
documentation/custom_styles
documentation/web
download
support
api/modules
api/pygal
api/pygal.graph
api/pygal.test
Indices and tables

Loading…
Cancel
Save