fix documentation

This commit is contained in:
Sam 2022-07-23 16:55:57 +02:00
parent 8f5c48a893
commit 36fffa2b92
3 changed files with 12 additions and 12 deletions

View File

@ -784,7 +784,7 @@ Open http://localhost:3000
.. code-block:: bash
$ make lint-client # run lint on javascript files
$ make test-client # run unit tests on Client
$ make lint-python # run type check and lint on python files
$ make test-python # run unit tests on API
$ make docker-lint-client # run lint on javascript files
$ make docker-test-client # run unit tests on Client
$ make docker-lint-python # run type check and lint on python files
$ make docker-test-python # run unit tests on API

View File

@ -1068,10 +1068,10 @@ $ make docker-build
<ul class="simple">
<li><p>to run lint or tests:</p></li>
</ul>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ make lint-client <span class="c1"># run lint on javascript files</span>
$ make test-client <span class="c1"># run unit tests on Client</span>
$ make lint-python <span class="c1"># run type check and lint on python files</span>
$ make test-python <span class="c1"># run unit tests on API</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ make docker-lint-client <span class="c1"># run lint on javascript files</span>
$ make docker-test-client <span class="c1"># run unit tests on Client</span>
$ make docker-lint-python <span class="c1"># run type check and lint on python files</span>
$ make docker-test-python <span class="c1"># run unit tests on API</span>
</pre></div>
</div>
</section>

View File

@ -784,7 +784,7 @@ Open http://localhost:3000
.. code-block:: bash
$ make lint-client # run lint on javascript files
$ make test-client # run unit tests on Client
$ make lint-python # run type check and lint on python files
$ make test-python # run unit tests on API
$ make docker-lint-client # run lint on javascript files
$ make docker-test-client # run unit tests on Client
$ make docker-lint-python # run type check and lint on python files
$ make docker-test-python # run unit tests on API