Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Dec 14, 2014
1 parent 3372e87 commit cf30ee8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 29 deletions.
40 changes: 19 additions & 21 deletions src/ensae_teaching_cs/faq/faq_ipython.py
Expand Up @@ -54,49 +54,47 @@ def fix_table_notebook():
@endFAQ
"""
pass

def r_and_notebook():
"""
@example(techniques___Utiliser R depuis un notebook)
.. index:: R
C'est l'objet des deux notebooks :ref:`td2acenoncesession2brst` et la :ref:`correction <td2acorrectionsession2brst>`.
@endexample
@FAQ(ipython___Comment utiliser R depuis un notebook ?)
Voir notebooks :ref:`td2acenoncesession2brst`, :ref:`correction <td2acorrectionsession2brst>`.
@endFAQ
"""
pass

def ipython_convert_notebooks():
"""
@example(techniques___Convertir le notebook en cours au format HTML)
.. index:: conversion,html,rst
C'est l'objet du notebook :ref:`notebook_convert`.
@endexample
@FAQ(ipython___Comment convertir le notebook en cours au format HTML ?)
Voir notebook :ref:`notebook_convert`.
@endFAQ
@FAQ(ipython___Comment ajouter un lien vers un fichier local pour le télécharger ?)
Voir notebook :ref:`notebook_convert`.
@endFAQ
"""
pass


pass
9 changes: 4 additions & 5 deletions src/ensae_teaching_cs/faq/faq_matplotlib.py
Expand Up @@ -47,12 +47,11 @@ def close_all():
plt.close('all')

def zoomable():
"""
"""
@FAQ(matplotlib___Des graphiques zoomables dans un notebook ?)
Voir le notebook :ref:`matplotlibzoomablerst`.
@endFAQ
"""
pass

pass
6 changes: 3 additions & 3 deletions src/ensae_teaching_cs/pythonnet/__init__.py
Expand Up @@ -36,9 +36,9 @@ def vocal_synthesis(text, lang = "fr-FR", voice = "", filename = ""):
@param filename nom de fichier pour sauver le résultat au format wav (vide sinon)
@example(techniques___Utiliser une DLL implémentée en C#)
.. index:: C#,DLL
Le code de la DLL est le suivant. Il a été compilé sous forme de DLL.
@code
namespace ENSAE.Voice
Expand Down Expand Up @@ -78,7 +78,7 @@ def vocal_synthesis(text, lang = "fr-FR", voice = "", filename = ""):
from ENSAE.Voice import Speech
Speech.VocalSynthesis(text, lang, voice, filename)
@endcode
Il faut voir le notebook :ref:`pythoncsharprst`.
@endexample
Expand Down

0 comments on commit cf30ee8

Please sign in to comment.