Skip to content

Commit a6a1a82

Browse files
committed
normalize pagerank-thrones
1 parent 97466c5 commit a6a1a82

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

notebooks/tps/pagerank-thrones/.teacher/README-pagerank-thrones-corrige-nb.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
# ---
2323

2424
# %% [markdown]
25-
# <div class="licence">
26-
# <span>Licence CC BY-NC-ND</span>
27-
# <span>Thierry Parmentelat &amp; Arnaud Legout</span>
28-
# </div>
25+
# # pagerank on a graph
2926

3027
# %% [markdown]
31-
# # pagerank on a graph
32-
#
33-
# in order to work on this exercise from your laptop, {download}`start with downloading the zip<./ARTEFACTS-pagerank-thrones.zip>`
34-
#
35-
# *pagerank* is a graph metric made famous by Google, who has been using it - at its beginning - to sort pages found in an Internet search, so as to show most relevant pages first.
28+
# Licence CC BY-NC-ND, Thierry Parmentelat
29+
30+
# %% [markdown]
31+
# ```{admonition} grab the zip for starters
32+
# {download}`you will need the zipfile that you can find here<./ARTEFACTS-pagerank-thrones.zip>`
33+
# ```
3634

3735
# %% [markdown]
3836
# ## what is pagerank ?
3937
#
38+
# *pagerank* is a graph metric made famous by Google, who has been using it - at its beginning - to sort pages found in an Internet search, so as to show most relevant pages first.
39+
#
4040
# we consider in a **valued** and **directed** graph; that is to say
4141
#
4242
# - *directed*: the fact that $a \rightarrow b$ does not imply $b \rightarrow a$

notebooks/tps/pagerank-thrones/README-pagerank-thrones-nb.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
# ---
2323

2424
# %% [markdown]
25-
# <div class="licence">
26-
# <span>Licence CC BY-NC-ND</span>
27-
# <span>Thierry Parmentelat &amp; Arnaud Legout</span>
28-
# </div>
25+
# # pagerank on a graph
2926

3027
# %% [markdown]
31-
# # pagerank on a graph
32-
#
33-
# in order to work on this exercise from your laptop, {download}`start with downloading the zip<./ARTEFACTS-pagerank-thrones.zip>`
34-
#
35-
# *pagerank* is a graph metric made famous by Google, who has been using it - at its beginning - to sort pages found in an Internet search, so as to show most relevant pages first.
28+
# Licence CC BY-NC-ND, Thierry Parmentelat
29+
30+
# %% [markdown]
31+
# ```{admonition} grab the zip for starters
32+
# {download}`you will need the zipfile that you can find here<./ARTEFACTS-pagerank-thrones.zip>`
33+
# ```
3634

3735
# %% [markdown]
3836
# ## what is pagerank ?
3937
#
38+
# *pagerank* is a graph metric made famous by Google, who has been using it - at its beginning - to sort pages found in an Internet search, so as to show most relevant pages first.
39+
#
4040
# we consider in a **valued** and **directed** graph; that is to say
4141
#
4242
# - *directed*: the fact that $a \rightarrow b$ does not imply $b \rightarrow a$

0 commit comments

Comments
 (0)