Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2022-2025, IRSA Developers
Copyright (c) 2022-2026, California Institute of Technology

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
3 changes: 2 additions & 1 deletion myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ project:
description: IRSA Python Notebook tutorials to demostrate accessing data served by the NASA/IPAC Infrared Science Archive (IRSA)
keywords: [astronomy]
github: https://github.com/Caltech-IPAC/irsa-tutorials/
copyright: California Institute of Technology
license:
id: BSD-3-Clause
url: https://github.com/Caltech-IPAC/irsa-tutorials/blob/main/LICENSE
Expand All @@ -29,7 +30,7 @@ project:
# note: we need to use the built plugin bundle here so make sure to build it with
# `cd plugins && npm install && npm run build` after any changes to the plugins/src/
- plugins/dist/notebook-gallery.mjs

extends:
- toc.yml
site:
Expand Down