Skip to content

Commit

Permalink
Fix tree
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Jul 2, 2015
1 parent 8d8ff5d commit d007bba
Show file tree
Hide file tree
Showing 17 changed files with 35 additions and 104 deletions.
2 changes: 2 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,5 @@ rst:

auto:
sphinx-autobuild . _build/html

watch: rst html auto
5 changes: 0 additions & 5 deletions docs/documentation/basic_customizations.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
===============
Documentation
===============


Basic customizations
====================

Expand Down
5 changes: 0 additions & 5 deletions docs/documentation/builtin_styles.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
===============
Documentation
===============


Built-in Styles
===============

Expand Down
5 changes: 0 additions & 5 deletions docs/documentation/chart_types.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
===============
Documentation
===============


Chart types
===========

Expand Down
5 changes: 0 additions & 5 deletions docs/documentation/custom_styles.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
===============
Documentation
===============


Custom Styles
=============

Expand Down
5 changes: 0 additions & 5 deletions docs/documentation/first_steps.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
===============
Documentation
===============


First steps
===========

Expand Down
29 changes: 15 additions & 14 deletions docs/documentation/index.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
===============
Documentation
===============


User documentation
==================

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

first_steps
chart_types
styles
basic_customizations
interpolations
sparks
metadata
other_customizations
builtin_styles
parametric_styles
custom_styles
web
5 changes: 0 additions & 5 deletions docs/documentation/interpolations.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
===============
Documentation
===============


Interpolations
==============

Expand Down
5 changes: 0 additions & 5 deletions docs/documentation/metadata.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
===============
Documentation
===============


Metadata
========

Expand Down
5 changes: 0 additions & 5 deletions docs/documentation/other_customizations.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
===============
Documentation
===============


Other customizations
====================

Expand Down
5 changes: 0 additions & 5 deletions docs/documentation/parametric_styles.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
===============
Documentation
===============


Parametric Styles
=================

Expand Down
5 changes: 0 additions & 5 deletions docs/documentation/sparks.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
===============
Documentation
===============


Sparklines
==========

Expand Down
5 changes: 2 additions & 3 deletions docs/documentation/styles.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
===============
Documentation
===============
Styles
======

There are three ways to style the charts:

Expand Down
5 changes: 0 additions & 5 deletions docs/documentation/web.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
===============
Documentation
===============


Embedding in a web page
=======================

Expand Down
2 changes: 1 addition & 1 deletion docs/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Pygal has been packaged for:
- `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

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 changes: 14 additions & 31 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,32 @@ pygal is a SVG charting library written in python.

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>`_

Expand All @@ -79,7 +79,7 @@ More information in the `download page <download.html>`_
Get started
===========

Start `here </first_steps/>`_ to make your first steps.
Start `here <first_steps.html>`_ to make your first steps.


Technical Description
Expand Down Expand Up @@ -112,26 +112,9 @@ Read more
: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
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pygal_sphinx_directives

0 comments on commit d007bba

Please sign in to comment.