summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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
 =============