1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
.. |python-logo| raw:: html
<i class="fab fa-python"></i>
.. |ubuntu-logo| raw:: html
<i class="fab fa-ubuntu"></i>
.. |debian-logo| raw:: html
<i class="fab fa-debian"></i>
.. |fedora-logo| raw:: html
<i class="fab fa-fedora"></i>
.. |opensuse-logo| raw:: html
<i class="fab fa-suse"></i>
.. |windows-logo| raw:: html
<i class="fab fa-windows"></i>
.. |source-logo| raw:: html
<i class="fas fa-file"></i>
.. |arch-logo| raw:: html
<img src="_static/arch.svg" alt="Arch Linux" class="only-light" style="width: 1em; height: 1em; vertical-align: middle;">
<img src="_static/arch-dark.svg" alt="Arch Linux" class="only-dark" style="width: 1em; height: 1em; vertical-align: middle;">
.. |macosx-logo| raw:: html
<i class="fab fa-apple"></i>
.. |github-logo| raw:: html
<i class="fab fa-github"></i>
.. |git-logo| raw:: html
<i class="fab fa-git-alt"></i>
.. |bug-logo| raw:: html
<i class="fas fa-bug"></i>
.. |linux-logo| raw:: html
<i class="fab fa-linux"></i>
.. |conda-logo| raw:: html
<img src="_static/conda.svg" alt="conda logo" class="only-light" style="width: 1em; height: 1em; vertical-align: middle;">
<img src="_static/conda-dark.svg" alt="conda" class="only-dark" style="width: 1em; height: 1em; vertical-align: middle;">
.. |pixi-logo| raw:: html
<img src="_static/pixi.svg" alt="pixi logo" class="only-light" style="width: 1em; height: 1em; vertical-align: middle;">
<img src="_static/pixi-dark.svg" alt="pixi" class="only-dark" style="width: 1em; height: 1em; vertical-align: middle;">
.. |start-conda| raw:: html
<div style="text-align:center">
<img src="_static/start_conda_light.png" alt="Launch hello world from conda terminal" class="only-light" style="width:60%;display:block;margin:0 auto;">
<img src="_static/start_conda_dark.png" alt="Launch hello world from conda terminal" class="only-dark" style="width:60%;display:block;margin:0 auto;">
</div>
.. |start-pixi| raw:: html
<div style="text-align:center">
<img src="_static/start_pixi_light.png" alt="Launch hello world from pixi terminal" class="only-light" style="width:60%;display:block;margin:0 auto;">
<img src="_static/start_pixi_dark.png" alt="Launch hello world from pixi terminal" class="only-dark" style="width:60%;display:block;margin:0 auto;">
</div>
.. |start-linux| raw:: html
<div style="text-align:center">
<img src="_static/start_linux_light.png" alt="Launch hello world from linux terminal" class="only-light" style="width:60%;display:block;margin:0 auto;">
<img src="_static/start_linux_dark.png" alt="Launch hello world from linux terminal" class="only-dark" style="width:60%;display:block;margin:0 auto;">
</div>
|