Skip to content

Commit 01bb212

Browse files
committed
📝 Fix typos in docs
1 parent 9be937e commit 01bb212

File tree

4 files changed

+21
-12
lines changed

4 files changed

+21
-12
lines changed

Readme.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414
.. _RU: https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero.ipynb
1515
.. _EN: https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero_EN.ipynb
1616

17-
.. |Open In Colab| image:: https://colab.research.google.com/assets/colab-badge.svg
18-
:target: https://colab.research.google.com/github/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero.ipynb
19-
.. |Open In Colab| image:: https://colab.research.google.com/assets/colab-badge.svg
20-
:target: https://colab.research.google.com/github/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero_EN.ipynb
17+
.. |Open In Colab1| image:: https://colab.research.google.com/assets/colab-badge.svg
18+
.. _Open In Colab1: https://colab.research.google.com/github/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero_EN.ipynb
19+
20+
.. |Open In Colab2| image:: https://colab.research.google.com/assets/colab-badge.svg
21+
.. _Open In Colab2: https://colab.research.google.com/github/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero.ipynb
2122

2223
.. _scikit-uplift.readthedocs.io: https://scikit-uplift.readthedocs.io/en/latest/
23-
.. _in russian on habr.com: https://habr.com/ru/company/ru_mts/blog/485980/
24+
.. _Part 1: https://habr.com/ru/company/ru_mts/blog/485980/
25+
.. _Part 2: https://habr.com/ru/company/ru_mts/blog/485976/
2426

2527
.. raw:: html
2628

@@ -40,7 +42,7 @@ scikit-uplift
4042

4143
Uplift prediction aims to estimate the causal impact of a treatment at the individual level.
4244

43-
More about uplift modelling problem read `in russian on habr.com`_.
45+
More about uplift modelling problem read in russian on habr.com: `Part 1`_ and `Part 2`_.
4446

4547
**Features**:
4648

@@ -87,7 +89,7 @@ And if you now point your browser to ``_build/html/index.html``, you should see
8789
Quick Start
8890
-----------
8991

90-
See the **RetailHero tutorial notebook** (`EN`_ |Open In Colab|, `RU`_ |Open In Colab|) for details.
92+
See the **RetailHero tutorial notebook** (`EN`_ |Open In Colab1|_, `RU`_ |Open In Colab2|_) for details.
9193

9294
**Train and predict uplift model**
9395

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
### Miscellaneous
3030

3131
* ❗️ Remove sklift.preprocess submodule.
32-
* 💥 Add compatibility of tutorials with colab and add colab buttons by [ElMaxuno](https://github.com/ElMaxuno).
32+
* 💥 Add compatibility of tutorials with colab and add colab buttons by [@ElMaxuno](https://github.com/ElMaxuno).
3333
* 💥 Add Changelog.
3434
* 📝 Change the documentation structure. Add next pages: [Tutorials](https://scikit-uplift.readthedocs.io/en/latest/tutorials.html), [Release History](https://scikit-uplift.readthedocs.io/en/latest/changelog.html) and [Hall of fame](https://scikit-uplift.readthedocs.io/en/latest/hall_of_fame.html).

docs/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.. _in russian on habr.com: https://habr.com/ru/company/ru_mts/blog/485980/
1+
.. _Part 1: https://habr.com/ru/company/ru_mts/blog/485980/
2+
.. _Part 2: https://habr.com/ru/company/ru_mts/blog/485976/
23

34
**************
45
scikit-uplift
@@ -8,7 +9,7 @@ scikit-uplift
89

910
Uplift prediction aims to estimate the causal impact of a treatment at the individual level.
1011

11-
More about uplift modelling problem read `in russian on habr.com`_.
12+
More about uplift modelling problem read in russian on habr.com: `Part 1`_ and `Part 2`_.
1213

1314
Features
1415
#########

docs/quick_start.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
33
.. _RU: https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero.ipynb
44
.. _EN: https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero_EN.ipynb
55

6+
.. |Open In Colab1| image:: https://colab.research.google.com/assets/colab-badge.svg
7+
.. _Open In Colab1: https://colab.research.google.com/github/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero_EN.ipynb
8+
9+
.. |Open In Colab2| image:: https://colab.research.google.com/assets/colab-badge.svg
10+
.. _Open In Colab2: https://colab.research.google.com/github/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero.ipynb
11+
612
***********
713
Quick Start
814
***********
9-
10-
See the **RetailHero tutorial notebook** (`EN`_, `RU`_) for details.
15+
git statu
16+
See the **RetailHero tutorial notebook** (`EN`_ |Open In Colab1|_, `RU`_ |Open In Colab2|_) for details.
1117

1218
**Train and predict your uplift model**
1319

0 commit comments

Comments
 (0)