Changeset 628 for trunk/docs


Ignore:
Timestamp:
07/31/13 17:18:54 (11 years ago)
Author:
pinsard
Message:

add apidoc for python documentation generation, improve links

Location:
trunk/docs/docs_dev
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/docs_dev/Makefile

    r518 r628  
    3232# 
    3333# $URL: svn+ssh://pinsard@forge.ipsl.jussieu.fr/ipsl/forge/projets/fptools/svn/trunk/docs/docs_dev/Makefile $ 
     34# 
     35# - fplod 20130731T144015Z cratos.locean-ipsl.upmc.fr (Linux) 
     36# 
     37#   * add apidoc 
    3438# 
    3539# - fplod 20120413 
     
    7882clean: 
    7983        @make -f makefile_non_sphinx clean 
     84        -rm -rf source/manuals/src/ 
    8085        -rm -rf $(BUILDDIR)/* 
    8186 
    82 html: 
     87apidoc : 
     88        sphinx-apidoc -f -H "varamma scripts" -o source/manuals/src/ ../../src/ 
     89 
     90html: \ 
     91apidoc 
    8392        @make -f makefile_non_sphinx all 
    8493        $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html 
     
    150159              "run these through (pdf)latex." 
    151160 
    152 latexpdf: 
     161latexpdf: \ 
     162apidoc 
    153163        @make -f makefile_non_sphinx all 
    154164        $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex 
     
    175185        @echo "The overview file is in $(BUILDDIR)/changes." 
    176186 
    177 linkcheck: 
     187linkcheck: \ 
     188apidoc 
    178189        @make -f makefile_non_sphinx all 
    179190        $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck 
     
    182193              "or in $(BUILDDIR)/linkcheck/output.txt." 
    183194 
    184 doctest: 
     195doctest:  
    185196        @make -f makefile_non_sphinx all 
    186197        $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest 
  • trunk/docs/docs_dev/source/guides/rundemotest.rst

    r443 r628  
    5959~~~~~~ 
    6060 
    61 All demos can be launched wtih one octave command:: 
     61All demos can be launched with one octave command:: 
    6262 
    6363 $ cd ${PROJECT}/src 
Note: See TracChangeset for help on using the changeset viewer.