Changes between Version 3 and Version 4 of SandBox


Ignore:
Timestamp:
04/12/12 18:33:36 (12 years ago)
Author:
pinsard
Comment:

essai avec copie/coller d'une sortie sphinx-build text a defaut de rst

Legend:

Unmodified
Added
Removed
Modified
  • SandBox

    v3 v4  
    2020#!text/x-rst 
    2121 
     22 
    2223.. code-block:: python 
    2324 
     
    3132pas ok non plus 
    3233 
    33 pour le principe je mest ici un essai HTML 
     34pour le principe je mets ici un essai HTML 
    3435 
    3536 
     
    4142pas de souci, nickel ! 
    4243 
    43 mais où est l'embrouille 
     44mais où est l'embrouille (installation de docutils sur forge. action OT...) 
     45 
     46== essai avec copie/coller d'une sortie sphinx-build text == 
     47  
     48"svn" basic commands 
     49******************** 
     50 
     51Create a directory file 
     52======================= 
     53 
     54   $ svn mkdir **directory_name** 
     55 
     56For example: 
     57 
     58   # create the directory and add it to the svn deposit in one unique command 
     59   $ svn mkdir AAA 
     60   A         AAA 
     61 
     62 
     63svn help 
     64======== 
     65 
     66   $ svn help 
     67 
     68Help on a specific command (for example *add*): 
     69 
     70CATA ! 
     71 
     72   $ svn help add 
     73 
     74 
     75