Skip to content

Commit f6ba595

Browse files
authored
Merge pull request codac-team#375 from godardma/codac2_dev
[doc] minor update
2 parents 6ad0c00 + 54879f5 commit f6ba595

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

11.1 KB
Loading

doc/manual/manual/extensions/capd/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
CAPD (rigorous numerics in dynamical systems)
44
=============================================
55

6-
Main author: `Maël Godard <https://godardma.github.io>`_
7-
86
.. toctree::
97

108
capd.rst

doc/manual/manual/extensions/capd/peibos_capd.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
PEIBOS-CAPD
44
===========
55

6+
Main author: `Maël Godard <https://godardma.github.io>`_
7+
68
When compiling CODAC with the codac-capd extension (see :ref:`here <subsec-extensions-capd-capd-install>`), the CAPD version of the PEIBOS library is also compiled.
79

810
Let us consider an initial set :math:`\mathbb{X}_0 \subset \mathbb{R}^n` with its boundary :math:`\partial \mathbb{X}_0`.

doc/manual/manual/functions/peibos/peibos.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
PEIBOS
44
======
55

6+
Main author: `Maël Godard <https://godardma.github.io>`_
7+
68
The PEIBOS tool provides a way to compute the Parallelepipedic Enclosure of the Image of the BOundary of a Set.
79

810
Let us consider an initial set :math:`\mathbb{X}_0 \subset \mathbb{R}^n` with its boundary :math:`\partial \mathbb{X}_0`.

doc/manual/manual/visualization/functions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ for more information.
5656

5757
.. code-tab:: matlab
5858

59-
DefaultFigure().draw_box(IntervalVector({{2.2,2.5},{2.2,2.5}}),Color().red()); % Red edge
60-
DefaultFigure().draw_box(IntervalVector({{2.2,2.5},{2.2,2.5}}),StyleProperties({Color().red()})); % Red edge
61-
DefaultFigure().draw_box(IntervalVector({{2.2,2.5},{2.2,2.5}}),StyleProperties({Color().red(),Color().blue()})); % Red edge and blue fill
59+
fig.draw_box(IntervalVector({{2.2,2.5},{2.2,2.5}}),Color().red()); % Red edge
60+
fig.draw_box(IntervalVector({{2.2,2.5},{2.2,2.5}}),StyleProperties({Color().red()})); % Red edge
61+
fig.draw_box(IntervalVector({{2.2,2.5},{2.2,2.5}}),StyleProperties({Color().red(),Color().blue()})); % Red edge and blue fill
6262

6363

6464
A line style and a layer can be added to the StyleProperties object, see :ref:`the dedicated page <sec-graphics-colors>` for more information.

0 commit comments

Comments
 (0)