Skip to content
Snippets Groups Projects
Commit 5d7a65b3 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[docs] Fix formatting

parent 7330dee0
No related branches found
No related tags found
No related merge requests found
Pipeline #37490 passed
...@@ -80,15 +80,15 @@ Here are the instructions to release Bob meta package: ...@@ -80,15 +80,15 @@ Here are the instructions to release Bob meta package:
* The script above cannot identify linux only packages. After running the script, * The script above cannot identify linux only packages. After running the script,
**you need to manually tag linux only packages** in both ``conda/meta.yaml`` and **you need to manually tag linux only packages** in both ``conda/meta.yaml`` and
``requirements.txt``. For example, in ``conda/meta.yaml``:: ``requirements.txt``. For example, in ``conda/meta.yaml``:
.. code-block:: yaml .. code-block:: yaml
- bob.ip.binseg ==1.1.0 # [linux] - bob.ip.binseg ==1.1.0 # [linux]
and, in ``requirements.txt``:: and, in ``requirements.txt``::
bob.ip.binseg ==1.1.0 ; sys_platform == 'linux' bob.ip.binseg ==1.1.0 ; sys_platform == 'linux'
* Test the conda recipe of bob. You may want to cancel the * Test the conda recipe of bob. You may want to cancel the
command below once it reaches the nosetests.: command below once it reaches the nosetests.:
...@@ -115,7 +115,7 @@ Here are the instructions to release Bob meta package: ...@@ -115,7 +115,7 @@ Here are the instructions to release Bob meta package:
* When the script says ``Waiting for the pipeline *** of "bob/bob" to finish``, you may * When the script says ``Waiting for the pipeline *** of "bob/bob" to finish``, you may
cancel it and check the progress online. cancel it and check the progress online.
* To revert the pins while in beta run:: * To revert the pins while in beta run:
.. code-block:: sh .. code-block:: sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment