Skip to content
Snippets Groups Projects
Commit dca6e1db authored by Daniel.Kalioudjoglou's avatar Daniel.Kalioudjoglou
Browse files

numerotation des paragraphes

parent ecd6ebc7
No related branches found
No related tags found
1 merge request!11numerotation des paragraphes
Pipeline #220578 failed
...@@ -61,9 +61,9 @@ indic_ecln <- data_prep( ...@@ -61,9 +61,9 @@ indic_ecln <- data_prep(
) )
``` ```
## Synthèse ## 1 - Synthèse
### Ventes de logements neufs ### 1.1 - Ventes de logements neufs
<div class = "row"> <div class = "row">
...@@ -96,7 +96,7 @@ creer_graphique_evolution_trim( ...@@ -96,7 +96,7 @@ creer_graphique_evolution_trim(
### Ventes d'appartements ### 1.2 - Ventes d'appartements
<div class = "row"> <div class = "row">
...@@ -129,7 +129,7 @@ A COMPLETER ...@@ -129,7 +129,7 @@ A COMPLETER
### Ventes de maisons ### 1.3 - Ventes de maisons
<div class = "row"> <div class = "row">
...@@ -159,9 +159,9 @@ A COMPLETER ...@@ -159,9 +159,9 @@ A COMPLETER
## Les appartements ## 2 - Les appartements
### Les chiffres clefs ### 2.1 - Les chiffres clefs
#### Chiffres trimestriels #### Chiffres trimestriels
...@@ -180,7 +180,7 @@ creer_tableau_synthese_annuel( ...@@ -180,7 +180,7 @@ creer_tableau_synthese_annuel(
### Les principales évolutions {.tabset} ### 2.2 - Les principales évolutions {.tabset}
#### Les comparaisons sur un an #### Les comparaisons sur un an
...@@ -206,7 +206,7 @@ creer_graphique_series_temporelles( ...@@ -206,7 +206,7 @@ creer_graphique_series_temporelles(
) )
``` ```
### L'investissement locatif ### 2.3 - L'investissement locatif
```{r collectifIL} ```{r collectifIL}
creer_graphique_investissement_locatif( creer_graphique_investissement_locatif(
...@@ -224,7 +224,7 @@ creer_graphique_investissement_locatif( ...@@ -224,7 +224,7 @@ creer_graphique_investissement_locatif(
) )
``` ```
### L'évolution des prix ### 2.4 - L'évolution des prix
```{r collectifprix} ```{r collectifprix}
creer_graphique_series_temporelles_prix( creer_graphique_series_temporelles_prix(
...@@ -236,7 +236,7 @@ creer_graphique_series_temporelles_prix( ...@@ -236,7 +236,7 @@ creer_graphique_series_temporelles_prix(
) )
``` ```
### La commercialisation par EPCI ### 2.5 - La commercialisation par EPCI
```{r collectifcartes_volume} ```{r collectifcartes_volume}
creer_carte_volume(data=indic_ecln, creer_carte_volume(data=indic_ecln,
...@@ -264,9 +264,9 @@ creer_carte_evolution(data=indic_ecln, ...@@ -264,9 +264,9 @@ creer_carte_evolution(data=indic_ecln,
## Les maisons ## 3 - Les maisons
### Les chiffres clefs ### 3.1 - Les chiffres clefs
#### Chiffres trimestriels #### Chiffres trimestriels
...@@ -285,7 +285,7 @@ creer_tableau_synthese_annuel( ...@@ -285,7 +285,7 @@ creer_tableau_synthese_annuel(
### Les principales évolutions {.tabset} ### 3.2 - Les principales évolutions {.tabset}
#### Les comparaisons sur un an #### Les comparaisons sur un an
...@@ -311,7 +311,7 @@ creer_graphique_series_temporelles( ...@@ -311,7 +311,7 @@ creer_graphique_series_temporelles(
) )
``` ```
### L'investissement locatif ### 3.3 - L'investissement locatif
```{r individuelIL} ```{r individuelIL}
creer_graphique_investissement_locatif( creer_graphique_investissement_locatif(
...@@ -329,7 +329,7 @@ creer_graphique_investissement_locatif( ...@@ -329,7 +329,7 @@ creer_graphique_investissement_locatif(
) )
``` ```
### L'évolution des prix ### 3.4 - L'évolution des prix
```{r individuelprix} ```{r individuelprix}
creer_graphique_series_temporelles_prix( creer_graphique_series_temporelles_prix(
...@@ -341,7 +341,7 @@ creer_graphique_series_temporelles_prix( ...@@ -341,7 +341,7 @@ creer_graphique_series_temporelles_prix(
) )
``` ```
### La commercialisation par EPCI ### 3.5 - La commercialisation par EPCI
```{r collectifcartes_volume_epci} ```{r collectifcartes_volume_epci}
creer_carte_volume(data=indic_ecln, creer_carte_volume(data=indic_ecln,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment