summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2019-01-25 08:34:02 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-01-25 08:34:02 +0100
commit44923a1b1f158732b13fb938c94c0b02a2463e6d (patch)
tree2a5a15b5738b725ccd0d941d087b6ff11b8e16f3
parentbaf72691cb9fa63d22692003b9a59d5581a1dd31 (diff)
downloadNim-44923a1b1f158732b13fb938c94c0b02a2463e6d.tar.gz
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
-rw-r--r--doc/contributing.rst6
-rw-r--r--doc/packaging.rst1
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index b90d61270..c67db081d 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 <category>/<name>
-  
+
 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 f67cb1cce..efbffeba5 100644
--- a/doc/packaging.rst
+++ b/doc/packaging.rst
@@ -1,3 +1,4 @@
+=============
 Packaging Nim
 =============