File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ Suppose you want ``SpaceConsistencyBear`` to perform an analysis on a file
13
13
.. note ::
14
14
15
15
If you don't know the functions of a bear or how to perform the analysis
16
- with a bear, you should go through `Tutorial
17
- <http://coala.readthedocs.io/en/latest/Users/Tutorial.html> `_ first.
16
+ with a bear, you should go through :doc: `Tutorial <Tutorial >` first.
18
17
19
18
Now, if you want all the ``.c `` files in a specific directory to be analysed,
20
19
you can take help of glob patterns.
@@ -82,8 +81,7 @@ The special characters used in shell-style wildcards are:
82
81
83
82
If you're looking for a negation pattern to exclude paths, check out the
84
83
``--ignore `` argument or ``ignore `` .coafile option `here
85
- <http://coala.readthedocs.io/en/latest/Users/Tutorial.html#ignoring
86
- -issues> `_.
84
+ <Tutorial.html#ignoring-issues> `_.
87
85
88
86
Examples
89
87
--------
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ Shell-Autocompletion Support
341
341
----------------------------
342
342
343
343
If you are a bash/zsh user , checkout the
344
- `guide <https://docs.coala.io/en/latest/Users/ Shell_Autocompletion.html >`_
344
+ :doc: `guide <Shell_Autocompletion >`
345
345
to set up autocompletion for coala arguments and bear names.
346
346
347
347
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Command Line Interface
42
42
43
43
In order to specify the files to analyze, you can use the ``--files ``
44
44
argument of coala like demonstrated below. For all file paths, you can
45
- specify (recursive) `globs <../Users/ Glob_Patterns.html >`__ .
45
+ specify (recursive) :doc: `globs <Glob_Patterns >` .
46
46
47
47
Because analysis routines can do many various things we named them
48
48
**bears **. A bear can check your code for potential problems, calculate metrics
You can’t perform that action at this time.
0 commit comments