From patchwork Mon Nov 26 11:11:46 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 11 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id E061C60B0B for ; Mon, 26 Nov 2018 12:11:52 +0100 (CET) Received: from localhost.localdomain (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 59855544; Mon, 26 Nov 2018 12:11:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1543230712; bh=yemnmpwP7kUZDD0+wEWZ83hE9yS4MUekC2zjh3lu128=; h=From:To:Cc:Subject:Date:From; b=VSHv541Rp2FW9AfJx1LRTRrpdyl0gFr2n5blUoI+uJD2tD76M78mt8lIGyZNHpc0z 1xKZ7GXOznO+5D2A+EJJLcM395QfCppvFsMC+xvq0b8kH+LSbSquPtF6koiZenaLSv ZlFFncpQgIFzmHL8R3X6GoF2ZyAEw1QF2BowYuUk= From: Kieran Bingham To: LibCamera Devel Date: Mon, 26 Nov 2018 11:11:46 +0000 Message-Id: <20181126111148.6272-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v3 0/2] Documentation 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: Mon, 26 Nov 2018 11:11:53 -0000 v3 updates for the Sphinx-documentation patch, along with an additional README update. We had no instructions on /how/ to build the library, so basic instructions are added to the top level README.md Kieran Bingham (2): Documentation: Introduce sphinx documentation README: Update build instructions Documentation/_static/.keep_empty | 0 Documentation/_templates/.keep_empty | 0 Documentation/conf.py | 173 +++++++++++++++++++++++++++ Documentation/contributing.rst | 46 +++++++ Documentation/index.rst | 30 +++++ Documentation/meson.build | 21 ++++ README.md | 10 +- meson.build | 6 + 8 files changed, 285 insertions(+), 1 deletion(-) create mode 100644 Documentation/_static/.keep_empty create mode 100644 Documentation/_templates/.keep_empty create mode 100644 Documentation/conf.py create mode 100644 Documentation/contributing.rst create mode 100644 Documentation/index.rst create mode 100644 Documentation/meson.build