Skip to content

Add cloud computing lab manual#11

Merged
Kash1444 merged 1 commit intoKash1444:mainfrom
madhurimarawat:main
Mar 13, 2026
Merged

Add cloud computing lab manual#11
Kash1444 merged 1 commit intoKash1444:mainfrom
madhurimarawat:main

Conversation

@madhurimarawat
Copy link
Copy Markdown
Contributor

@madhurimarawat madhurimarawat commented Mar 3, 2026

✅ 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.md in the Cloud Computing folder that includes:

    • A brief introduction to Cloud Computing
    • An overview of the directory contents
  • Created a Lab Manual folder inside Cloud Computing/

    • Added a compressed version of Lab Manual.pdf
    • Included a separate README.md containing the index of all experiments

📁 Directory Structure

CSE/
 └── Cloud Computing/
      ├── README.md
      └── Lab Manual/
           ├── README.md
           └── Lab Manual.pdf

🎯 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:

  • Introduce a Cloud Computing directory README with a brief overview of cloud computing and the contents of the directory.
  • Add a Lab Manual README describing the lab manual PDF and listing the cloud computing lab experiments with external reference to detailed code and implementations.

Add cloud computing lab manual with readme file with index
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Mar 3, 2026

Reviewer's Guide

Adds 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 structure

flowchart 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
Loading

File-Level Changes

Change Details Files
Introduce Cloud Computing top-level documentation directory.
  • Create a new Cloud Computing directory under the CSE hierarchy.
  • Add a brief README describing what cloud computing is and what this directory contains (notes and lab manual).
CSE/Cloud Computing/README.md
Document Cloud Computing lab manual contents and external resources.
  • Add a Lab Manual subdirectory README that explains the purpose of the lab manual PDF.
  • Provide an index of lab experiments with short descriptions for each exercise.
  • Link to an external GitHub repository where detailed code and implementations are hosted.
CSE/Cloud Computing/Lab Manual/README.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.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.
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.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@Kash1444 Kash1444 merged commit d99f3a7 into Kash1444:main Mar 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants