gitlab ci
This commit is contained in:
parent
697a52a1fe
commit
2180b5075f
|
@ -2,7 +2,7 @@ image: alpine
|
|||
|
||||
pages:
|
||||
script:
|
||||
- apk --no-cache add py2-pip python-dev
|
||||
- apk --no-cache add py3-pip python3-dev
|
||||
- pip install -r dev_requirements.txt
|
||||
- apk --no-cache add make
|
||||
- cd docs
|
||||
|
|
|
@ -8,13 +8,6 @@ This handbook is not intended to be read in order - if anything
|
|||
this outline is the main launching point to find the correct page
|
||||
containing the code block you wish to reference.
|
||||
|
||||
**Tip**
|
||||
|
||||
On each of the subpages containing descriptions of the code, you
|
||||
can click the ``[source]`` button to the right of the class or
|
||||
function definition and see the source code with the
|
||||
documentation in line.
|
||||
|
||||
Section 1 - Essential Script Elements
|
||||
-------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue