Skip to content

Commit

Permalink
Update titles (#60)
Browse files Browse the repository at this point in the history
* update titles

* normlize
  • Loading branch information
xadupre authored Jan 10, 2024
1 parent 934a524 commit 31cdb5b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 86 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ _latex/ensae/*.aux
_latex/ensae/*.idx
_latex/ensae/*.out
_latex/ensae/*.pdf
_doc/sg_execution_times.rst
_doc/CHANGELOGS.rst
_doc/LICENSE.txt
_doc/auto_examples/*
Expand Down
2 changes: 1 addition & 1 deletion _doc/c_data/nb_array.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Creation d'un array: notion de datatype, et dimensions"
"### Creation d'un array: notion de datatype, et dimensions"
]
},
{
Expand Down
12 changes: 6 additions & 6 deletions _doc/practice/tds-base/module_file_regex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Fichiers\n",
"## Fichiers\n",
"\n",
"Les fichiers permettent deux usages principaux :\n",
"\n",
Expand All @@ -36,7 +36,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Ecriture\n",
"### Ecriture\n",
"\n",
"Il est important de retenir qu'un fichier texte ne peut recevoir que des chaînes de caractères."
]
Expand Down Expand Up @@ -135,7 +135,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Lecture"
"### Lecture"
]
},
{
Expand Down Expand Up @@ -302,7 +302,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### with\n",
"### with\n",
"\n",
"De façon pragmatique, l'instruction [with](https://docs.python.org/3.4/reference/compound_stmts.html#with) permet d'écrire un code plus court d'une instruction : ``close``. Les deux bouts de code suivant sont équivalents :"
]
Expand Down Expand Up @@ -386,7 +386,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Modules\n",
"## Modules\n",
"\n",
"Les modules sont des extensions du langages. Python ne sait quasiment rien faire seul mais il bénéficie de nombreuses extensions. On distingue souvent les extensions présentes lors de l'installation du langage (le module [math](https://docs.python.org/3.4/library/math.html)) des extensions externes qu'il faut soi-même installer ([numpy](http://www.numpy.org/)). Deux liens :\n",
"\n",
Expand Down Expand Up @@ -638,7 +638,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Expressions régulières\n",
"## Expressions régulières\n",
"\n",
"Pour la suite de la séance, on utilise comme préambule les instructions suivantes :"
]
Expand Down
79 changes: 0 additions & 79 deletions _doc/sg_execution_times.rst

This file was deleted.

0 comments on commit 31cdb5b

Please sign in to comment.