yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #12692
[Branch ~yade-pkg/yade/git-trunk] Rev 3879: Minor fix in documentation.
------------------------------------------------------------
revno: 3879
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Tue 2016-05-31 21:10:52 +0200
message:
Minor fix in documentation.
modified:
doc/sphinx/introduction.rst
doc/sphinx/tutorial-hands-on.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/introduction.rst'
--- doc/sphinx/introduction.rst 2016-05-30 19:23:35 +0000
+++ doc/sphinx/introduction.rst 2016-05-31 19:10:52 +0000
@@ -160,6 +160,8 @@
In [1]: O.run(100000,True)
In [1]: O.stopAtIter=500000
+
+ In [1]: O.run()
In [1]: O.wait()
=== modified file 'doc/sphinx/tutorial-hands-on.rst'
--- doc/sphinx/tutorial-hands-on.rst 2016-05-30 19:23:35 +0000
+++ doc/sphinx/tutorial-hands-on.rst 2016-05-31 19:10:52 +0000
@@ -334,7 +334,7 @@
.. ipython::
- Yade [1]: O.bodies.append(s) # adds particle s to the simulation; returns id of the particle(s) added
+ Yade [1]: idS = O.bodies.append(s) # adds particle s to the simulation; returns id of the particle(s) added
Packs