From 77dc9350e928cba82ccc8ba9c6e6e58640ef2ccf Mon Sep 17 00:00:00 2001 From: James Westman Date: Sat, 6 May 2023 21:34:17 -0500 Subject: [PATCH] docs: Fix some warnings --- docs/index.rst | 4 +--- docs/reference/extensions.rst | 2 +- docs/reference/objects.rst | 2 +- docs/reference/values.rst | 6 +++--- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 7ba6d80..e277add 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -53,9 +53,7 @@ Features - **Concise syntax.** No more clumsy XML! Blueprint is designed from the ground up to match GTK's widget model, including templates, child types, signal handlers, and menus. -- **Easy to learn.** The syntax should be very familiar to most people. Scroll - through the :doc:`examples page ` for a quick overview of the whole - language. +- **Easy to learn.** The syntax should be very familiar to most people. Take a look at the :doc:`reference ` to get started. - **Modern tooling.** Blueprint ships a `Language Server `_ for IDE integration. Links diff --git a/docs/reference/extensions.rst b/docs/reference/extensions.rst index 1017032..d8553ad 100644 --- a/docs/reference/extensions.rst +++ b/docs/reference/extensions.rst @@ -202,7 +202,7 @@ The template type is `Gtk.ListItem ` | :ref:`QuotedLiteral` -Menus, as well as some :ref:`extensions`, have properties that can only be string literals or translated strings. +Menus, as well as some :ref:`extensions`, have properties that can only be string literals or translated strings.