From 19d62ad1711a839fd588ed362027d89ec71aa174 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 19 Apr 2022 18:41:08 +0900 Subject: [PATCH] markup URI correctly in README Signed-off-by: Takashi Sakamoto --- README.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index fe62045..d0ab38e 100644 --- a/README.rst +++ b/README.rst @@ -43,7 +43,7 @@ ALSARawmidi-0.0 Documentation ============= - +``_ Python 3 Samples ================ @@ -58,19 +58,19 @@ This software is licensed under GNU Lesser General Public License version 3 or l Dependencies ============ -* GLib -* GObject introspection -* libudev1 +* GLib ``_ +* GObject introspection ``_ +* libudev1 ``_ * Linux kernel version 4.5 or later Requirements to build ===================== * UAPI header of Linux kernel -* Meson build system -* Ninja build system -* PyGObject (optional to run unit tests) -* gi-docgen (optional to generate API documentation) +* Meson build system ``_ +* Ninja build system ``_ +* PyGObject ``_ (optional to run unit tests) +* gi-docgen ``_ (optional to generate API documentation) How to build ============ @@ -123,9 +123,9 @@ Design note Supplemental information for language bindings ============================================== -* PyGObject is a dynamic loader for +* PyGObject ``_ is a dynamic loader for libraries compatible with g-i. -* alsa-gobject-rs includes +* alsa-gobject-rs ``_ includes creates to use these libraries. Valgrind suppression file for leak detected in glib -- 2.47.3