Skip to content

Commit e1a1aae

Browse files
readthedoc debug + readme MD update (#67)
* .readthedocs.yml
1 parent f8b39ef commit e1a1aae

File tree

3 files changed

+6
-139
lines changed

3 files changed

+6
-139
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ formats: all
3030
python:
3131
install:
3232
- requirements: doc/requirements.txt
33-
- method: setuptools
33+
- method: pip
3434
path: .

README.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
1-
========
21
fluidfoam
3-
========
2+
=========
43

5-
|release| |docs| |Github-action| |coverage|
6-
7-
.. |release| image:: https://img.shields.io/pypi/v/fluidfoam.svg
8-
:target: https://pypi.python.org/pypi/fluidfoam/
9-
:alt: Latest version
10-
11-
.. |docs| image:: https://readthedocs.org/projects/fluidfoam/badge/?version=latest
12-
:target: http://fluidfoam.readthedocs.org
13-
:alt: Documentation status
14-
15-
.. |Github-action| image:: https://github.com/fluiddyn/fluidfoam/actions/workflows/build_and_test.yml/badge.svg
16-
:target: https://github.com/fluiddyn/fluidfoam/actions
17-
:alt: CI status
18-
19-
.. |coverage| image:: https://codecov.io/gh/fluiddyn/fluidfoam/branch/master/graph/badge.svg
20-
:target: https://codecov.io/gh/fluiddyn/fluidfoam/branch/master/
21-
:alt: Code coverage
4+
[![release](https://img.shields.io/pypi/v/fluidfoam.svg)](https://pypi.python.org/pypi/fluidfoam/)
5+
[![docs](https://readthedocs.org/projects/fluidfoam/badge/?version=latest)](http://fluidfoam.readthedocs.org)
6+
[![Github-action](https://github.com/fluiddyn/fluidfoam/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/fluiddyn/fluidfoam/actions)
7+
[![coverage](https://codecov.io/gh/fluiddyn/fluidfoam/branch/master/graph/badge.svg)](https://codecov.io/gh/fluiddyn/fluidfoam/branch/master/)
228

239
The fluidfoam package provides Python classes useful to perform some plot with OpenFoam data.
2410

README.rst

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)