Skip to content

Commit

Permalink
DOC: logo and copyright (#163)
Browse files Browse the repository at this point in the history
Update the docs logo and set the correct copyright.

Reviewed-by: baugstein
  • Loading branch information
ntessore authored Aug 14, 2024
1 parent 55d2b65 commit 093cfc6
Show file tree
Hide file tree
Showing 22 changed files with 25 additions and 23 deletions.
Binary file removed docs/_static/Heracles.jpg
Binary file not shown.
Binary file added docs/_static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from importlib import metadata

project = "heracles"
copyright = "2023-2024 Euclid Science Ground Segment"
author = "Euclid Science Ground Segment"
version = metadata.version(project)
release = version
Expand Down Expand Up @@ -53,4 +54,4 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]

html_logo = "_static/Heracles.jpg"
html_logo = "_static/logo.png"
9 changes: 5 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

***************************************************************
*HERACLES* --- Harmonic-space statistics on the sphere
***************************************************************
******************************************************
*Heracles* --- Harmonic-space statistics on the sphere
******************************************************

.. image:: _static/Heracles.jpg
.. image:: _static/logo.png
:width: 50%

=================
Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion heracles/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/_mapping.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/catalog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/catalog/array.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/catalog/base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/catalog/filters.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/catalog/fits.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/cli.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/core.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/covariance.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/fields.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/healpy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/io.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/mapper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/plot.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/progress.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down
2 changes: 1 addition & 1 deletion heracles/twopoint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heracles: Euclid code for harmonic-space statistics on the sphere
#
# Copyright (C) 2023 Euclid Science Ground Segment
# Copyright (C) 2023-2024 Euclid Science Ground Segment
#
# This file is part of Heracles.
#
Expand Down

0 comments on commit 093cfc6

Please sign in to comment.