Skip to content

Commit

Permalink
deploy: 167fb7a
Browse files Browse the repository at this point in the history
  • Loading branch information
mgough-970 committed Feb 18, 2025
1 parent dd6a626 commit 807e86e
Show file tree
Hide file tree
Showing 9 changed files with 747 additions and 171 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 3492da673e119547cdc28430c0fdb149
config: 62cf2d4ea7c0fe0b089c09ba1fe2b8e0
tags: 645f666f9bcd5a90fca523b33c5a78b7
50 changes: 50 additions & 0 deletions _sources/notebooks/GOUGH_DEV/notebook.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "hello-world-cell",
"metadata": {
"execution": {
"iopub.execute_input": "2025-02-18T06:48:02.276369Z",
"iopub.status.busy": "2025-02-18T06:48:02.276203Z",
"iopub.status.idle": "2025-02-18T06:48:02.282085Z",
"shell.execute_reply": "2025-02-18T06:48:02.281587Z"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello world\n"
]
}
],
"source": [
"print('Hello world')"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.11"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
6 changes: 3 additions & 3 deletions _sources/notebooks/NIRISS/JWpipeNB-niriss-imaging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"deprecation": true
},
"source": [
"<div style='border: 3px solid red; padding: 10px; text-align: center; font-weight: bold; color: red;'>⚠️ This notebook is scheduled for deprecation as of 2024-11-07T15:15:02Z and is planned for removal by 2024-12-07. Future use is discouraged.</div>"
"<div style='border: 3px solid red; padding: 10px; text-align: center; font-weight: bold; color: red;'>⚠️ This notebook is scheduled for deprecation as of 2024-11-13T18:22:11Z and is planned for removal by 2024-12-13. Future use is discouraged.</div>"
]
},
{
Expand Down Expand Up @@ -1285,8 +1285,8 @@
},
"deprecated": {
"status": true,
"timestamp": "2024-11-07T15:15:02Z",
"removal_date": "2024-12-07T15:15:02Z"
"timestamp": "2024-11-13T18:22:11Z",
"removal_date": "2024-12-13T18:22:11Z"
}
},
"nbformat": 4,
Expand Down
242 changes: 121 additions & 121 deletions _static/pygments.css

Large diffs are not rendered by default.

Loading

0 comments on commit 807e86e

Please sign in to comment.