Skip to content

Commit

Permalink
DOC: Update cmasher/colormaps references
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman committed Oct 27, 2024
1 parent 58e3045 commit 46a9ed5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Colormap overview
Below is an overview of all the colormaps that are currently in *CMasher* (made with the ``cmr.create_cmap_overview()`` function).
For more information, see the `online documentation`_.

.. image:: https://github.com/1313e/CMasher/raw/master/cmasher/colormaps/cmap_overview.png
.. image:: https://github.com/1313e/CMasher/raw/master/src/cmasher/colormaps/cmap_overview.png
:width: 100%
:align: center
:target: https://cmasher.readthedocs.io
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ See :ref:`usage` for more use-cases, including an overview of *CMasher*'s utilit
.. _conda-forge: https://anaconda.org/conda-forge/CMasher
.. _matplotlib: https://github.com/matplotlib/matplotlib
.. _issue: https://github.com/1313e/CMasher/issues
.. _cmasher/colormaps: https://github.com/1313e/CMasher/tree/master/cmasher/colormaps
.. _cmasher/colormaps: https://github.com/1313e/CMasher/tree/master/src/cmasher/colormaps
2 changes: 1 addition & 1 deletion docs/source/user/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,4 @@ Below are the three different versions of the :ref:`rainforest` colormap one can
.. _PyPI: https://pypi.org/project/CMasher
.. _matplotlib: https://github.com/matplotlib/matplotlib
.. _issue: https://github.com/1313e/CMasher/issues
.. _cmasher/colormaps: https://github.com/1313e/CMasher/tree/master/cmasher/colormaps
.. _cmasher/colormaps: https://github.com/1313e/CMasher/tree/master/src/cmasher/colormaps
2 changes: 1 addition & 1 deletion joss_paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ An often cited reason for this (besides the general _"Everyone else uses it."_),
Although a high perceptual range can be useful in many different cases, it certainly is not useful in all of them and there are ways to achieve this without giving false information.
This is where *CMasher* comes in.

![Overview of all current colormaps in *CMasher* (v1.2.2).](https://raw.githubusercontent.com/1313e/CMasher/master/cmasher/colormaps/cmap_overview.png)
![Overview of all current colormaps in *CMasher* (v1.2.2).](https://raw.githubusercontent.com/1313e/CMasher/master/src/cmasher/colormaps/cmap_overview.png)


# CMasher
Expand Down

0 comments on commit 46a9ed5

Please sign in to comment.