Commit dec9ba15 authored by Protocole's avatar Protocole
Browse files

Resolve "Fix broken links in documentation"

parent 20b8d1f1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -236,7 +236,6 @@ button.md-button-center {
    display:block !important;
    margin:0 auto !important;
    padding-bottom:1em !important;
    padding-top:0.8em !important
    padding-top:0.8em !important;
}

+1 −1
Original line number Diff line number Diff line
## Objective

Creates a versioned HTML documentation from API annotations in your source
code using [apiDoc](https://www.apidocjs.com/){:target="_blank"}.
code using [apiDoc](https://apidocjs.com/){:target="_blank"}.

## How to use it

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ Allow you to launch unit tests from your python project. The default variables w

## How to use it

1. Prepare your project with unit tests to run in a separate directory: [pytest usage](https://docs.pytest.org/en/2.8.7/usage.html){:target="_blank"}
1. Prepare your project with unit tests to run in a separate directory: [pytest usage](https://docs.pytest.org/en/stable/usage.html?highlight=usage){:target="_blank"}
2. Prepare a Pipfile for pipenv to install any python dependencies your project may have: [Pipfile for pipenv](https://pipenv-fork.readthedocs.io/en/latest/basics.html){:target="_blank"}, including your test framework which is chosen by the `TEST_FRAMEWORK` [variable](#variables)
3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting
   started](/use-the-hub/)). Example:
+3 −3

File changed.

Contains only whitespace changes.