From 09e47a8d6b025b3bf89db4bd702eb5fab403e968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xavier=20dupr=C3=A9?= Date: Wed, 24 May 2017 10:56:32 +0200 Subject: [PATCH] changes into ensae_projects --- _doc/notebooks/algorithmes/postier_chinois.ipynb | 2 +- _doc/sphinxdoc/source/sanso_algo/facteur_chinois_solution.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_doc/notebooks/algorithmes/postier_chinois.ipynb b/_doc/notebooks/algorithmes/postier_chinois.ipynb index 9207f66..396e493 100644 --- a/_doc/notebooks/algorithmes/postier_chinois.ipynb +++ b/_doc/notebooks/algorithmes/postier_chinois.ipynb @@ -283,7 +283,7 @@ } ], "source": [ - "from ensae_projects.data.data_geo_streets import plot_streets_network\n", + "from ensae_projects.datainc.data_geo_streets import plot_streets_network\n", "plot_streets_network(edges_index, edges, vertices, shapes, figsize=(10,10))" ] }, diff --git a/_doc/sphinxdoc/source/sanso_algo/facteur_chinois_solution.rst b/_doc/sphinxdoc/source/sanso_algo/facteur_chinois_solution.rst index d4c1640..90bc5bc 100644 --- a/_doc/sphinxdoc/source/sanso_algo/facteur_chinois_solution.rst +++ b/_doc/sphinxdoc/source/sanso_algo/facteur_chinois_solution.rst @@ -38,5 +38,5 @@ Les deux lignes qui suivent insèrent une image dans la page. Les autres fonctions sont décrites dans le module `ensae_projects `_ : -* `data_geo_streets `_ +* `data_geo_streets `_ * `city_tour `_