Skip to content

Commit

Permalink
remove meeting notes (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Aug 6, 2024
1 parent be72b47 commit cf1d4d6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ repos:
hooks:
- id: docformatter
args: ["--make-summary-multi-line", "--pre-summary-newline", "-ri"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.3.3
hooks:
- id: prettier
types_or: [css, scss, javascript, rst, json, yaml, toml, markdown]
Expand Down
4 changes: 2 additions & 2 deletions chat.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>Redirecting to Element</title>
<title>Redirecting to element.io</title>
<meta
http-equiv="refresh"
content="0; url=https://app.element.io/#/room/#sunpy:openastronomy.org"
Expand All @@ -10,7 +10,7 @@
<body>
<p>
<a href="https://app.element.io/#/room/#sunpy:openastronomy.org"
>Click to go to Element.</a
>Click to go to element.io</a
>
</p>
</body>
Expand Down
17 changes: 0 additions & 17 deletions community_meeting_agenda.html

This file was deleted.

2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"drms": ("https://docs.sunpy.org/projects/drms/en/stable/", None),
"aiapy": ("https://aiapy.readthedocs.io/en/stable/", None),
}
rawfiles = ["meeting.html", "issues.html", "chat.html", "community_meeting_agenda.html"]
rawfiles = ["meeting.html", "issues.html", "chat.html"]
mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"
blog_baseurl = "https://sunpy.org/"
blog_feed_fulltext = True
Expand Down
4 changes: 2 additions & 2 deletions meeting.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<html>
<head>
<title>Redirecting to Meeting Software of Choice</title>
<title>Redirecting to the conferencing platform</title>
<meta http-equiv="refresh" content="0; url=https://meet.jit.si/sunpy" />
</head>

<body>
<p>
<a href="https://meet.jit.si/sunpy"
>Click to go to Meeting Software of Choice</a
>Click to go to the conferencing platform</a
>
</p>
</body>
Expand Down

0 comments on commit cf1d4d6

Please sign in to comment.