Skip to content

Commit d12b599

Browse files
committed
fix src/README
1 parent 0396822 commit d12b599

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Practically ICoCo is provided as a main abstract C++ class (ICoCo::Problem) that
1111
to derive to implement the norm. This can be only a partial implementation as some methods
1212
are not relevant to all the codes (especially the I/O methods of the API).
1313

14-
This package implements the abstract class {class}`icoco.problem.Problem` in Python following the
14+
This package implements the abstract class `icoco.problem.Problem` in Python following the
1515
specifications of the c++ version.
1616

17-
The Python implementation proposed is based on {mod}`medcoupling` implementation for fields and {mod}`mpi4py` for MPI
17+
The Python implementation proposed is based on `medcoupling` implementation for fields and `mpi4py` for MPI
1818
communication. Nevertheless, it is possible to use other implementation of such concepts within this
1919
package.

0 commit comments

Comments
 (0)