Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"myst_parser",
"sphinx_design",
"sphinx_copybutton",
"sphinx_tabs.tabs",
]

templates_path = ["_templates"]
Expand Down
10 changes: 5 additions & 5 deletions docs/guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
Installation
============

.. tabs::
.. tab-set::

.. tab:: Conda
.. tab-item:: Conda

.. code-block:: console

$ conda install -c conda-forge gwpopulation

.. tab:: Pip
.. tab-item:: Pip

.. code-block:: console

$ pip install gwpopulation

.. tab:: Latest
.. tab-item:: Latest

If you want to use the latest (unreleased) version of :code:`gwpopulation` you can
install the current :code:`main` branch directly from :code:`GitHub`.
Expand All @@ -30,7 +30,7 @@ Installation
While :code:`GWPopulation` has an extensive unit test suite, :code:`main` is
more likely to contain bugs than released versions, especially when using GPUs.

.. tab:: Development
.. tab-item:: Development

A development version of :code:`gwpopulation` can be installed from the
source code in the usual way. Assuming a working python installation exists,
Expand Down
3 changes: 1 addition & 2 deletions pages_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ sphinx
sphinx_rtd_theme
sphinx-autoapi
sphinx-copybutton
sphinx-design
sphinx-tabs
sphinx-design
Loading