From 983a347c279d2e6d1052395ce0e0bf65bbb55ad8 Mon Sep 17 00:00:00 2001 From: James Adams Date: Thu, 25 Jan 2018 16:53:01 +0000 Subject: [PATCH 1/3] Link to Pan cheatsheet from documentation index. --- documentation/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/index.md b/documentation/index.md index b202ba06..38b9af7b 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -13,6 +13,8 @@ If you don't find the documentation you need here, tell us! Latest documentation is [available on ReadTheDocs](https://quattor-pan.readthedocs.org). +Many common code snippets can be found in the [Cheat Sheet](/documentation/2014/02/26/cheat-sheet.html). + ### CAF, CCM and Configuration Modules (Components) You can find the latest documentation here: From 1b5507c6a09e7854a10e1939811aedcecf3d448f Mon Sep 17 00:00:00 2001 From: James Adams Date: Thu, 25 Jan 2018 17:51:29 +0000 Subject: [PATCH 2/3] TravisCI: Use correct python version --- .travis-scripts/spellchecker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-scripts/spellchecker b/.travis-scripts/spellchecker index 663b457e..be505c4b 100755 --- a/.travis-scripts/spellchecker +++ b/.travis-scripts/spellchecker @@ -18,4 +18,4 @@ echo pyenv versions pyenv local 3.6 pip3 install pyenchant -git diff --name-only HEAD^ | grep '\.md$' | xargs -r python3.5 markdown-spellchecker-$SCVERSION/src/spellchecker.py || exit 1 +git diff --name-only HEAD^ | grep '\.md$' | xargs -r python3.6 markdown-spellchecker-$SCVERSION/src/spellchecker.py || exit 1 From 4970ef7014310ff9fffe1225875c87a79cb719c5 Mon Sep 17 00:00:00 2001 From: James Adams Date: Thu, 25 Jan 2018 17:56:54 +0000 Subject: [PATCH 3/3] Fix spelling/wording issues --- .travis-scripts/dictionary.txt | 1 + documentation/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis-scripts/dictionary.txt b/.travis-scripts/dictionary.txt index 62d4d40b..e300afb7 100644 --- a/.travis-scripts/dictionary.txt +++ b/.travis-scripts/dictionary.txt @@ -39,6 +39,7 @@ quattor Quattor RabbitMQ RAL +ReadTheDocs RPM RPMs SELinux diff --git a/documentation/index.md b/documentation/index.md index 38b9af7b..1ccd79b3 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -19,7 +19,7 @@ Many common code snippets can be found in the [Cheat Sheet](/documentation/2014/ You can find the latest documentation here: -#### Versioned documentation: +#### Documentation by release version: * [17.8.0](http://quattor-documentation.readthedocs.io/en/17.8.0/) * [17.7.0](http://quattor-documentation.readthedocs.io/en/17.7.0/)