diff --git a/README.md b/README.md index 90bc191..4d8a13b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# flip + + Field Level Inference Package: a python package to infer cosmological parameters from density and velocity field [![Documentation Status](https://readthedocs.org/projects/flip/badge/?version=latest)](https://flip.readthedocs.io/en/latest/?badge=latest) diff --git a/docs/_static/flip_logo.svg b/docs/_static/flip_logo.svg new file mode 100644 index 0000000..027cddd --- /dev/null +++ b/docs/_static/flip_logo.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_static/flip_logo.webp b/docs/_static/flip_logo.webp new file mode 100644 index 0000000..fa65f27 Binary files /dev/null and b/docs/_static/flip_logo.webp differ diff --git a/docs/conf.py b/docs/conf.py index 091d21e..df5749d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,7 +78,7 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] -html_logo = "" +html_logo = "_static/flip_logo.webp"" html_theme_options = { "sidebar_hide_name": True,