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 `_