← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3781: Correction of a link in TesselationWrapper() doc

 

------------------------------------------------------------
revno: 3781
committer: Jerome Duriez <jerome.duriez@xxxxxxxxxxxxxxx>
timestamp: Fri 2013-12-20 15:12:32 +0100
message:
  Correction of a link in TesselationWrapper() doc
modified:
  doc/sphinx/user.rst


--
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/user.rst'
--- doc/sphinx/user.rst	2013-10-07 06:14:15 +0000
+++ doc/sphinx/user.rst	2013-12-20 14:12:32 +0000
@@ -1567,7 +1567,7 @@
 	s=bodyStressTensors()
 	stress = s[b.id]**4.*pi/3.*b.shape.radius**3/TW.volume(b.id)
 
-As any other value, the stress can be exported to a vtk file for display in Paraview using :yref:`yade.exporter.VTKExporter`.
+As any other value, the stress can be exported to a vtk file for display in Paraview using :yref:`yade.export.VTKExporter`.
 
 ******************************
 Python specialties and tricks