Skip to content

Commit

Permalink
css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-salles committed Jun 20, 2024
1 parent 74345bb commit 17d72d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
4 changes: 3 additions & 1 deletion docs/_static/gospl.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
}

button.btn.version-switcher__button, button.btn.version-switcher__button:hover {
color: black;
background-color: var(--pst-color-danger);
border-color: var(--pst-color-danger);
opacity: 0.9;
}

/* Main index page overview cards */
Expand Down
19 changes: 4 additions & 15 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Quick links to the Doc
Citing
------

To cite goSPL please use following `software paper <https://joss.theoj.org/papers/10.21105/joss.02804>`__ published in the JOSS.
As a matter of courtesy, we request that people using this code please cite our initial `paper <https://joss.theoj.org/papers/10.21105/joss.02804>`__ published in JOSS.

Salles et al. (2020) ’gospl: Global Scalable Paleo Landscape Evolution’, Journal of Open Source Software, 5(56), p. 2804. doi: 10.21105/joss.02804.

Expand All @@ -132,25 +132,14 @@ BibTeX::
Contributing to goSPL
--------------------------

Contributions of any kind to goSPL are more than welcome. That does not mean
new code only, but also improvements of documentation and user guide, additional
tests (ideally filling the gaps in existing suite) or bug report or idea what
could be added or done better.
Contributions of any kind to goSPL are more than welcome. That does not mean new code only, but also improvements of documentation and user guide, additional tests (ideally filling the gaps in existing suite) or bug report or idea what could be added or done better.

All contributions should go through our GitHub repository. Bug reports, ideas or
even questions should be raised by opening an issue on the GitHub tracker.
Suggestions for changes in code or documentation should be submitted as a pull
request. However, if you are not sure what to do, feel free to open an issue.
All discussion will then take place on GitHub to keep the development of goSPL
transparent.
All contributions should go through our GitHub repository. Bug reports, ideas or even questions should be raised by opening an issue on the GitHub tracker. Suggestions for changes in code or documentation should be submitted as a pull request. However, if you are not sure what to do, feel free to open an issue. All discussion will then take place on GitHub to keep the development of goSPL transparent.

If you decide to contribute to the codebase, ensure that you are using an
up-to-date ``master`` branch. The latest development version will always be there,
including the documentation (powered by ``sphinx``).
If you decide to contribute to the codebase, ensure that you are using an up-to-date ``master`` branch. The latest development version will always be there, including the documentation (powered by ``sphinx``).

Details are available in the :doc:`contributing guide <contributing>`.


.. toctree::
:maxdepth: 3
:hidden:
Expand Down

0 comments on commit 17d72d2

Please sign in to comment.