Skip to content

Commit

Permalink
Merge pull request #557 from GAA-UAM/feature/contributor_list
Browse files Browse the repository at this point in the history
Improve list of contributors
  • Loading branch information
vnmabus committed Aug 8, 2023
2 parents 2101576 + 474fd89 commit 0ca1419
Show file tree
Hide file tree
Showing 8 changed files with 650 additions and 16 deletions.
547 changes: 547 additions & 0 deletions .all-contributorsrc

Large diffs are not rendered by default.

97 changes: 97 additions & 0 deletions CONTRIBUTORS.md

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions THANKS.txt

This file was deleted.

1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
# Sphinx extensions
extensions = [
"jupyter_sphinx",
"myst_parser",
"sphinx.ext.autodoc",
"sphinx.ext.autodoc.typehints",
"sphinx.ext.autosummary",
Expand Down
2 changes: 2 additions & 0 deletions docs/contributors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../CONTRIBUTORS.md
```
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Github you can find more information related to the development of the package.

apilist
glossary
contributors

An exhaustive list of all the contents of the package can be found in the
:ref:`genindex`.
Expand Down Expand Up @@ -86,8 +87,7 @@ All contributions are welcome. You can help this project grow in multiple ways,
from creating an issue, reporting an improvement or a bug, to doing a
repository fork and creating a pull request to the development branch.
The people involved at some point in the development of the package can be
found in the `contributors file
<https://github.com/GAA-UAM/scikit-fda/blob/develop/THANKS.txt>`_.
found in the :doc:`contributors page <contributors>`.

.. Citation
--------
Expand Down
Binary file added docs/logos/logo_only/logo_only.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions readthedocs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ sphinx-gallery
pillow
setuptools>=41.2
jupyter-sphinx
myst-parser
pytest
sphinxcontrib-bibtex

0 comments on commit 0ca1419

Please sign in to comment.