Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
docs: Fix formatting of examples [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Mar 25, 2019
1 parent 6240748 commit f92530d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/scikit-ci-yml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ where ``before_install`` can be replaced by any of these:

.. _step_mapping:

Mapping with Appveyor, CircleCI and TravisCI steps
--------------------------------------------------
Mapping with Appveyor, Azure Pipelines, CircleCI and TravisCI steps
-------------------------------------------------------------------

scikit-ci do not impose any particular mapping.

Expand Down Expand Up @@ -71,10 +71,12 @@ are know to work.
``PATH`` by default, the ``python -m ci`` syntax is used.

- ``azure-pipelines.yml``:

.. literalinclude:: ../azure-pipelines.yml
:language: yaml
:start-after: scikit-ci-yml.rst: start
:end-before: scikit-ci-yml.rst: end
:emphasize-lines: 1, 4, 7, 10
:emphasize-lines: 1, 4, 7, 12

- ``.circleci/config.yml`` (CircleCI 2.0):

Expand All @@ -93,7 +95,7 @@ are know to work.
:language: yaml
:start-after: scikit-ci-yml.rst: start
:end-before: scikit-ci-yml.rst: end
:emphasize-lines: 6, 10, 16
:emphasize-lines: 15, 19, 25


- ``.travis.yml``
Expand Down

0 comments on commit f92530d

Please sign in to comment.