Skip to content

Commit

Permalink
minor typo and style fixes in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed May 27, 2024
1 parent 88d4b48 commit df86e3a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
29 changes: 9 additions & 20 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
scikit-matter
=============

|tests| |codecov| |pypi| |conda| |docs| |doi|

A collection of scikit-learn compatible utilities that implement methods born out of the
Expand All @@ -14,52 +13,44 @@ For details, tutorials, and examples, please have a look at our `documentation`_
Installation
------------

You can install *scikit-matter* either via pip using

.. code-block:: bash
pip install skmatter
or conda

.. code-block:: bash
conda install -c conda-forge skmatter
You can then ``import skmatter`` and use scikit-matter in your projects!

.. marker-ci-tests
Tests
-----
We are testing our code for Python 3.8 and 3.12 on `Windows Server 2019`_, `macOS 11`_
and `Ubuntu LTS 22.04`_.

We are testing our code for Python 3.8 and 3.11 on `Windows Server 2019
<https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md>`_,
`macOS 11
<https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md>`_
and `Ubuntu LTS 22.04
<https://github.com/actions/runner-images/
blob/main/images/linux/Ubuntu2204-Readme.md>`_.
.. _`Windows Server 2019`: https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md
.. _`macOS 11`: https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md
.. _`Ubuntu LTS 22.04`: https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md

.. marker-issues
Having problems or ideas?
-------------------------

Having a problem with scikit-matter? Please let us know by `submitting an issue
<https://github.com/scikit-learn-contrib/scikit-matter/issues>`_.
<issues>`_.

Submit new features or bug fixes through a `pull request
<https://github.com/scikit-learn-contrib/scikit-matter/pulls>`_.
Submit new features or bug fixes through a `pull request <pull requests>`_.

.. marker-contributing
Call for Contributions
----------------------

We always welcome new contributors. If you want to help us take a look at our
`contribution guidelines`_ and afterwards you may start with an open issue marked as
`good first issue`_.
Expand All @@ -84,8 +75,7 @@ Writing code is not the only way to contribute to the project. You can also:
Citing scikit-matter
--------------------

If you use scikit-matter for your work, please cite:
If you use *scikit-matter* for your work, please cite:

Goscinski A, Principe VP, Fraux G et al. scikit-matter :
A Suite of Generalisable Machine Learning Methods Born out of Chemistry
Expand All @@ -94,11 +84,10 @@ and Materials Science. Open Res Europe 2023, 3:81.

Contributors
------------

Thanks goes to all people that make scikit-matter possible:

.. image:: https://contrib.rocks/image?repo=scikit-learn-contrib/scikit-matter
:target: https://github.com/scikit-learn-contrib/scikit-matter/graphs/contributors
:target: https://github.com/scikit-learn-contrib/scikit-matter/graphs/contributors

.. |tests| image:: https://github.com/scikit-learn-contrib/scikit-matter/workflows/Test/badge.svg
:alt: Github Actions Tests Job Status
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ commands =
blackdoc --check --diff {[tox]lint_folders}
isort --check-only --diff {[tox]lint_folders}
sphinx-lint --enable line-too-long --max-line-length 88 \
-i "{toxinidir}/docs/src/examples" \
{[tox]lint_folders} "{toxinidir}/README.rst"
-i "{toxinidir}/docs/src/examples" \
{[tox]lint_folders} "{toxinidir}/README.rst"

[testenv:{format,format-unsafe}]
description =
Expand Down

0 comments on commit df86e3a

Please sign in to comment.