Documentation du code
=====================

.. automodule:: recherche.moteurs_recherche.element
    :members:
    :special-members:
    :exclude-members: __weakref__
    
.. automodule:: recherche.moteurs_recherche.ville
    :members:
    :show-inheritance:
    :inherited-members:
    :exclude-members: __weakref__

.. automodule:: recherche.moteurs_recherche.espace
    :members:
    :special-members:
    :exclude-members: __weakref__

.. automodule:: recherche.moteurs_recherche.noeud
    :members:
    :special-members:
    :exclude-members: __weakref__

.. automodule:: recherche.moteurs_recherche.recherche
    :members:
    :special-members:
    :exclude-members: __weakref__

.. automodule:: recherche.moteurs_recherche.dfs
    :members:
    :show-inheritance:
    :inherited-members:
    :exclude-members: __weakref__
    
.. automodule:: recherche.moteurs_recherche.bfs
    :members:
    :show-inheritance:
    :inherited-members:
    :exclude-members: __weakref__

.. automodule:: recherche.moteurs_recherche.astar
    :members:
    :show-inheritance:
    :inherited-members:
    :exclude-members: __weakref__
