# Notes for OBU SE DevOps

## Semester Plan Synopsis[^1]

| Week                                         | Topic                         | Deadlines             |
| -------------------------------------------- | ----------------------------- | --------------------- |
| [1](/week01-introduction-and-commandline.md) | Introduction and Command Line |                       |
| [2](/week02-testing.md)                      | Testing                       |                       |
| [3](/week03-debugging.md)                    | Debugging                     |                       |
| [4](/week04-documentation.md)                | Documentation                 |                       |
| [5](/week05-automatedtesting.md)             | Automated Testing             |                       |
| [6](/week06-shellscripting.md)               | Shell Scripting               |                       |
| [7](/week07-versioncontrolsystem.md)         | Version Control               |                       |
| [8](/week08-consolidation.md)                | Consolidation                 | Coursework Set        |
| [9](/week09-furtherversioncontrol.md)        | Further Version Control.      |                       |
| [10](/week10-packagemanagement.md)           | Package Management            |                       |
| [11](/week11-deployment.md)                  | Deployment                    | Coursework Submission |
| [12](/week12-metaprogramming.md)             | Metaprogramming               | Coursework Test       |

[^1]: For more information about DevOps, please refer to [Module Handbook](https://student.zy.cdut.edu.cn/sites/student.zy.cdut.edu.cn/files/attachments/chc4010devops-2024-2025-modulehandbook.pdf)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://obu-devops-gitbook.anka1.top/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
