Skip to content

Commit

Permalink
add azure badge links and update conda install instructions (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-bentley authored Nov 19, 2020
1 parent 1cf648b commit dd29a40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ FACET is composed of the following key components:
| | frames that ensures end-to-end traceability of features. |
+----------------+---------------------------------------------------------------------+

|pypi| |conda| |azure_devops_master_ci| |code_cov|
|pypi| |conda| |azure_build| |azure_code_cov|
|python_versions| |code_style| |made_with_sphinx_doc| |License_badge|

Installation
Expand All @@ -56,7 +56,7 @@ Anaconda

.. code-block:: RST
conda install -c bcg_gamma gamma-facet
conda install gamma-facet -c bcg_gamma -c conda-forge
Pip
~~~~~~~~~~~
Expand Down Expand Up @@ -297,11 +297,11 @@ or have a look at
.. |pypi| image:: https://badge.fury.io/py/gamma-facet.svg
:target: https://pypi.org/project/gamma-facet/

.. |azure_devops_master_ci| image:: https://
:target: https://
.. |azure_build| image:: https://dev.azure.com/gamma-facet/facet/_apis/build/status/BCG-Gamma.facet?repoName=BCG-Gamma%2Ffacet&branchName=develop
:target: https://dev.azure.com/gamma-facet/facet/_build?definitionId=7&_a=summary

.. |code_cov| image:: https://
:target: https://
.. |azure_code_cov| image:: https://img.shields.io/azure-devops/coverage/gamma-facet/facet/_build?definitionId=7.svg
:target: https://dev.azure.com/gamma-facet/facet/_build?definitionId=7&_a=summary

.. |python_versions| image:: https://img.shields.io/badge/python-3.7|3.8-blue.svg
:target: https://www.python.org/downloads/release/python-380/
Expand Down

0 comments on commit dd29a40

Please sign in to comment.