yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #09961
[Branch ~yade-pkg/yade/git-trunk] Rev 3694: yadeSphinx.py: remove eudoxos module from the build list
------------------------------------------------------------
revno: 3694
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxxxxxx>
timestamp: Wed 2013-09-11 12:55:59 +0200
message:
yadeSphinx.py: remove eudoxos module from the build list
modified:
doc/sphinx/yadeSphinx.py
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'doc/sphinx/yadeSphinx.py'
--- doc/sphinx/yadeSphinx.py 2013-03-21 19:28:57 +0000
+++ doc/sphinx/yadeSphinx.py 2013-09-11 10:55:59 +0000
@@ -4,6 +4,7 @@
# module documentation
#
import sys,os,os.path
+
outDir=sys.argv[2] if len(sys.argv)>2 else '_build'
for d in (outDir,outDir+'/latex',outDir+'/html'):
if not os.path.exists(d):
@@ -34,7 +35,7 @@
#
# don't forget to put the module in index.rst as well!
#
-mods={'export':[],'eudoxos':['_eudoxos'],'post2d':[],'pack':['_packSpheres','_packPredicates','_packObb'],'plot':[],'timing':[],'utils':['_utils'],'ymport':[],'geom':[],'bodiesHandling':[],'qt':['qt._GLViewer'],'linterpolation':[]}
+mods={'export':[],'post2d':[],'pack':['_packSpheres','_packPredicates','_packObb'],'plot':[],'timing':[],'utils':['_utils'],'ymport':[],'geom':[],'bodiesHandling':[],'qt':['qt._GLViewer'],'linterpolation':[]}
#
# generate documentation, in alphabetical order
mm=mods.keys(); mm.sort()
@@ -110,7 +111,8 @@
global docClasses
docClasses=set() # reset globals
wrapper=file('yade.wrapper.rst','w')
- wrapper.write(""".. _yade.wrapper
+ wrapper.write(""".. _yade.wrapper::
+
Class reference (yade.wrapper module)
=======================================