Skip to content

Commit

Permalink
Fixed alignment issue of README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Apr 3, 2024
1 parent 3185db7 commit b9de43c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
42 changes: 23 additions & 19 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,26 +1,9 @@
*diskmap*
=========

.. image:: https://img.shields.io/pypi/v/diskmap
:target: https://pypi.python.org/pypi/diskmap

.. image:: https://img.shields.io/pypi/pyversions/diskmap
:target: https://pypi.python.org/pypi/diskmap
.. container::

.. image:: https://github.com/tomasstolker/diskmap/workflows/CI/badge.svg?branch=main
:target: https://github.com/tomasstolker/diskmap/actions

.. image:: https://img.shields.io/readthedocs/diskmap
:target: http://diskmap.readthedocs.io

.. image:: https://codecov.io/gh/tomasstolker/diskmap/branch/main/graph/badge.svg?token=UZ7OS5WR9C
:target: https://codecov.io/gh/tomasstolker/diskmap

.. image:: https://img.shields.io/codefactor/grade/github/tomasstolker/diskmap
:target: https://www.codefactor.io/repository/github/tomasstolker/diskmap

.. image:: https://img.shields.io/github/license/tomasstolker/diskmap
:target: https://github.com/tomasstolker/diskmap/blob/main/LICENSE
|PyPI Status| |Python Versions| |CI Status| |Docs Status| |Code Coverage| |Code Quality| |License|

*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.

Expand All @@ -45,3 +28,24 @@ License
Copyright 2020-2023 Tomas Stolker

*diskmap* is distributed under the MIT License. See the LICENSE file for the terms and conditions.

.. |PyPI Status| image:: https://img.shields.io/pypi/v/diskmap
:target: https://pypi.python.org/pypi/diskmap

.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/diskmap
:target: https://pypi.python.org/pypi/diskmap

.. |CI Status| image:: https://github.com/tomasstolker/diskmap/actions/workflows/main.yml/badge.svg
:target: https://github.com/tomasstolker/diskmap/actions

.. |Docs Status| image:: https://img.shields.io/readthedocs/diskmap
:target: http://diskmap.readthedocs.io

.. |Code Coverage| image:: https://codecov.io/gh/tomasstolker/diskmap/branch/main/graph/badge.svg?token=LSSCPMJ5JH
:target: https://codecov.io/gh/tomasstolker/diskmap

.. |Code Quality| image:: https://img.shields.io/codefactor/grade/github/tomasstolker/diskmap
:target: https://www.codefactor.io/repository/github/tomasstolker/diskmap

.. |License| image:: https://img.shields.io/github/license/tomasstolker/diskmap
:target: https://github.com/tomasstolker/diskmap/blob/main/LICENSE
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
'repository_url': 'https://github.com/tomasstolker/diskmap',
'repository_branch': 'main',
'launch_buttons': {
'binderhub_url': 'https://mybinder.org',
'notebook_interface': 'jupyterlab',
},
'use_edit_page_button': True,
Expand Down

0 comments on commit b9de43c

Please sign in to comment.