Skip to content

Commit

Permalink
Dropped support for Python 3.8, updated requirements and configuratio…
Browse files Browse the repository at this point in the history
…n for sphinx documentation
  • Loading branch information
tomasstolker committed Sep 21, 2023
1 parent 78e2af5 commit 72015f6
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2021 Tomas Stolker
Copyright (c) 2020-2023 Tomas Stolker

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@
.. image:: https://img.shields.io/github/license/tomasstolker/diskmap
:target: https://github.com/tomasstolker/diskmap/blob/main/LICENSE

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/tomasstolker/diskmap/HEAD

*diskmap* is a tool for scattered light mapping of protoplanetary disks. The disk surface is parameterized with a power law profile or read from an input file. The projected radius and scattering angle are then calculated at each pixel. From this, a 3D deprojected image and a stellar irradiation corrected image are computed. Also a polarized scattering phase function is extracted and an total intensity phase function is estimated.

Documentation
-------------

Documentation can be found at `http://diskmap.readthedocs.io <http://diskmap.readthedocs.io>`_. There is a `notebook tutorial <https://diskmap.readthedocs.io/en/latest/tutorial.html>`_ that demonstrates the usage. It can also be executed in the interactive environment of `Binder <https://mybinder.org/v2/gh/tomasstolker/diskmap/HEAD>`_.
Documentation can be found at `http://diskmap.readthedocs.io <http://diskmap.readthedocs.io>`_. There is a `notebook tutorial <https://diskmap.readthedocs.io/en/latest/tutorial.html>`_ that demonstrates the usage.

Attribution
-----------
Expand Down
4 changes: 0 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
import sys
sys.path.insert(0, os.path.abspath('../'))


# -- Project information -----------------------------------------------------

project = 'diskmap'
copyright = '2020-2023, Tomas Stolker'
author = 'Tomas Stolker'


# -- General configuration ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
Expand Down Expand Up @@ -54,7 +52,6 @@
'.DS_Store',
'.ipynb_checkpoints/*']


# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand All @@ -74,7 +71,6 @@
'use_issues_button': True,
'use_repository_button': True,
'use_download_button': True,
'logo_only': True,
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Installation
============

``diskmap`` is compatible with `Python <https://www.python.org>`_ versions 3.8/3.9/3.10/3.11 and available through `PyPI <https://pypi.org/project/diskmap/>`_ and `Github <https://github.com/tomasstolker/diskmap>`_.
``diskmap`` is compatible with `Python <https://www.python.org>`_ versions 3.9/3.10/3.11 and available through `PyPI <https://pypi.org/project/diskmap/>`_ and `Github <https://github.com/tomasstolker/diskmap>`_.

Installation from PyPI
----------------------
Expand Down
4 changes: 1 addition & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
markupsafe==2.0.1
jinja2==2.11.3
jupyter
nbsphinx
pandoc
jupyter
sphinx-automodapi
sphinx_book_theme
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
'Topic :: Scientific/Engineering :: Astronomy',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
Expand Down

0 comments on commit 72015f6

Please sign in to comment.