Skip to content

Commit 93bddbe

Browse files
authored
Merge branch 'master' into pr/padLeft
2 parents d3809ad + c24bbfd commit 93bddbe

File tree

8 files changed

+14
-10
lines changed

8 files changed

+14
-10
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ cache:
66
directories:
77
- docs/_build
88

9-
before_install:
10-
- cp docs-requirements.txt requirements.txt
11-
129
script:
1310
- make html SPHINXOPTS=-W
1411

Help/FAQ.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ What sort of analysis does coala do? What languages are supported?
4646
------------------------------------------------------------------
4747

4848
A list of all analysis routines and supported languages is
49-
`fully browsable <https://github.com/coala/bear-docs/blob/master/README.rst#supported-languages>`__.
49+
`fully browsable <https://coala.io/#/languages>`__.
5050

5151
For a top level view on what languages support what kind of analysis roughly,
5252
consult `this link <https://docs.google.com/spreadsheets/d/1bm63TQHndmGf3HQ33fp9UEmGKNYI7dTkjMyFIof2PqA/edit?usp=sharing>`__.
5353

5454
There are also generic bears, which can be applied language independently on
5555
your code. Their capabilities and information can be seen
56-
`here <https://github.com/coala/bear-docs/blob/master/README.rst#all>`__.
56+
`here <https://coala.io/#/languages>`__.
5757

5858
How do I get started with coala?
5959
--------------------------------

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You should run this command before trying to build the documentation:
1515

1616
::
1717

18-
pip3 install -r docs-requirements.txt
18+
pip3 install -r requirements.txt
1919

2020
You can test the documentation locally through simply running
2121

Users/Docker_Image.rst

+6
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ on your code in the working directory, like this:
6262

6363
The coala Docker image does not support Python 2 analysis.
6464

65+
You can add coala as alias for docker image, like this:
66+
67+
::
68+
69+
alias coala="docker run -ti -v $(pwd):/app --workdir=/app coala/base coala"
70+
6571
coala on GitLab CI
6672
------------------
6773

Users/Tutorial.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation instructions can be found `here <https://coala.io/install>`_.
1414

1515
Here's a list of our
1616
`supported languages
17-
<https://github.com/coala/bear-docs/blob/master/README.rst>`__.
17+
<https://coala.io/#/languages>`__.
1818

1919

2020
Get Some Code
@@ -226,7 +226,7 @@ sequentially.
226226
.. note::
227227

228228
For a list of configuration options for the bears, take a look at our
229-
`bear-docs <https://github.com/coala/bear-docs>`_ documentation.
229+
`coala languages <https://coala.io/#/languages>`_ directory.
230230

231231
Auto-applying Results
232232
---------------------

index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ popular languages such as **C/C++**, **Python**, **JavaScript**, **CSS**,
6565
**Java** and many more, in addition to some generic language independent
6666
algorithms. To learn more about the different languages supported and the
6767
bears themselves,
68-
`click here. <https://github.com/coala/bear-docs/blob/master/README.rst>`__
68+
`click here. <https://coala.io/#/languages>`__
6969

7070
.. note::
7171

7272
To see what coala can do for you and your language, take a look at
73-
`our capabilities listing <https://github.com/coala/bear-docs/blob/master/README.rst>`__.
73+
`our capabilities listing <https://coala.io/#/languages>`__.
7474

7575
If you are here to use coala for your own projects, take a look at our
7676
:doc:`installation guide<Users/Install>`.
File renamed without changes.

runtime.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.6.2

0 commit comments

Comments
 (0)