Skip to content

Commit

Permalink
Fix broken documentation
Browse files Browse the repository at this point in the history
fix for issue #75
  • Loading branch information
oz123 committed Aug 19, 2014
1 parent 87dd235 commit cf8f0bb
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/source/classes-doc/cumulative-line-chart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

:class:`cumulativeLineChart`
----------------------------
.. autoclass:: nvd3.cumulativeLineChart
.. autoclass:: CumulativeLineChart
:members:
:noindex:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/classes-doc/discrete-bar-chart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:class:`discreteBarChart`
-------------------------

.. autoclass:: nvd3.discreteBarChart
.. autoclass:: DiscreteBarChart
:noindex:

See the HTML source code of this page, to see the underlying javascript.
2 changes: 1 addition & 1 deletion docs/source/classes-doc/line-chart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:class:`lineChart`
------------------

.. autoclass:: nvd3.lineChart
.. autoclass:: LineChart
:noindex:

See the HTML source code of this page, to see the underlying javascript.
4 changes: 2 additions & 2 deletions docs/source/classes-doc/line-plus-bar-chart.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.. module:: nvd3
.. module:: nvd3.linePlusBarChart

.. _linePlusBarChart-model:

:class:`linePlusBarChart`
-------------------------

.. autoclass:: linePlusBarChart
.. autoclass:: LinePlusBarChart

See the HTML source code of this page, to see the underlying javascript.
2 changes: 1 addition & 1 deletion docs/source/classes-doc/line-plus-bar-with-focus-chart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:class:`linePlusBarWithFocusChart`
----------------------------------

.. autoclass:: nvd3.linePlusBarWithFocusChart
.. autoclass:: LinePlusBarWithFocusChart
:noindex:

See the HTML source code of this page, to see the underlying javascript.
2 changes: 1 addition & 1 deletion docs/source/classes-doc/line-with-focus-chart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:class:`lineWithFocusChart`
---------------------------

.. autoclass:: nvd3.lineWithFocusChart
.. autoclass:: LineWithFocusChart
:noindex:

See the HTML source code of this page, to see the underlying javascript.
2 changes: 1 addition & 1 deletion docs/source/classes-doc/multi-bar-chart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:class:`multiBarChart`
----------------------

.. autoclass:: nvd3.multiBarChart
.. autoclass:: MultiBarChart
:noindex:

See the HTML source code of this page, to see the underlying javascript.
2 changes: 1 addition & 1 deletion docs/source/classes-doc/multi-bar-horizontal-chart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

:class:`multiBarHorizontalChart`
--------------------------------
.. autoclass:: nvd3.multiBarHorizontalChart
.. autoclass:: MultiBarHorizontalChart
:noindex:

See the HTML source code of this page, to see the underlying javascript.
2 changes: 1 addition & 1 deletion docs/source/classes-doc/pie-chart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:class:`pieChart`
-----------------

.. autoclass:: nvd3.pieChart
.. autoclass:: PieChart
:noindex:

See the HTML source code of this page, to see the underlying javascript.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/classes-doc/scatter-chart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:class:`scatterChart`
---------------------

.. autoclass:: nvd3.scatterChart
.. autoclass:: ScatterChart
:noindex:

See the HTML source code of this page, to see the underlying javascript.
2 changes: 1 addition & 1 deletion docs/source/classes-doc/stacked-area-chart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:class:`stackedAreaChart`
-------------------------

.. autoclass:: nvd3.stackedAreaChart
.. autoclass:: StackedAreaChart
:noindex:

See the HTML source code of this page, to see the underlying javascript.

0 comments on commit cf8f0bb

Please sign in to comment.