Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaincom committed Dec 23, 2024
1 parent fff8f9b commit 1d11966
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 40 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Contributing
============

First off, thanks for taking the time to contribute, everyone is welcome to
contribute.
Thank you for your interest in contributing to Skore! We welcome contributions from
everyone and appreciate you taking the time to get involved.

This project is hosted on https://github.com/probabl-ai/skore.

Expand Down
2 changes: 1 addition & 1 deletion sphinx/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ div.docutils.container.index-box {
}

.hero-title {
color: #F68D2E; /* color: #DA7007; /* Darker text color for the title */
color: #F68D2E;
font-family: var(--pst-font-family-heading);
font-size: 2.5rem;
margin-bottom: 2rem;
Expand Down
2 changes: 1 addition & 1 deletion sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# list of examples in explicit order
examples_ordered = [
"../examples/getting_started",
"../examples/getting_started/plot_getting_started",
"../examples/getting_started/plot_quick_start",
"../examples/getting_started/plot_skore_product_tour",
"../examples/getting_started/plot_working_with_projects",
"../examples/getting_started/plot_tracking_items",
Expand Down
49 changes: 13 additions & 36 deletions sphinx/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,50 +5,27 @@ Install

.. currentmodule:: skore

.. raw:: html
.. tab-set::

<div class="container mt-4">
.. tab-item:: Using pip

<ul class="nav nav-pills nav-fill" id="installation" role="tablist">
<li class="nav-item" role="presentation">
<a class="nav-link active" id="pip-tab" data-bs-toggle="tab" data-bs-target="#pip-tab-pane" type="button" role="tab" aria-controls="pip" aria-selected="true">Using pip</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" id="conda-tab" data-bs-toggle="tab" data-bs-target="#conda-tab-pane" type="button" role="tab" aria-controls="conda" aria-selected="false">Using conda</a>
</li>
</ul>
We recommend using a `virtual environment (venv) <https://docs.python.org/3/tutorial/venv.html>`_.
You need ``python>=3.9``.

<div class="tab-content">
<div class="tab-pane fade show active" id="pip-tab-pane" role="tabpanel" aria-labelledby="pip-tab" tabindex="0">
<hr />
Then, run:

We recommend using a `virtual environment (venv) <https://docs.python.org/3/tutorial/venv.html>`_.
You need ``python>=3.9``.
.. code-block:: bash
Then, run:
pip install -U skore
.. code-block:: bash
You can check skore's latest version on `PyPI <https://pypi.org/project/skore/>`_.

pip install -U skore
.. tab-item:: Using conda

You can check skore's latest version on `PyPI <https://pypi.org/project/skore/>`_.
Skore is available in ``conda-forge``:

.. raw:: html
.. code-block:: bash
</div>
<div class="tab-pane fade" id="conda-tab-pane" role="tabpanel" aria-labelledby="conda-tab" tabindex="0">
<hr />
conda install conda-forge::skore
Skore is available in ``conda-forge``:

.. code-block:: bash
conda install conda-forge::skore
You can find information on the latest version `here <https://anaconda.org/conda-forge/skore>`_.

.. raw:: html

</div>
</div>
</div>
You can find information on the latest version `here <https://anaconda.org/conda-forge/skore>`_.

0 comments on commit 1d11966

Please sign in to comment.