From 44923a1b1f158732b13fb938c94c0b02a2463e6d Mon Sep 17 00:00:00 2001 From: Miran Date: Fri, 25 Jan 2019 08:34:02 +0100 Subject: [PATCH] fix #10287 (#10448) The only thing separating these two files (which wrongly appear on index.html as modules) and the rest of the (correctly placed) documents was the style of the title :D --- doc/contributing.rst | 6 +++++- doc/packaging.rst | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/contributing.rst b/doc/contributing.rst index b90d61270e9e1..c67db081d4ea0 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -1,6 +1,10 @@ +============ Contributing ============ +.. contents:: + + Contributing happens via "Pull requests" (PR) on github. Every PR needs to be reviewed before it can be merged and the Continuous Integration should be green. @@ -120,7 +124,7 @@ To run a single test: :: ./koch tests c / - + E.g. ``./koch test run stdlib/thttpclient_ssl`` For reproducible tests (to reproduce an environment more similar to the one diff --git a/doc/packaging.rst b/doc/packaging.rst index f67cb1ccee175..efbffeba56502 100644 --- a/doc/packaging.rst +++ b/doc/packaging.rst @@ -1,3 +1,4 @@ +============= Packaging Nim =============