Skip to content
Snippets Groups Projects
Commit c8644891 authored by Robert Lanzafame's avatar Robert Lanzafame
Browse files

Merge branch 'toc-purge-check' into 'main'

Toc purge check

See merge request !79
parents ba9c8245 4b978619
No related branches found
No related tags found
2 merge requests!80check toc purge,!79Toc purge check
Pipeline #207276 passed
......@@ -185,3 +185,26 @@ To run a `.sh` in Windows, make sure you have Git installed. If Windows still do
### Thebe Lite
Thebe Lite is used to allow interactive code within the notebook. For more information on its use, read the `Live Code` page in the `Cookbook` section. For technical information, read the [Thebe Lite readme](thebe_lite/THEBE_LITE.md).
## Publishing the MUDE Websites
We have 2 websites, the "website" and the "book"
Each website has a "published" and "draft" version: the first is the official version and builds when a merge into the publish branch happens. The second is our draft book and will automatically build when you merge into main. This is where we will stage, review contents prior to sharing with students (also testing interactive functionality). I advise you to just bookmark them in a way that clarifies the difference between “draft” and “published” versions
Thus, there are 4 websites:
* Published website: [https://mude.citg.tudelft.nl/](https://mude.citg.tudelft.nl/)
* Draft website: [https://mude.citg.tudelft.nl/draft/](https://mude.citg.tudelft.nl/draft/)
* Published book: [https://mude.citg.tudelft.nl/book](https://mude.citg.tudelft.nl/book)
* Draft book: [https://mude.citg.tudelft.nl/book-draft](https://mude.citg.tudelft.nl/book-draft)
Draft book and draft website is protected with:
```
Username: teacher
Password: access
```
A new feature is added: anything in `_toc.yml` between `# START REMOVE-FROM-PUBLISH` and `# END REMOVE-FROM-PUBLISH` will be automatically removed from the published version of the book (the banner warning about a draft book is also automatically removed).
If you need to remove the published version, a push to branch `purge-book` will deploy the book in that branch. It is set up with all unnecessary files removed and a 1-page Jupyter Book. The branch is protected with permission granted only to those with maintainer role.
\ No newline at end of file
......@@ -249,7 +249,7 @@ parts:
title: Assignment 2
- file: EVA/MUDE/01_06_4-1-EVA2_teacher.ipynb
title: Solution 2
# START REMOVE-FROM-PUBLISH
# Coding
- caption: Coding (Last Year)
chapters:
......@@ -289,4 +289,4 @@ parts:
- file: old/coding/2-2/1_2.ipynb
- file: old/coding/2-2/1-part-2.md
- file: old/coding/2-2/1-part-3.md
# END REMOVE-FROM-PUBLISH
......@@ -3,39 +3,3 @@
Welcome to the MUDE textbook.
_this is where stuff will be written later_
````{admonition} Update for MUDE Teachers
:class: note
I got rid of the README that used to be here, because you should have your workflow set by now, and you should know by now that you can always check it on GitLab [here](https://gitlab.tudelft.nl/mude/book/). **I'll put recent updates here for the 2 weeks leading up to the start of Q1**:
- Draft of Programming Part is ready---the first content for the "new" book to be placed! Note that it is located in `book/book/programming`.
- As you finalize the ToC for your material, move it to the same level directory as the programming part. All Parts should be a sub-directory of `book`.
- By the start of Q1, all material in `cookbook`, `old`, `sandbox` should be removed, moved or hidden (preferably by YOU!)
- **Aug 24**: draft ToC prepared for afternoon collaboration session.
````
Table of Contents notes (can turn into text on this page later):
- Modeling is a clear topic and has it's own part. Q2 topics are separated though, at least for this year
- Modeling can be both the model (and it's underlying mathematics) as well as conceptual processes. Both are very applicatble to
- Data is difficult to separate from modeling, probability and statistics topics, so it doesn't have it's own heading
- Uncertainty is far too broad a topic, so we instead rely on sub-topics like probability, statistics, observation theory, error propagation, etc
- "Uncertainty and Data" are especially difficult to extract from each other
- Modeling and Probability parts cover weeks 1.1, 1.2, 1.5, 1.6, 1.7, 1.8 (partial)
- 2.1: FVM
- 2.2: FEM
- 2.3
- 2.7-2.8: Risk & Reliability (also may be used partially in 1.7-1.8)
````{admonition} Dicatorial Proclamation by the MUDE Manager
:class: warning
The MUDE content formerly known as **coding** shall henceforth be called **programming.**
Don't like it? Too bad, maybe you can become manager next year and change it back. I have plenty of reasons, but rather than type them I believe they are better discussed over a cold beverage.
````
<!-- ```{note}
Right now, the home page of the book simply displays `README.md` which is located at `./book/` or you can [read on GitLab here](https://gitlab.tudelft.nl/mude/book/-/blob/main/README.md).
```
```{include} ../README.md
``` -->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment