Changeset 630 for trunk/docs


Ignore:
Timestamp:
01/29/14 17:53:06 (10 years ago)
Author:
pinsard
Message:

mainly indentation correction in shell scripts

Location:
trunk/docs/docs_dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/docs_dev/makefile_non_sphinx

    r532 r630  
    1010# 
    1111# génération des manuels à partir des fichiers non assimilables directement 
    12 # par sphinx  
     12# par sphinx 
    1313# 
    1414# SEE ALSO 
    1515# ======== 
    16 #  
     16# 
    1717# :ref:`builddoc` 
    1818# 
     
    2828# improve dependencies 
    2929# 
    30 # autodoc not ok may be see  autodoc-process-docstring  
     30# autodoc not ok may be see  autodoc-process-docstring 
    3131# 
    3232# sort pb within index_manuals for matlab scripts because severals 
     
    4444# 
    4545# - fplod 20120413T083156Z cratos (Linux) 
    46 #    
     46# 
    4747#   * creation from part of adm/makefile 
    4848# 
     
    364364        @extract_rst.sh -i $< -l IDL -o $@ 
    365365 
    366 source/manuals/%.m.rst : ../../src/%.m  
     366source/manuals/%.m.rst : ../../src/%.m 
    367367        @extract_rst.sh -i $< -l matlab -o $@ 
    368368 
     
    373373        @extract_rst.sh -i $< -l matlab -o $@ 
    374374 
    375 source/manuals/%.jnl.rst : ../../src/%.jnl   
     375source/manuals/%.jnl.rst : ../../src/%.jnl 
    376376        @extract_rst.sh -i $< -l ferret -o $@ 
  • trunk/docs/docs_dev/source/guides/rundemotest.rst

    r628 r630  
    5454 
    5555 $ cd ${PROJECT}/src 
    56  $ nosetests --with-doctest -v  
     56 $ nosetests --with-doctest -v *.py 
     57 
     58or:: 
     59 
     60 $ cd ${PROJECT}/src 
     61 $ coverage -rm -o  *.py 
    5762 
    5863octave 
Note: See TracChangeset for help on using the changeset viewer.