From 18d4e76ef544fb29b76a690b6dca1814d4cbd6b2 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Sun, 17 Jul 2016 23:12:56 +0900 Subject: [PATCH] [contributor] move fille naming into RST conventions Change-Id: I5fdce23831c0018b2cdeccf58b1d141603fa5b33 Implements: blueprint contributor-guide-reorg --- doc/contributor-guide/source/index.rst | 1 - doc/contributor-guide/source/rst-conv.rst | 1 + .../{docs-structure.rst => rst-conv/file-naming.rst} | 10 ++++------ 3 files changed, 5 insertions(+), 7 deletions(-) rename doc/contributor-guide/source/{docs-structure.rst => rst-conv/file-naming.rst} (89%) diff --git a/doc/contributor-guide/source/index.rst b/doc/contributor-guide/source/index.rst index 7d0f989b3d..ae36514437 100644 --- a/doc/contributor-guide/source/index.rst +++ b/doc/contributor-guide/source/index.rst @@ -21,7 +21,6 @@ Contents doc-bugs.rst docs-review.rst team-structure.rst - docs-structure.rst blueprints-and-specs.rst api-guides.rst project-install-guide diff --git a/doc/contributor-guide/source/rst-conv.rst b/doc/contributor-guide/source/rst-conv.rst index 11955bd7c5..7da5516da7 100644 --- a/doc/contributor-guide/source/rst-conv.rst +++ b/doc/contributor-guide/source/rst-conv.rst @@ -27,6 +27,7 @@ use simpler formatting. :maxdepth: 2 rst-conv/general-guidelines.rst + rst-conv/file-naming.rst rst-conv/titles.rst rst-conv/inline-markups.rst rst-conv/lists.rst diff --git a/doc/contributor-guide/source/docs-structure.rst b/doc/contributor-guide/source/rst-conv/file-naming.rst similarity index 89% rename from doc/contributor-guide/source/docs-structure.rst rename to doc/contributor-guide/source/rst-conv/file-naming.rst index 76a4c74fc8..93ef51be05 100644 --- a/doc/contributor-guide/source/docs-structure.rst +++ b/doc/contributor-guide/source/rst-conv/file-naming.rst @@ -1,11 +1,9 @@ -.. _docs-structure: - -======================= -Documentation structure -======================= - .. _filename-conv: +========================= +File naming and structure +========================= + File naming conventions ~~~~~~~~~~~~~~~~~~~~~~~