Skip to content

Commit 266335f

Browse files
authored
Merge pull request #180 from astro-informatics/badge_updates
remove redundant spacing in badge listing
2 parents 6775782 + 0462e63 commit 266335f

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
[![image](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
[![image](https://badge.fury.io/py/s2fft.svg)](https://badge.fury.io/py/s2fft)
55
[![image](http://img.shields.io/badge/arXiv-2311.14670-orange.svg?style=flat)](https://arxiv.org/abs/2311.14670)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
6-
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
7-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
6+
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)<!-- ALL-CONTRIBUTORS-BADGE:END -->
87
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1YmJ2ljsF8HBvhPmD4hrYPlyAKc4WPUgq?usp=sharing)
98
<!-- [![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) -->
109

requirements/requirements-docs.txt

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
sphinx==4.2.0
2-
nbsphinx-link==1.3.0
3-
pydata-sphinx-theme==0.12.0
4-
sphinx_toolbox==2.15.0
5-
sphinx-tabs==3.2.0
6-
sphinxcontrib-bibtex==2.4.1
7-
sphinx-git==11.0.0
8-
sphinxcontrib-texfigure==0.1.3
1+
# Documentation
2+
sphinx>=5.0.0
3+
nbsphinx-link>=1.3.0
4+
pydata-sphinx-theme>=0.12.0
5+
sphinx_toolbox>=2.15.0
6+
sphinx-tabs>=3.2.0
7+
sphinxcontrib-bibtex>=2.4.1
8+
sphinx-git>=11.0.0
9+
sphinxcontrib-texfigure>=0.1.3
910
sphinx-copybutton
1011
sphinxemoji
1112
sphinx_rtd_theme
13+
1214
# Notebooks
13-
ipython==7.16.1
14-
jupyter==1.0.0
15+
ipython>=7.16.1
16+
jupyter>=1.0.0

0 commit comments

Comments
 (0)