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
This commit is contained in:
Miran
2019-01-25 08:34:02 +01:00
committed by Andreas Rumpf
parent baf72691cb
commit 44923a1b1f
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -1,3 +1,4 @@
=============
Packaging Nim
=============