From fa03158e7c94b824f343332f5e4e31c26bcbfa82 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 2 Aug 2018 09:44:01 +1000 Subject: [PATCH] doc/user: rename filenames with underscores to dashes Everything else is, let's be consistent here. Signed-off-by: Peter Hutterer --- doc/user/{button_debouncing.rst => button-debouncing.rst} | 0 doc/user/features.rst | 2 +- doc/user/meson.build | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename doc/user/{button_debouncing.rst => button-debouncing.rst} (100%) diff --git a/doc/user/button_debouncing.rst b/doc/user/button-debouncing.rst similarity index 100% rename from doc/user/button_debouncing.rst rename to doc/user/button-debouncing.rst diff --git a/doc/user/features.rst b/doc/user/features.rst index 78c9b968..026b72a0 100644 --- a/doc/user/features.rst +++ b/doc/user/features.rst @@ -13,7 +13,7 @@ to be useful. .. toctree:: :maxdepth: 1 - button_debouncing.rst + button-debouncing.rst clickpad-softbuttons.rst gestures.rst middle-button-emulation.rst diff --git a/doc/user/meson.build b/doc/user/meson.build index 4073608f..4e497465 100644 --- a/doc/user/meson.build +++ b/doc/user/meson.build @@ -68,7 +68,7 @@ src_rst = files( 'absolute-coordinate-ranges.rst', 'architecture.rst', 'building.rst', - 'button_debouncing.rst', + 'button-debouncing.rst', 'clickpad-softbuttons.rst', 'contributing.rst', 'device-configuration-via-udev.rst',