Skip to content

Commit

Permalink
Include doesn't work, just link the images... (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg authored Sep 9, 2024
2 parents 28e6226 + 7301a45 commit 2afd937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="./docs/_static/images/speXtra_logo.png" width="400pt">
<img src="https://raw.githubusercontent.com/AstarVienna/spextra/main/docs/_static/images/speXtra_logo.png" width="400pt">

# SpeXtra

Expand Down Expand Up @@ -29,8 +29,6 @@ To install ``spextra`` simply run:
pip install spextra
```

Soon a PyPi version will be available

## Functionalities

``speXtra`` is able to:
Expand All @@ -42,11 +40,10 @@ from spextra import Spextrum
sp = Spextrum("kc96/s0")
```


and it will load the S0 galaxy template of the Kinney-Calzetti spectral library. To quickly
plot the resulting spectra, simply type

```python
sp.plot()
```
<img src="./docs/_static/images/kc96_S0.png" width="400pt">
<img src="https://raw.githubusercontent.com/AstarVienna/spextra/main/docs/_static/images/kc96_S0.png" width="400pt">
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ classifiers = [
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Astronomy",
]
include = [
{path = "docs/_static/images", format = ["sdist", "wheel"]}
]

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit 2afd937

Please sign in to comment.