Add SDS data manager documentation to imap_processing#3104
Merged
maxinelasp merged 2 commits intoApr 30, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an “Infrastructure” section to the imap_processing Sphinx docs by porting existing SDS (sds-data-manager) infrastructure documentation into this repo (and removes the unneeded OpenSearch doc per PR description).
Changes:
- Added new
docs/source/infrastructure/section with multiple AWS/CDK operational runbooks. - Linked the new Infrastructure section from the main docs landing page.
- Updated Sphinx
nitpick_ignore_regexto ignorepandas.core.frame.DataFramereference warnings.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/source/infrastructure/index.rst | New Infrastructure landing page + toctree wiring for the new docs section. |
| docs/source/infrastructure/aws-setup.rst | New AWS local setup guide for infra workflows. |
| docs/source/infrastructure/cdk-deployment.rst | New CDK deployment runbook (manual + GitHub Actions context). |
| docs/source/infrastructure/cdk-deployment-personal-aws.rst | New guide for deploying CDK to a personal AWS account. |
| docs/source/infrastructure/backup-deploy.rst | New instructions for deploying backup bucket replication infrastructure. |
| docs/source/infrastructure/s3-replication.rst | New instructions for S3 replication + restore workflow. |
| docs/source/infrastructure/ialirt-setup.rst | New I-ALiRT image/Nexus/ECS operational notes. |
| docs/source/index.rst | Adds Infrastructure section to the top-level docs toctree. |
| docs/source/conf.py | Adds a nitpick-ignore regex entry for pandas DataFrame. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
36664f8
into
IMAP-Science-Operations-Center:dev
14 checks passed
maxinelasp
added a commit
to maxinelasp/imap_processing
that referenced
this pull request
May 1, 2026
…perations-Center#3104) * Add SDS data manager documentation to imap_processing Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> and Claude
lacoak21
pushed a commit
to lacoak21/imap_processing
that referenced
this pull request
May 4, 2026
…perations-Center#3104) * Add SDS data manager documentation to imap_processing Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> and Claude
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Summary
Adds all the existing infrastructure documentation from sds-data-manager to imap_processing, without making updates (except to remove the unneeded opensearch doc.)
Overview
Adds a new section "Infrastructure" and moves docs from SDS into it.