Browse Source

Fix tree

pull/242/head
Florian Mounier 10 years ago
parent
commit
d007bba6b7
  1. 2
      docs/Makefile
  2. 5
      docs/documentation/basic_customizations.rst
  3. 5
      docs/documentation/builtin_styles.rst
  4. 5
      docs/documentation/chart_types.rst
  5. 5
      docs/documentation/custom_styles.rst
  6. 5
      docs/documentation/first_steps.rst
  7. 29
      docs/documentation/index.rst
  8. 5
      docs/documentation/interpolations.rst
  9. 5
      docs/documentation/metadata.rst
  10. 5
      docs/documentation/other_customizations.rst
  11. 5
      docs/documentation/parametric_styles.rst
  12. 5
      docs/documentation/sparks.rst
  13. 5
      docs/documentation/styles.rst
  14. 5
      docs/documentation/web.rst
  15. 2
      docs/download.rst
  16. 45
      docs/index.rst
  17. 1
      docs/requirements.txt

2
docs/Makefile

@ -196,3 +196,5 @@ rst:
auto: auto:
sphinx-autobuild . _build/html sphinx-autobuild . _build/html
watch: rst html auto

5
docs/documentation/basic_customizations.rst

@ -1,8 +1,3 @@
===============
Documentation
===============
Basic customizations Basic customizations
==================== ====================

5
docs/documentation/builtin_styles.rst

@ -1,8 +1,3 @@
===============
Documentation
===============
Built-in Styles Built-in Styles
=============== ===============

5
docs/documentation/chart_types.rst

@ -1,8 +1,3 @@
===============
Documentation
===============
Chart types Chart types
=========== ===========

5
docs/documentation/custom_styles.rst

@ -1,8 +1,3 @@
===============
Documentation
===============
Custom Styles Custom Styles
============= =============

5
docs/documentation/first_steps.rst

@ -1,8 +1,3 @@
===============
Documentation
===============
First steps First steps
=========== ===========

29
docs/documentation/index.rst

@ -1,17 +1,18 @@
===============
Documentation
===============
User documentation User documentation
================== ==================
- `First steps <first_steps.html>`_ - learn how to very simply make beautiful charts. .. toctree::
- `Charts types <chart_types.html>`_ - see what pygal can do for you. :maxdepth: 2
- `Styles <styles.html>`_ - change the style.
- `Basic customizations <basic_customizations.html>`_ - start to improve your charts. first_steps
- `Interpolations <interpolations.html>`_ - smooth your lines. chart_types
- `Sparklines <sparks.html>`_ - create simple sparklines. styles
- `Metadata <metadata.html>`_ - enrich your graph. basic_customizations
- `Other customizations <other_customizations.html>`_ - customize all the things. interpolations
- `Embedding in a web page <web.html>`_ - see several ways to use pygal on the intertubes. sparks
metadata
other_customizations
builtin_styles
parametric_styles
custom_styles
web

5
docs/documentation/interpolations.rst

@ -1,8 +1,3 @@
===============
Documentation
===============
Interpolations Interpolations
============== ==============

5
docs/documentation/metadata.rst

@ -1,8 +1,3 @@
===============
Documentation
===============
Metadata Metadata
======== ========

5
docs/documentation/other_customizations.rst

@ -1,8 +1,3 @@
===============
Documentation
===============
Other customizations Other customizations
==================== ====================

5
docs/documentation/parametric_styles.rst

@ -1,8 +1,3 @@
===============
Documentation
===============
Parametric Styles Parametric Styles
================= =================

5
docs/documentation/sparks.rst

@ -1,8 +1,3 @@
===============
Documentation
===============
Sparklines Sparklines
========== ==========

5
docs/documentation/styles.rst

@ -1,6 +1,5 @@
=============== Styles
Documentation ======
===============
There are three ways to style the charts: There are three ways to style the charts:

5
docs/documentation/web.rst

@ -1,8 +1,3 @@
===============
Documentation
===============
Embedding in a web page Embedding in a web page
======================= =======================

2
docs/download.rst

@ -28,4 +28,4 @@ Pygal has been packaged for:
- `Fedora <https://admin.fedoraproject.org/pkgdb/acls/name/python-pygal>`_ by ralph - `Fedora <https://admin.fedoraproject.org/pkgdb/acls/name/python-pygal>`_ by ralph
- `Gentoo <http://packages.gentoo.org/package/dev-python/pygal>`_ by Ben de Groot - `Gentoo <http://packages.gentoo.org/package/dev-python/pygal>`_ by Ben de Groot
If you are interested in creating packages for Linux distributions, `contact us </support/>`_. If you are interested in creating packages for Linux distributions, `contact us <support.html>`_.

45
docs/index.rst

@ -37,32 +37,32 @@ pygal is a SVG charting library written in python.
It features various graph types: It features various graph types:
- `Bar charts <chart_types.html#bar-charts-histograms>`_ - `Bar charts <documentation/chart_types.html#bar-charts-histograms>`_
- `Line charts <chart_types.html#line-charts>`_ - `Line charts <documentation/chart_types.html#line-charts>`_
- `XY charts <chart_types.html#xy-charts>`_ - `XY charts <documentation/chart_types.html#xy-charts>`_
- `Pie charts <chart_types.html#pies>`_ - `Pie charts <documentation/chart_types.html#pies>`_
- `Radar charts <chart_types.html#radar-charts>`_ - `Radar charts <documentation/chart_types.html#radar-charts>`_
- `Box plot <chart_types.html#box-plot>`_ - `Box plot <documentation/chart_types.html#box-plot>`_
- `Dot charts <chart_types.html#dot-charts>`_ - `Dot charts <documentation/chart_types.html#dot-charts>`_
- `Pyramid charts <chart_types.html#pyramid-charts>`_ - `Pyramid charts <documentation/chart_types.html#pyramid-charts>`_
- `Funnel charts <chart_types.html#funnel-charts>`_ - `Funnel charts <documentation/chart_types.html#funnel-charts>`_
- `Gauge charts <chart_types.html#gauge-charts>`_ - `Gauge charts <documentation/chart_types.html#gauge-charts>`_
- `Worldmap charts <chart_types.html#worldmap-charts>`_ - `Worldmap charts <documentation/chart_types.html#worldmap-charts>`_
- `Country charts <chart_types.html#country-charts>`_ - `Country charts <documentation/chart_types.html#country-charts>`_
Python/Css styling with some pre-defined themes. See `styling </styles/>`_. Python/Css styling with some pre-defined themes. See `styling <styles.html>`_.
And a lot of options to `customize the charts. <basic_customizations.html>`_ And a lot of options to `customize the charts. <basic_customizations.html>`_
@ -79,7 +79,7 @@ More information in the `download page <download.html>`_
Get started Get started
=========== ===========
Start `here </first_steps/>`_ to make your first steps. Start `here <first_steps.html>`_ to make your first steps.
Technical Description Technical Description
@ -112,26 +112,9 @@ Read more
:maxdepth: 2 :maxdepth: 2
documentation/index 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 download
support support
api/modules api/modules
api/pygal
api/pygal.graph
api/pygal.test
Indices and tables Indices and tables

1
docs/requirements.txt

@ -0,0 +1 @@
pygal_sphinx_directives
Loading…
Cancel
Save