Skip to content

Commit

Permalink
Merge pull request #565 from BradleySappington/release_docs
Browse files Browse the repository at this point in the history
1.1.1 Release docs
  • Loading branch information
BradleySappington authored May 16, 2023
2 parents 9dbabfd + 6270b3a commit bd36f28
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
POPPY: Physical Optics Propagation in Python
============================================

.. image:: docs/figures/readme_fig.png
.. image:: https://github.com/spacetelescope/poppy/blob/develop/docs/figures/readme_fig.png?raw=true

.. image:: https://img.shields.io/pypi/v/poppy.svg
:target: https://pypi.python.org/pypi/poppy
Expand Down Expand Up @@ -35,6 +35,6 @@ Projects using POPPY

POPPY provides the optical modeling framework used in:

* WebbPSF, a PSF simulator for NASA's JWST and WFIRST space telescopes. See https://pypi.python.org/pypi/webbpsf
* ``gpipsfs``, a PSF simulator for the Gemini Planet Imager coronagraph. See https://github.com/geminiplanetimager/gpipsfs
* WebbPSF, a PSF simulator for NASA's JWST and Roman space telescopes. See https://pypi.python.org/pypi/webbpsf
* ``gpipsfs``, a PSF simulator for the Gemini Planet Imager coronagraph. See https://github.com/geminiplanetimager/gpipsfs

11 changes: 11 additions & 0 deletions docs/relnotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Release Notes

For a list of contributors, see :ref:`about`.


1.1.1
-----

.. _rel1.1.1:

*2023 May 16*

This is a very minor re-release, to fix some documentation formatting and release packaging issues with the 1.1.0 release. No changes in functionality.


1.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"astropy>=4.3.0",
]
dynamic = ["version"]
readme = "README.md"
readme = "README.rst"

[project.optional-dependencies]
all = ["synphot"]
Expand Down
29 changes: 20 additions & 9 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
tools:
python: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

python:
version: 3.9
install:
- method: pip
path: .
extra_requirements:
- docs

# If using Sphinx, optionally build your docs in additional formats such as PDF
formats:
- pdf
- pdf

# Optionally declare the Python requirements required to build your docs
python:
install:
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit bd36f28

Please sign in to comment.