Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix function refs - sphere - GPU-based 3D discrete element method algorithm wi…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit af2137150fbb108f7986a195f4f198397339e4c5
parent 79b3ef885a99cc94c4c6a4e9f1c2ab282c974b3d
Author: Anders Damsgaard <[email protected]>
Date: Mon, 1 Sep 2014 16:20:43 +0200
fix function refs
Diffstat:
M doc/html/python_api.html | 4 ++--
M doc/html/searchindex.js | 4 ++--
M doc/pdf/sphere.pdf | 0
M python/sphere.py | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/doc/html/python_api.html b/doc/html/python_api.html
t@@ -1992,7 +1992,7 @@ moves downwards.</td>
<dt id="sphere.sim.video">
<tt class="descname">video</tt><big>(</big><em>out_folder='./'</em>, <em>video…
<dd><p>Uses ffmpeg to combine images to animation. All images should be
-rendered beforehand using func:<cite>render()</cite>.</p>
+rendered beforehand using <a class="reference internal" href="#sphere.render" …
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
t@@ -2349,7 +2349,7 @@ in any order.</li>
<dt id="sphere.video">
<tt class="descclassname">sphere.</tt><tt class="descname">video</tt><big>(</b…
<dd><p>Uses ffmpeg to combine images to animation. All images should be
-rendered beforehand using func:<cite>render()</cite>.</p>
+rendered beforehand using <a class="reference internal" href="#sphere.render" …
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
diff --git a/doc/html/searchindex.js b/doc/html/searchindex.js
t@@ -1 +1 @@
-Search.setIndex({objects:{"":{sphere:[5,0,1,""]},sphere:{status:[5,1,1,""],con…
-\ No newline at end of file
+Search.setIndex({objects:{"":{sphere:[5,0,1,""]},sphere:{status:[5,1,1,""],con…
+\ No newline at end of file
diff --git a/doc/pdf/sphere.pdf b/doc/pdf/sphere.pdf
Binary files differ.
diff --git a/python/sphere.py b/python/sphere.py
t@@ -3437,7 +3437,7 @@ class sim:
verbose = False):
'''
Uses ffmpeg to combine images to animation. All images should be
- rendered beforehand using func:`render()`.
+ rendered beforehand using :func:`render()`.
:param out_folder: The output folder for the video file
:type out_folder: str
t@@ -5070,7 +5070,7 @@ def video(project,
verbose = False):
'''
Uses ffmpeg to combine images to animation. All images should be
- rendered beforehand using func:`render()`.
+ rendered beforehand using :func:`render()`.
:param project: The simulation id of the project to render
:type project: str
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.