Skip to content

Commit

Permalink
Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed Aug 26, 2024
1 parent 8ef82af commit 20e29cd
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 6 deletions.
File renamed without changes
25 changes: 25 additions & 0 deletions docs/_static/kete.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

html_favicon = "data/favicon.png"

extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
Expand Down Expand Up @@ -59,6 +57,9 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
html_logo = "_static/kete.svg"
html_favicon = "_static/favicon.png"


# -- Sphinx gallery settings --------------------------------------------------
Expand Down
Empty file removed docs/data/selected.txt
Empty file.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NEO Surveyor Simulation Tools
=============================
Kete Solar System Object Survey Tools
=====================================

kete is a collection of tools which enable the simulation of ground or spaced based
Kete is a collection of tools which enable the simulation of ground or spaced based
surveys of minor planets. Included here are:

- Orbit propagation code capable of accurately calculating the orbits for many
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "kete"
version = "0.2.6"
description = "NEO Surveyor Simulation Tools"
description = "Kete Asteroid Survey Tools"
readme = "README.md"
authors = [{name = "Dar Dahlen", email = "[email protected]"},
{name = "Joe Masiero", email = "[email protected]"},
Expand Down

0 comments on commit 20e29cd

Please sign in to comment.