getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] [getfem-commits] branch master updated: using python3-s


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] branch master updated: using python3-sphinx for the documentation
Date: Wed, 11 Mar 2020 08:39:58 -0400

This is an automated email from the git hooks/post-receive script.

renard pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new c16facd  using python3-sphinx for the documentation
c16facd is described below

commit c16facd81ce7b10ffc6382f59f2a85e0a310e6bf
Author: Yves Renard <address@hidden>
AuthorDate: Wed Mar 11 13:39:44 2020 +0100

    using python3-sphinx for the documentation
---
 doc/sphinx/Makefile.am                  | 5 +++--
 doc/sphinx/source/biblio.rst            | 3 +++
 doc/sphinx/source/userdoc/appendixB.rst | 2 +-
 doc/sphinx/source/userdoc/bmesh.rst     | 2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
index 694ed83..7793390 100644
--- a/doc/sphinx/Makefile.am
+++ b/doc/sphinx/Makefile.am
@@ -19,12 +19,13 @@
 #
 
 # You can set these variables from the command line.
-PYTHON        = python
+PYTHON        = python3
 SPHINXROOT    = http://svn.python.org/projects
 LANGUAGE      = en
 SPHINXOPTS    = -D language=$(LANGUAGE)
 # SPHINXBUILD   = $(PYTHON) tools/sphinx-build.py
-SPHINXBUILD   = sphinx-build
+# SPHINXBUILD   = sphinx-build
+SPHINXBUILD   = python3 -msphinx
 SPHINXINTL    = sphinx-intl
 PAPER         =
 SOURCES       = $(srcdir)/source
diff --git a/doc/sphinx/source/biblio.rst b/doc/sphinx/source/biblio.rst
index d842d9b..9f6f1a0 100644
--- a/doc/sphinx/source/biblio.rst
+++ b/doc/sphinx/source/biblio.rst
@@ -171,6 +171,9 @@ References
 .. [PO-NI2016] K. Poulios, C.F. Niordson,
    *Homogenization of long fiber reinforced composites including fiber bending 
effects*. Journal of the Mechanics and Physics of Solids, 94, pp 433-452, 2016.
 
+.. [remacle2003] J.-F. Remacle, M.S. Shephard;
+   *An algorithm oriented mesh database*. International Journal for Numerical 
Methods in Engineering, 58:2, pp 349-374, 2003.
+   
 .. [SE-PO-WO2015] A. Seitz, A. Popp, W.A. Wall,
    *A semi-smooth Newton method for orthotropic plasticity and frictional 
contact at finite strains*. Comput. Methods Appl. Mech. Engrg. 285:228-254, 
2015.
 
diff --git a/doc/sphinx/source/userdoc/appendixB.rst 
b/doc/sphinx/source/userdoc/appendixB.rst
index 9d1bfa0..a758802 100644
--- a/doc/sphinx/source/userdoc/appendixB.rst
+++ b/doc/sphinx/source/userdoc/appendixB.rst
@@ -10,7 +10,7 @@
 Appendix B. Cubature method list
 ================================
 
-For more information on cubature formulas, the reader is referred to 
[EncyclopCubature]_ and [so-se-do2004]_ for instance. The integration methods 
are of two kinds. Exact integrations of polynomials and
+For more information on cubature formulas, the reader is referred to 
[EncyclopCubature]_ for instance. The integration methods are of two kinds. 
Exact integrations of polynomials and
 approximated integrations (cubature formulas) of any function. The exact
 integration can only be used if all the elements are polynomial and if the
 geometric transformation is linear.
diff --git a/doc/sphinx/source/userdoc/bmesh.rst 
b/doc/sphinx/source/userdoc/bmesh.rst
index 3b652c9..609cf94 100644
--- a/doc/sphinx/source/userdoc/bmesh.rst
+++ b/doc/sphinx/source/userdoc/bmesh.rst
@@ -25,7 +25,7 @@ domain mesh generators).
 
 The structure |gf_m| may also contain a description about a region of the mesh,
 such as a boundary or a set of elements. This is handled via a container of
-convexes and convex faces, |gf_mr|. We refer to [remacle2002]_ for a 
discussion on mesh representation.
+convexes and convex faces, |gf_mr|. We refer to [remacle2003]_ for a 
discussion on mesh representation.
 
 
 Add an element to a mesh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]