Skip to content

Commit d22d9db

Browse files
seven-binochesils
authored andcommitted
coafile: Provide config settings link in end
This tells the user about configuration settings that can be changed after learning the structure of coafiles. Closes #446
1 parent 2097bc2 commit d22d9db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Users/coafile.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Writing a coala Configuration File (coafile and coarc)
33

44
This document gives a short introduction to the specification of a
55
coala configuration file. It is meant to be rather factual. If you wish
6-
to learn by example, please take a look at the :doc:`Tutorial`.
6+
to learn by example, please take a look at :doc:`Tutorial`. It also
7+
teaches how to change settings inside a coala file to suit your taste.
78

89
Naming, Scope and Location
910
--------------------------
@@ -135,3 +136,5 @@ As the backslash is the escape character it is recommended to use
135136
forward slashes as path separator even on Windows (to keep relative
136137
paths platform independent), use double-backslashes if you really mean a
137138
backslash in all places.
139+
140+
You can now proceed to an example with :doc:`Tutorial`.

0 commit comments

Comments
 (0)