Skip to content

Commit

Permalink
MNT fix issues in README and setup.py for pypi (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinjalali committed Jun 7, 2023
1 parent f182ffd commit 4f8ddc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ download or load the model.
`Hugging Face Hub <https://hf.co/models>`__, mainly through
``skops.hub_utils.init`` and ``skops.hub_utils.push``. You can see all the
models uploaded to the hub using this library `here
<https://huggingface.co/models?other=skops>`_. Find out more `here
<https://skops.readthedocs.io/en/stable/hf_hub.html>`_.
<https://huggingface.co/models?other=skops>`__. Find out more `here
<https://skops.readthedocs.io/en/stable/hf_hub.html>`__.
- ``skops.card``: tools to create a model card explaining what the model does
and how it should be used. The model card can then be stored as the
``README.md`` file on the Hugging Face Hub, with pre-populated metadata to
help Hub understand the model. More information can be found `here
<https://skops.readthedocs.io/en/stable/model_card.html>`_.
<https://skops.readthedocs.io/en/stable/model_card.html>`__.
- ``skops.io``: Secure persistence of sklearn estimators and more, without using
``pickle``. Visit `the docs
<https://skops.readthedocs.io/en/latest/persistence.html>`_ for more
<https://skops.readthedocs.io/en/latest/persistence.html>`__ for more
information.

Please refer to our `documentation <https://skops.readthedocs.io/en/latest/>`_
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def setup_package():
project_urls=PROJECT_URLS,
version=VERSION,
long_description=LONG_DESCRIPTION,
long_description_content_type="text/x-rst",
classifiers=[
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 4f8ddc1

Please sign in to comment.