From patchwork Wed Sep 30 16:41:39 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Damien Lespiau X-Patchwork-Id: 524479 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 58865140D4D for ; Thu, 1 Oct 2015 02:42:05 +1000 (AEST) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3C0551A05C9 for ; Thu, 1 Oct 2015 02:42:05 +1000 (AEST) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lists.ozlabs.org (Postfix) with ESMTP id 186671A0038 for ; Thu, 1 Oct 2015 02:41:48 +1000 (AEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 30 Sep 2015 09:41:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,613,1437462000"; d="scan'208";a="781069943" Received: from rloiacon-mobl1.ger.corp.intel.com (HELO strange.ger.corp.intel.com) ([10.252.21.193]) by orsmga001.jf.intel.com with ESMTP; 30 Sep 2015 09:41:46 -0700 From: Damien Lespiau To: patchwork@lists.ozlabs.org Subject: [PATCH 2/6] docs: Rename index.md to intro.md Date: Wed, 30 Sep 2015 17:41:39 +0100 Message-Id: <1443631303-28679-3-git-send-email-damien.lespiau@intel.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1443631303-28679-1-git-send-email-damien.lespiau@intel.com> References: <1443631303-28679-1-git-send-email-damien.lespiau@intel.com> X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" We're going to introduce an index.rst, so move index.md out of the way. Signed-off-by: Damien Lespiau --- docs/{index.md => intro.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/{index.md => intro.md} (100%) diff --git a/docs/index.md b/docs/intro.md similarity index 100% rename from docs/index.md rename to docs/intro.md