From 0c27554af52b8fd0e6c9972326096a1b00e1e7bf Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Fri, 5 Jul 2019 18:08:36 +0100 Subject: [PATCH] Update Contents in docs #1667 --- docs/command-line.md | 4 ++-- docs/contributing.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/command-line.md b/docs/command-line.md index 6b3fc751..5d77b714 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -21,8 +21,8 @@ [Identify framework and version according to the libIdentify standard](#identify-framework-and-version-according-to-the-libidentify-standard)
[Wait for key before continuing](#wait-for-key-before-continuing)
[Specify the number of benchmark samples to collect](#specify-the-number-of-benchmark-samples-to-collect)
-[Specify the number of benchmark resamples for bootstrapping](#specify-the-number-of-resamples-for-bootstrapping)
-[Specify the confidence interval for bootstrapping](#specify-the-confidence-interval-for-bootstrapping)
+[Specify the number of resamples for bootstrapping](#specify-the-number-of-resamples-for-bootstrapping)
+[Specify the confidence-interval for bootstrapping](#specify-the-confidence-interval-for-bootstrapping)
[Disable statistical analysis of collected benchmark samples](#disable-statistical-analysis-of-collected-benchmark-samples)
[Usage](#usage)
[Specify the section to run](#specify-the-section-to-run)
diff --git a/docs/contributing.md b/docs/contributing.md index b95edf86..cf66f0e2 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,6 +1,12 @@ # Contributing to Catch +**Contents**
+[Branches](#branches)
+[Directory structure](#directory-structure)
+[Testing your changes](#testing-your-changes)
+[Code constructs to watch out for](#code-constructs-to-watch-out-for)
+ So you want to contribute something to Catch? That's great! Whether it's a bug fix, a new feature, support for additional compilers - or just a fix to the documentation - all contributions are very welcome and very much appreciated. Of course so are bug reports and other comments and questions.