From 75cc4260ac5ca05ca64f4ee0f7b946cc6f0b7cdb Mon Sep 17 00:00:00 2001 From: Janrey Licas Date: Mon, 1 Jan 2024 21:06:33 +0800 Subject: [PATCH] docs(format): add quote block for consistency --- docs/source/reference/charts.md | 2 +- docs/source/reference/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/reference/charts.md b/docs/source/reference/charts.md index a0480c5..0e7adfc 100644 --- a/docs/source/reference/charts.md +++ b/docs/source/reference/charts.md @@ -1,4 +1,4 @@ -# Charts +# `Charts` This page contains a reference to all chart objects that can be used within the library. diff --git a/docs/source/reference/index.md b/docs/source/reference/index.md index c0c38e3..13bd22f 100644 --- a/docs/source/reference/index.md +++ b/docs/source/reference/index.md @@ -19,7 +19,7 @@ tables 2. [`Line`](#Line) 3. [`Histogram`](#Histogram) 3. [`HorizontalLine`](#HorizontalLine) -4. [Charts](#charts) +4. [`Charts`](#charts) 5. [`Events`](./events.md) 6. [`Toolbox`](#ToolBox) -7. [`Table`](#Table) \ No newline at end of file +7. [`Table`](#Table)