[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Getfem-commits] r4879 - in /trunk/getfem/doc/sphinx/source: .templates/
From: |
Yves . Renard |
Subject: |
[Getfem-commits] r4879 - in /trunk/getfem/doc/sphinx/source: .templates/indexcontent.html python/pygf.rst |
Date: |
Tue, 10 Mar 2015 14:55:42 -0000 |
Author: renard
Date: Tue Mar 10 15:55:41 2015
New Revision: 4879
URL: http://svn.gna.org/viewcvs/getfem?rev=4879&view=rev
Log:
minor modifications
Modified:
trunk/getfem/doc/sphinx/source/.templates/indexcontent.html
trunk/getfem/doc/sphinx/source/python/pygf.rst
Modified: trunk/getfem/doc/sphinx/source/.templates/indexcontent.html
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/.templates/indexcontent.html?rev=4879&r1=4878&r2=4879&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/.templates/indexcontent.html (original)
+++ trunk/getfem/doc/sphinx/source/.templates/indexcontent.html Tue Mar 10
15:55:41 2015
@@ -32,11 +32,11 @@
<span class="linkdescr">Description of the project</span></p>
</td><td width="50%">
<p class="biglink">
+ <a class="biglink" href="{{ pathto("python/index") }}">Python
Interface</a><br/>
+ <span class="linkdescr">documentation for Python
programmers</span></p>
+ <p class="biglink">
<a class="biglink" href="{{ pathto("matlab/index") }}">Matlab
Interface</a><br/>
<span class="linkdescr">documentation for Matlab
programmers</span></p>
- <p class="biglink">
- <a class="biglink" href="{{ pathto("python/index") }}">Python
Interface</a><br/>
- <span class="linkdescr">documentation for Python
programmers</span></p>
<p class="biglink">
<a class="biglink" href="{{ pathto("scilab/index") }}">SciLab
Interface</a><br/>
<span class="linkdescr">documentation for SciLab
programmers</span></p>
Modified: trunk/getfem/doc/sphinx/source/python/pygf.rst
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/python/pygf.rst?rev=4879&r1=4878&r2=4879&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/python/pygf.rst (original)
+++ trunk/getfem/doc/sphinx/source/python/pygf.rst Tue Mar 10 15:55:41 2015
@@ -94,7 +94,7 @@
:align: center
:scale: 75
- python-getfem interface objects hierarchy.
+ python-getfem interface main objects hierarchy.
.. class:: CvStruct(self, *args)
@@ -137,19 +137,4 @@
Descriptor for *model* object, holds the global data, variables and
description of a model. Evolution of *model state* and *model brick*
- object for 4.0 version of |gf|.
-
-.. class:: MdState(self, *args)
-
- Descriptor for *model state* object, holds the global data for a stack of
- |py_mbr| (global tangent matrix, right hand side etc.). **Deprecated**
- since 4.0 version of |gf|, see *model* object.
-
-.. class:: MdBrick(self, *args)
-
- Descriptor for *model brick* object, an abstraction of a part of solver (for
- example, the part which build the tangent matrix, the part which handles the
- dirichlet conditions, etc.). These objects are stacked to build a complete
- solver for a wide variety of problems (they typically use a number of
- |py_mf|, |py_mim| etc.). **Deprecated** since 4.0 version of |gf|, see
- *model* object.
+ object for 4.0 version of |gf|.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Getfem-commits] r4879 - in /trunk/getfem/doc/sphinx/source: .templates/indexcontent.html python/pygf.rst,
Yves . Renard <=