Skip to content

Commit

Permalink
Remove cards.css (#424)
Browse files Browse the repository at this point in the history
* Remove cards as I added it to the theme

* Update requirements.txt
  • Loading branch information
nabobalis authored Aug 6, 2024
1 parent 7e20077 commit be72b47
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 201 deletions.
2 changes: 0 additions & 2 deletions about/meetings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ The link to join the weekly community meeting as well as a link to the agenda ar

* `Link to join the weekly community meeting <https://sunpy.org/meeting>`__

* `Agenda for the weekly community meeting <https://demo.hedgedoc.org/GAEnxycXQcCQLrAFN7ie8A?both>`__

* `SunPy Google Calendar <https://calendar.google.com/calendar/u/0?cid=ZzljOWVha2c5OGI1Y2JvZ2Q3bTV0YTZoOHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ>`__

Previous SunPy Coordination Meetings
Expand Down
1 change: 0 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

sys.path.append(Path("exts").absolute().as_posix())
extensions = [
"cards",
"myst_parser",
"nbsphinx",
"rawfiles",
Expand Down
100 changes: 0 additions & 100 deletions exts/cards/__init__.py

This file was deleted.

86 changes: 0 additions & 86 deletions exts/cards/static/cards.css

This file was deleted.

2 changes: 1 addition & 1 deletion posts/2015/2015-04-27-TESS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Welcome ``TESS <https://aas.org/meetings/tess2015/>`` attendees to the "Introduc
Here are a list of various links and information for the tutorial:

* The `Introduction to SunPy <https://nbviewer.org/github/ehsteve/ipython-notebooks/blob/master/TESS%202015%20-%20SunPy.ipynb>`_ (in the form of ipython notebooks)
* The `IRC chatroom <https://webchat.freenode.net/?channels=sunpy>`_
* The ``IRC chatroom <https://webchat.freenode.net/?channels=sunpy>``
* SunPy Poster by Dan Ryan - Thursday 10 am 403.07 SunPy: Solar Physics in Python (link coming soon)
* `Anaconda Python Distribution <https://store.continuum.io/cshop/anaconda/>`_ - the only way to fly!
* How to install SunPy with Anaconda.
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ sphinx_reredirects
sphinx-design
sphinxcontrib-youtube
sphinxext-opengraph
sunpy-sphinx-theme>=2.0.0
sunpy-sphinx-theme>=2.0.14

# Eclipse notebook
astropy<6.1
astropy
exifread
ipywidgets
matplotlib
Expand Down
12 changes: 3 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
minversion = 4.0
envlist =
py{39,310,311,312}
py{310,311,312}
codestyle
linkcheck

Expand All @@ -16,12 +16,6 @@ pass_env =
# If the user has set a LC override we should follow it
LC_ALL
skip_install = true
allowlist_externals=
/bin/bash
/bin/make
/usr/bin/bash
/usr/bin/linkcheck
/usr/bin/make
description = Invoke sphinx-build to build the website.
deps =
-r{toxinidir}/requirements.txt
Expand All @@ -30,11 +24,11 @@ commands =
sphinx-build --color -W --keep-going -b html -d _build/ . _build/html {posargs}
python -c 'import pathlib; print("Documentation available under file://\{0\}".format(pathlib.Path("{toxinidir}") / "_build" / "html" / "index.html"))'

# Note this does not check the html file links.
# This does not check the html file links.
[testenv:linkcheck]
commands =
pip freeze --all --no-input
make linkcheck
sphinx-build -qqq --color -b linkcheck . _build/html {posargs}

[testenv:codestyle]
description = Run all style and file checks with pre-commit
Expand Down

0 comments on commit be72b47

Please sign in to comment.