Skip to content

Commit cf531f8

Browse files
committed
badges on landing page
1 parent 599e2bd commit cf531f8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
a collection of exercises, TPs and miscell pedagogical material for practising the data-science tools of the Python ecosystem.
22

3-
published as a Jupyter book at
4-
<flotpython-exos-ds.readthedocs.io>
3+
[![Published](https://img.shields.io/badge/Published-Website-green)](https://numerique-exos.info-mines.paris)

notebooks/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# flotpython exos: data-science
22

3+
[![Published](https://img.shields.io/badge/Published-Website-green)](https://numerique-exos.info-mines.paris)
4+
[![MyST Build Status](https://img.shields.io/github/actions/workflow/status/flotpython/exos-ds/myst-to-pages.yml?branch=main&label=MyST%20Build%20Status)](https://github.com/flotpython/exos-ds/actions/workflows/myst-to-pages.yml)
5+
[![GitHub Repo](https://img.shields.io/badge/GitHub-Repository-blue?logo=github)](https://github.com/flotpython/exos-ds)
6+
<!-- [![Open in Codespaces](https://img.shields.io/badge/Open%20in-Codespaces-blue?logo=github)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=ue12-p25%2Fnumerique) -->
7+
8+
[![License: CC BY-NC-ND](https://img.shields.io/badge/License-CC%20BY--NC--ND-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-nd/4.0/) *Thierry Parmentelat*
9+
310
this repo contains exercises and TPs that [complement the Python MOOC](https://www.fun-mooc.fr/en/cours/python-3-des-fondamentaux-aux-concepts-avances-du-langage/)
411

512
excluded are the auto-corrected exercises mentioned in the MOOC
@@ -48,4 +55,4 @@ distinction between notebooks and pure Python or pure markdown
4855
if you use IPython or Jupyter on your laptop, make sure to read
4956
<https://intro.info-mines.paris/1-1-installations/#-configuration-de-lautoreload>
5057

51-
it's in French, but gives you the recipe to get IPython and the notebooks to play along if you're doing module development (otherwise you'll be bitten by the caching of modules)
58+
it's in French, but gives you the recipe to get IPython and the notebooks to play along if you're doing module development (otherwise you'll be bitten by module caching)

0 commit comments

Comments
 (0)