Révision 79
- Timestamp :
- 02/04/2012 02:18:13 (il y a 14 mois)
- Chemin :
- trunk/workshop-routing-foss4g/docs
- Fichiers :
-
- 2 modifiés
-
_templates/layout.html (modifié) (1 différence)
-
chapters/shortest_path.rst (modifié) (1 différence)
Légende :
- Sans modification
- Ajouté
- Supprimé
-
trunk/workshop-routing-foss4g/docs/_templates/layout.html
r63 r79 11 11 {{ super() }} 12 12 <h3>License</h3> 13 <p style="font-size: 90%; margin-top:2px;"> This work is licensed under a<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>.</p>13 <p style="font-size: 90%; margin-top:2px;">Ce travail est distribué sous licence <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>.</p> 14 14 <p style="margin:0;"><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png"></a></p> 15 15 {% endblock %} -
trunk/workshop-routing-foss4g/docs/chapters/shortest_path.rst
r76 r79 346 346 .. warning:: 347 347 348 L' lgorithme Shooting Star calcul un chemin d'un tronçon à un autre (pas d'un sommet à un autre). La colonnes vertex_id contienr le point de départ du tronçon de la colonne edge_id.348 L'algorithme Shooting Star calcul un chemin d'un tronçon à un autre (pas d'un sommet à un autre). La colonnes vertex_id contienr le point de départ du tronçon de la colonne edge_id. 349 349 350 350
Note : consultez TracChangeset pour obtenir de l'aide concernant l'utilisation des options de visualisation des différences.