← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3751: fix documentation for Note

 

------------------------------------------------------------
revno: 3751
committer: Klaus Thoeni <klaus.thoeni@xxxxxxxxx>
timestamp: Wed 2015-12-09 11:13:58 +1100
message:
  fix documentation for Note
modified:
  py/pack/pack.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 'py/pack/pack.py'
--- py/pack/pack.py	2015-05-20 15:39:10 +0000
+++ py/pack/pack.py	2015-12-09 00:13:58 +0000
@@ -526,10 +526,8 @@
 	:param isSymmetric: defines if the net is symmetric with respect to the y-axis
 
 	:return: set of spheres which defines the net (net) and exact dimensions of the net (lx,ly).
-	
-	note::
-	This packing works for the WireMatPM only. The particles at the corner are always generated first. For examples on how to use this packing see examples/WireMatPM. In order to create the proper interactions for the net the interaction radius has to be adapted in the simulation.
 
+	.. note:: This packing works for the WireMatPM only. The particles at the corner are always generated first. For examples on how to use this packing see examples/WireMatPM. In order to create the proper interactions for the net the interaction radius has to be adapted in the simulation.
 	"""
 	# check input dimension
 	if(xLength<mos): raise ValueError("xLength must be greater than mos!");