gitlab ci

This commit is contained in:
Chapin Bryce 2019-06-12 20:30:19 -04:00
parent 697a52a1fe
commit 2180b5075f
2 changed files with 1 additions and 8 deletions

View File

@ -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

View File

@ -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
-------------------------------------