From patchwork Thu Jan 10 23:38:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 196 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 0E97260B33 for ; Fri, 11 Jan 2019 00:38:34 +0100 (CET) Received: from pendragon.bb.dnainternet.fi (dfj612yyyyyyyyyyyyyby-3.rev.dnainternet.fi [IPv6:2001:14ba:21f5:5b00::2]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id DE60BE25 for ; Fri, 11 Jan 2019 00:38:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1547163513; bh=Hv6UueJwXhMDQUTAioUwvE39dtZj5WuOO75ecPNOVF4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MTNjKV6Chis3eptBCt5ZAhq1OmvE13LfxLFONqJAigCEMVKvq1kVjk1eqLmER6huN h1uDFsF6DOV1araZ2vC4hNIDCRyLGe0E8wmww0FkJiJafJqHhDaRXx1iAWLxzl0x2i 43PfYJvIG53h4HOzWi3gfupwyxvEeGe0A4udgyP0= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Fri, 11 Jan 2019 01:38:28 +0200 Message-Id: <20190110233829.9638-3-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20190110233829.9638-1-laurent.pinchart@ideasonboard.com> References: <20190110233829.9638-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 2/3] Documentation: Make the toctree more web-friendly X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2019 23:38:34 -0000 The toctree is displayed in the navigation bar at the top of the page. Add short names to the entries that replicate the names currently used on libcamera.org. Remove the link to the index and search pages, as the former is empty, and the latter can be accessed directory from the navigation bar search box. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- Documentation/index.rst | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Documentation/index.rst b/Documentation/index.rst index 44176f230c0f..3e089e69729c 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -20,13 +20,7 @@ systems, including traditional Linux distributions, ChromeOS and Android. :maxdepth: 2 :caption: Contents: - coding-style - docs - contributing - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`search` + Home + Docs + Coding Style + Contribute