From 37a7ef216064d2f01fb515888a8d93c23af5baaf Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 22 Mar 2015 14:07:58 +0000 Subject: [PATCH] Reorg CONTRIBUTING --- CONTRIBUTING | 18 ++++++++++++++++++ CONTRIBUTING.rst => docs/contributing.rst | 4 ++++ docs/index.rst | 2 +- docs/project.rst | 5 ----- 4 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 CONTRIBUTING rename CONTRIBUTING.rst => docs/contributing.rst (99%) delete mode 100644 docs/project.rst diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 000000000..d54f7beee --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,18 @@ + + +http://letsencrypt.readthedocs.org/en/latest/contributing.html diff --git a/CONTRIBUTING.rst b/docs/contributing.rst similarity index 99% rename from CONTRIBUTING.rst rename to docs/contributing.rst index eda8045f3..d2104aee1 100644 --- a/CONTRIBUTING.rst +++ b/docs/contributing.rst @@ -1,3 +1,7 @@ +============ +Contributing +============ + .. _hacking: Hacking diff --git a/docs/index.rst b/docs/index.rst index b290b2231..34615168c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ Welcome to the Let's Encrypt client documentation! intro using - project + contributing .. toctree:: :maxdepth: 1 diff --git a/docs/project.rst b/docs/project.rst deleted file mode 100644 index 421f0b062..000000000 --- a/docs/project.rst +++ /dev/null @@ -1,5 +0,0 @@ -================================ -The Let's Encrypt Client Project -================================ - -.. include:: ../CONTRIBUTING.rst