From 48d0631c3dfd8f488d62f9b4675b8403b769d863 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 3 Dec 2014 19:26:41 +0100 Subject: [PATCH] Small restructuring --- CONTRIBUTING.rst | 5 +---- README.rst | 8 -------- docs/contributing.rst | 5 +++++ docs/index.rst | 3 ++- 4 files changed, 8 insertions(+), 13 deletions(-) create mode 100644 docs/contributing.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d89ffcf..071b94d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,6 +1,3 @@ -Contributing -============ - Reporting issues ================ @@ -26,7 +23,7 @@ Submitting patches, pull requests * **Discuss everything in the issue tracker first** (or contact me somehow else) before implementing it. -* Make sure the tests pass. See below for runnign them. +* Make sure the tests pass. See below for running them. * But not because you wrote too few tests. diff --git a/README.rst b/README.rst index f6a3840..803716c 100644 --- a/README.rst +++ b/README.rst @@ -27,14 +27,6 @@ If that method doesn't work for you or you want a deeper understanding of what you just did, check out `the tutorial `_. -Running the tests -================= - -:: - - sh build.sh install_tests - sh build.sh tests - Donations ========= diff --git a/docs/contributing.rst b/docs/contributing.rst new file mode 100644 index 0000000..ae30b4c --- /dev/null +++ b/docs/contributing.rst @@ -0,0 +1,5 @@ +============ +Contributing +============ + +.. include:: ../CONTRIBUTING.rst diff --git a/docs/index.rst b/docs/index.rst index 72635fa..a90cf65 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,6 +22,7 @@ Table of Contents keyring supported problems - changelog vdir + contributing + changelog license