From a4e98a54bc7660332b4b83695774c94235e022d3 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 22 Mar 2017 12:30:02 +0100 Subject: [PATCH] Bootstrap Queens goals directory Create directory structure for Queens goals so that we can start proposing goals to it. Add placeholder document so that Sphinx wouldn't complain about an empty directory. Change-Id: I67665bc65ac2c4b6647bfe221f43141c819378cf --- goals/queens/index.rst | 9 +++++++++ goals/queens/propose_entries_here.rst | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 goals/queens/index.rst create mode 100644 goals/queens/propose_entries_here.rst diff --git a/goals/queens/index.rst b/goals/queens/index.rst new file mode 100644 index 000000000..038ac70c3 --- /dev/null +++ b/goals/queens/index.rst @@ -0,0 +1,9 @@ +======== + Queens +======== + +.. toctree:: + :glob: + :maxdepth: 1 + + * diff --git a/goals/queens/propose_entries_here.rst b/goals/queens/propose_entries_here.rst new file mode 100644 index 000000000..9164e01a0 --- /dev/null +++ b/goals/queens/propose_entries_here.rst @@ -0,0 +1,5 @@ +========================= +Propose your entries here +========================= + +Please propose goals as new documents in this directory.