File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ download or load the model.
40
40
`Hugging Face Hub <https://hf.co/models >`__, mainly through
41
41
``skops.hub_utils.init `` and ``skops.hub_utils.push ``. You can see all the
42
42
models uploaded to the hub using this library `here
43
- <https://huggingface.co/models?other=skops> `_ . Find out more `here
44
- <https://skops.readthedocs.io/en/stable/hf_hub.html> `_ .
43
+ <https://huggingface.co/models?other=skops> `__ . Find out more `here
44
+ <https://skops.readthedocs.io/en/stable/hf_hub.html> `__ .
45
45
- ``skops.card ``: tools to create a model card explaining what the model does
46
46
and how it should be used. The model card can then be stored as the
47
47
``README.md `` file on the Hugging Face Hub, with pre-populated metadata to
48
48
help Hub understand the model. More information can be found `here
49
- <https://skops.readthedocs.io/en/stable/model_card.html> `_ .
49
+ <https://skops.readthedocs.io/en/stable/model_card.html> `__ .
50
50
- ``skops.io ``: Secure persistence of sklearn estimators and more, without using
51
51
``pickle ``. Visit `the docs
52
- <https://skops.readthedocs.io/en/latest/persistence.html> `_ for more
52
+ <https://skops.readthedocs.io/en/latest/persistence.html> `__ for more
53
53
information.
54
54
55
55
Please refer to our `documentation <https://skops.readthedocs.io/en/latest/ >`_
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ def setup_package():
53
53
project_urls = PROJECT_URLS ,
54
54
version = VERSION ,
55
55
long_description = LONG_DESCRIPTION ,
56
+ long_description_content_type = "text/x-rst" ,
56
57
classifiers = [
57
58
"Intended Audience :: Science/Research" ,
58
59
"Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments