Skip to content

Commit

Permalink
Ajout du dossier pour le module picamera-gui
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpaquet committed Jun 7, 2018
1 parent a78ef35 commit c260141
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PiCameraGUI.py

Ce fichier contient la classe `PiCameraGUI` qui s'occupe de la création de l'interface ainsi que des fonctionnalités du programme.

.. module:: picamera-gui
# .. module:: picamera-gui
.. autoclass:: PiCameraGUI


Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('../../picamera-gui'))


# -- Project information -----------------------------------------------------
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c260141

Please sign in to comment.