From 02894ab5d63789a130602166373713e0546feacb Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Thu, 2 Jul 2015 14:48:59 +0200 Subject: [PATCH] Add .html in links --- docs/basic_customizations.rst | 2 +- docs/chart_types.rst | 2 +- docs/custom_styles.rst | 2 +- docs/documentation.rst | 18 +++++++++--------- docs/first_steps.rst | 4 ++-- docs/index.rst | 4 ++-- docs/interpolations.rst | 2 +- docs/metadata.rst | 2 +- docs/sparks.rst | 2 +- docs/styles.rst | 6 +++--- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/basic_customizations.rst b/docs/basic_customizations.rst index c076b69..1c260e9 100644 --- a/docs/basic_customizations.rst +++ b/docs/basic_customizations.rst @@ -621,4 +621,4 @@ Text to display instead of the graph when no data is supplied: chart.add('line', []) -Next: `Interpolations `_ +Next: `Interpolations `_ diff --git a/docs/chart_types.rst b/docs/chart_types.rst index bfb6bd3..b2d7b63 100644 --- a/docs/chart_types.rst +++ b/docs/chart_types.rst @@ -818,4 +818,4 @@ You can also specify a number for a region and use a department to region aggreg '976': 212645 })) -Next: `Styles `_ +Next: `Styles `_ diff --git a/docs/custom_styles.rst b/docs/custom_styles.rst index 3c7a31a..8b26130 100644 --- a/docs/custom_styles.rst +++ b/docs/custom_styles.rst @@ -112,5 +112,5 @@ NB: Now the css rules are prefixed by an unique id, to prevent collisions when i chart.add('E', [7, 4, 2, 1, 2, 10, 0]) -Next: `Basic customizations `_ +Next: `Basic customizations `_ diff --git a/docs/documentation.rst b/docs/documentation.rst index b63a3d8..baa6d86 100644 --- a/docs/documentation.rst +++ b/docs/documentation.rst @@ -6,12 +6,12 @@ User documentation ================== -- `First steps `_ - learn how to very simply make beautiful charts. -- `Charts types `_ - see what pygal can do for you. -- `Styles `_ - change the style. -- `Basic customizations `_ - start to improve your charts. -- `Interpolations `_ - smooth your lines. -- `Sparklines `_ - create simple sparklines. -- `Metadata `_ - enrich your graph. -- `Other customizations `_ - customize all the things. -- `Embedding in a web page `_ - see several ways to use pygal on the intertubes. +- `First steps `_ - learn how to very simply make beautiful charts. +- `Charts types `_ - see what pygal can do for you. +- `Styles `_ - change the style. +- `Basic customizations `_ - start to improve your charts. +- `Interpolations `_ - smooth your lines. +- `Sparklines `_ - create simple sparklines. +- `Metadata `_ - enrich your graph. +- `Other customizations `_ - customize all the things. +- `Embedding in a web page `_ - see several ways to use pygal on the intertubes. diff --git a/docs/first_steps.rst b/docs/first_steps.rst index a1492e0..6e39452 100644 --- a/docs/first_steps.rst +++ b/docs/first_steps.rst @@ -6,7 +6,7 @@ First steps =========== -First you need to download the pygal package, see the `download page `_. +First you need to download the pygal package, see the `download page `_. When it's done, you are ready to make your first chart: @@ -65,4 +65,4 @@ And finally add a title and some labels: bar_chart.add('Padovan', [1, 1, 1, 2, 2, 3, 4, 5, 7, 9, 12]) -Next: `Charts types `_ +Next: `Charts types `_ diff --git a/docs/index.rst b/docs/index.rst index 1e01076..b85455e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -64,7 +64,7 @@ It features various graph types: Python/Css styling with some pre-defined themes. See `styling `_. -And a lot of options to `customize the charts. `_ +And a lot of options to `customize the charts. `_ Get it ! @@ -73,7 +73,7 @@ Get it ! - Get the package on `pypi `_ - Fork me on `github `_ -More information in the `download page `_ +More information in the `download page `_ Get started diff --git a/docs/interpolations.rst b/docs/interpolations.rst index 7f680f8..b3013b3 100644 --- a/docs/interpolations.rst +++ b/docs/interpolations.rst @@ -117,4 +117,4 @@ You can change the resolution of the interpolation with the help of `interpolati chart.add('line', [1, 5, 17, 12, 5, 10]) -Next: `Sparklines `_ +Next: `Sparklines `_ diff --git a/docs/metadata.rst b/docs/metadata.rst index 9d01896..4d69f5e 100644 --- a/docs/metadata.rst +++ b/docs/metadata.rst @@ -96,4 +96,4 @@ You can specify a dictionary to xlink with all links attributes: }]) -Next: `Other customizations `_ +Next: `Other customizations `_ diff --git a/docs/sparks.rst b/docs/sparks.rst index e16ac4d..2664aa3 100644 --- a/docs/sparks.rst +++ b/docs/sparks.rst @@ -77,4 +77,4 @@ You can also specify an explicit minimum for the values: → `▁▂▃█▆▂▄` -Next: `Metadata `_ +Next: `Metadata `_ diff --git a/docs/styles.rst b/docs/styles.rst index 0615325..3084fc3 100644 --- a/docs/styles.rst +++ b/docs/styles.rst @@ -4,6 +4,6 @@ There are three ways to style the charts: -- Using `built-in themes `_ -- Using `parametric themes `_ -- Using `custom themes `_ +- Using `built-in themes `_ +- Using `parametric themes `_ +- Using `custom themes `_