Add cloud computing lab manual#11
Merged
Kash1444 merged 1 commit intoKash1444:mainfrom Mar 13, 2026
Merged
Conversation
Add cloud computing lab manual with readme file with index
Reviewer's GuideAdds a new Cloud Computing course directory with introductory documentation and a lab manual README that indexes experiments and links to external implementation resources. Flow diagram for the new Cloud Computing directory structureflowchart TB
Repo["Repository root"]
CSE["CSE directory"]
CC["Cloud Computing directory"]
CC_README["Cloud Computing README.md (overview)"]
LabManual["Lab Manual directory"]
LM_README["Lab Manual README.md (experiments index)"]
LM_PDF["Lab-Manual.pdf (compressed lab manual)"]
ExternalRepo["External GitHub repository with implementations"]
Repo --> CSE
CSE --> CC
CC --> CC_README
CC --> LabManual
LabManual --> LM_README
LabManual --> LM_PDF
LM_README --> ExternalRepo
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The directory names in the diff (
Cloud Computing/Lab Manual) don’t match the hyphenated structure described in the PR (Cloud-Computing/Lab-Manual); consider standardizing on a consistent naming convention (e.g., using hyphens and avoiding spaces) to prevent path and tooling issues. - In the Lab Manual README, you might want to explicitly mention the
Lab-Manual.pdffile and its purpose (e.g., as the primary reference document) to make the relationship between the README and the PDF clearer for readers browsing the folder.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The directory names in the diff (`Cloud Computing/Lab Manual`) don’t match the hyphenated structure described in the PR (`Cloud-Computing/Lab-Manual`); consider standardizing on a consistent naming convention (e.g., using hyphens and avoiding spaces) to prevent path and tooling issues.
- In the Lab Manual README, you might want to explicitly mention the `Lab-Manual.pdf` file and its purpose (e.g., as the primary reference document) to make the relationship between the README and the PDF clearer for readers browsing the folder.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
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.
✅ Overview
This PR adds the Cloud Computing Lab Manual along with organized README files to keep the content well-structured and easy to navigate.
📂 What’s Included
Created a new directory:
CSE/Cloud Computing/Added a
README.mdin the Cloud Computing folder that includes:Created a Lab Manual folder inside
Cloud Computing/Lab Manual.pdfREADME.mdcontaining the index of all experiments📁 Directory Structure
🎯 Why This Structure?
The folder structure is designed to keep everything organized and make it easier to add future notes or additional lab manuals without restructuring the directory again.
Looking forward to feedback and review on this PR.
Summary by Sourcery
Add introductory Cloud Computing documentation and a structured lab manual index for the CSE curriculum.
Documentation: