From 081cb30fdcc12ad19e5d457df074a5fb1f06f166 Mon Sep 17 00:00:00 2001 From: adrinjalali Date: Mon, 30 Jan 2023 11:36:25 +0100 Subject: [PATCH] DOC fix author links --- docs/_authors.rst | 2 ++ docs/changes.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_authors.rst b/docs/_authors.rst index 28768c7c..7ad99d1f 100644 --- a/docs/_authors.rst +++ b/docs/_authors.rst @@ -8,3 +8,5 @@ .. _Benjamin Bossan: https://github.com/BenjaminBossan .. _Merve Noyan: https://github.com/merveenoyan + +.. _Erin Aho: https://github.com/E-Aho diff --git a/docs/changes.rst b/docs/changes.rst index d165b401..6c9906cf 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -15,7 +15,7 @@ v0.5 and a command line function to convert Pickle files to Skops files (:func:`.cli._convert.main`). :pr:`249` by `Erin Aho`_ - Support more array-like data types for tabular data and list-like data types - for text data. :pr:`179` by `Francesco Cariaggi`_. + for text data. :pr:`179` by :user:`Francesco Cariaggi `. - Add an option `use_intelex` to :func:`skops.hub_utils.init` which, when enabled, will result in the Hugging Face inference API running with Intel's scikit-learn intelex library, which can accelerate inference times. :pr:`267`