Skip to content

Commit

Permalink
Liens Read the Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpaquet committed Jun 6, 2018
1 parent 156fc77 commit 7de9425
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PiCamera-GUI
# [PiCamera-GUI](http://picamera-gui.readthedocs.io/en/latest/)

Ce programme fournit un interface graphique (GUI) pour le [module de caméra](https://www.raspberrypi.org/products/camera-module-v2/) de [Raspberry Pi](https://www.raspberrypi.org/).
Ce programme est écrit dans le language de programmation [Python](https://www.python.org/) à l'aide de la librarie Tkinter.
Expand Down Expand Up @@ -73,5 +73,5 @@ Consultez aussi la liste des [collaborateurs](https://github.com/jtpaquet/PiCame

## Autres

* Toute la [documentation](https://picameragui.readthedocs.io/) est disponible sur ReadTheDocs
* Toute la [documentation](http://picamera-gui.readthedocs.io/en/latest/) est disponible sur ReadTheDocs
* Merci à la documentation complète sur les modules de la [Pi Camera](https://picamera.readthedocs.io/) accesssible sur Read The Docs
Binary file modified docs/docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/docs/build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Liens
.. _module de caméra: https://www.raspberrypi.org/products/camera-module-v2/
.. _Pi Camera: https://picamera.readthedocs.io/
.. _code source: https://github.com/jtpaquet/PiCamera-GUI
.. _documentation: https://picameragui.readthedocs.io/
.. _documentation: http://picamera-gui.readthedocs.io/en/latest/
.. _Licence BSD: https://opensource.org/licenses/BSD-3-Clause

.. _content:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h2>Fonctionnalités<a class="headerlink" href="#fonctionnalites" title="Permali
<h2>Liens<a class="headerlink" href="#liens" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Tout le <a class="reference external" href="https://github.com/jtpaquet/PiCamera-GUI">code source</a> est disponible depuis la plateforme GitHub</li>
<li>Toute la <a class="reference external" href="https://picameragui.readthedocs.io/">documentation</a> est disponible sur ReadTheDocs</li>
<li>Toute la <a class="reference external" href="http://picamera-gui.readthedocs.io/en/latest/">documentation</a> est disponible sur ReadTheDocs</li>
<li>Merci à la documentation complète sur les modules de la <cite>Pi Camera</cite> accesssible sur Read The Docs</li>
<li>Ce code est licencé sous la <a class="reference external" href="https://opensource.org/licenses/BSD-3-Clause">Licence BSD</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Liens
.. _module de caméra: https://www.raspberrypi.org/products/camera-module-v2/
.. _Pi Camera: https://picamera.readthedocs.io/
.. _code source: https://github.com/jtpaquet/PiCamera-GUI
.. _documentation: https://picameragui.readthedocs.io/
.. _documentation: http://picamera-gui.readthedocs.io/en/latest/
.. _Licence BSD: https://opensource.org/licenses/BSD-3-Clause

.. _content:
Expand Down

0 comments on commit 7de9425

Please sign in to comment.