Skip to content

Commit 35ac12f

Browse files
committed
Fixed broken links to HeatmapOptions and TilemapOptions in docs.
1 parent e84c315 commit 35ac12f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ Core Components
434434
:class:`SolidGaugeOptions <highcharts_gantt.options.plot_options.gauge.SolidGaugeOptions>`
435435
* - :mod:`.options.plot_options.generic <highcharts_gantt.options.plot_options.generic>`
436436
- :class:`GenericTypeOptions <highcharts_gantt.options.plot_options.generic.GenericTypeOptions>`
437-
* - :mod:`.options.plot_options.Heatmap <highcharts_gantt.options.plot_options.Heatmap>`
438-
- :class:`HeatmapOptions <highcharts_gantt.options.plot_options.Heatmap.HeatmapOptions>`
437+
* - :mod:`.options.plot_options.heatmap <highcharts_gantt.options.plot_options.heatmap>`
438+
- :class:`HeatmapOptions <highcharts_gantt.options.plot_options.heatmap.HeatmapOptions>`
439439
:class:`TilemapOptions <highcharts_gantt.options.plot_options.Tilemap.TilemapOptions>`
440440
* - :mod:`.options.plot_options.histogram <highcharts_gantt.options.plot_options.histogram>`
441441
- :class:`HistogramOptions <highcharts_gantt.options.plot_options.histogram.HistogramOptions>`

docs/api/options/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ Sub-components
386386
:class:`SolidGaugeOptions <highcharts_gantt.options.plot_options.gauge.SolidGaugeOptions>`
387387
* - :mod:`.options.plot_options.generic <highcharts_gantt.options.plot_options.generic>`
388388
- :class:`GenericTypeOptions <highcharts_gantt.options.plot_options.generic.GenericTypeOptions>`
389-
* - :mod:`.options.plot_options.Heatmap <highcharts_gantt.options.plot_options.Heatmap>`
390-
- :class:`HeatmapOptions <highcharts_gantt.options.plot_options.Heatmap.HeatmapOptions>`
389+
* - :mod:`.options.plot_options.heatmap <highcharts_gantt.options.plot_options.heatmap>`
390+
- :class:`HeatmapOptions <highcharts_gantt.options.plot_options.heatmap.HeatmapOptions>`
391391
:class:`TilemapOptions <highcharts_gantt.options.plot_options.Tilemap.TilemapOptions>`
392392
* - :mod:`.options.plot_options.histogram <highcharts_gantt.options.plot_options.histogram>`
393393
- :class:`HistogramOptions <highcharts_gantt.options.plot_options.histogram.HistogramOptions>`

docs/api/options/plot_options/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ Sub-components
201201
:class:`SolidGaugeOptions <highcharts_gantt.options.plot_options.gauge.SolidGaugeOptions>`
202202
* - :mod:`.options.plot_options.generic <highcharts_gantt.options.plot_options.generic>`
203203
- :class:`GenericTypeOptions <highcharts_gantt.options.plot_options.generic.GenericTypeOptions>`
204-
* - :mod:`.options.plot_options.Heatmap <highcharts_gantt.options.plot_options.Heatmap>`
205-
- :class:`HeatmapOptions <highcharts_gantt.options.plot_options.Heatmap.HeatmapOptions>`
204+
* - :mod:`.options.plot_options.heatmap <highcharts_gantt.options.plot_options.heatmap>`
205+
- :class:`HeatmapOptions <highcharts_gantt.options.plot_options.heatmap.HeatmapOptions>`
206206
:class:`TilemapOptions <highcharts_gantt.options.plot_options.Tilemap.TilemapOptions>`
207207
* - :mod:`.options.plot_options.histogram <highcharts_gantt.options.plot_options.histogram>`
208208
- :class:`HistogramOptions <highcharts_gantt.options.plot_options.histogram.HistogramOptions>`

0 commit comments

Comments
 (0)