Skip to content

Commit 9c27a6d

Browse files
committed
docs: import separation and github pages doc
1 parent d72333a commit 9c27a6d

File tree

267 files changed

+9831
-2884
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

267 files changed

+9831
-2884
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
name: Deploy to GitHub Pages
2-
3-
permissions:
4-
contents: write
5-
pages: write
1+
name: Deploy nbdev-mkdocs generated documentation to GitHub Pages
62

73
on:
84
push:
@@ -11,4 +7,5 @@ on:
117
jobs:
128
deploy:
139
runs-on: ubuntu-latest
14-
steps: [uses: fastai/workflows/quarto-ghp@master]
10+
steps:
11+
- uses: airtai/workflows/nbdev-mkdocs-ghp@main

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ data
22
optuna*.txt
33
lightning_logs
44
.lr_find*
5-
# _docs/
5+
_docs/
66
_proc/
77
runs
88
dev_learn/
9+
mkdocs/
910

1011
*.bak
1112
.gitattributes
@@ -156,3 +157,8 @@ checklink/cookies.txt
156157

157158
# Quarto
158159
.quarto
160+
161+
162+
# nbdev_mkdocs
163+
mkdocs/docs/
164+
mkdocs/site/

README.md

Lines changed: 5 additions & 0 deletions

_docs/help (library information).html

Lines changed: 0 additions & 880 deletions
This file was deleted.

_docs/help (library information).html.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
-114 KB
Binary file not shown.
Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,23 @@
468468
<a href="../../theory_assignments/A6/p_assignment6_yecanming.html" class="sidebar-item-text sidebar-link">
469469
<span class="menu-text">AdaBoost算法的深入理解</span></a>
470470
</div>
471+
</li>
472+
</ul>
473+
</li>
474+
<li class="sidebar-item sidebar-item-section">
475+
<div class="sidebar-item-container">
476+
<a class="sidebar-item-text sidebar-link text-start collapsed" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-14" role="navigation" aria-expanded="false">
477+
<span class="menu-text">A7</span></a>
478+
<a class="sidebar-item-toggle text-start collapsed" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-14" role="navigation" aria-expanded="false" aria-label="展开或折叠此栏">
479+
<i class="bi bi-chevron-right ms-2"></i>
480+
</a>
481+
</div>
482+
<ul id="quarto-sidebar-section-14" class="collapse list-unstyled sidebar-section depth2 ">
483+
<li class="sidebar-item">
484+
<div class="sidebar-item-container">
485+
<a href="../../theory_assignments/A7/p_assignment7_yecanming.html" class="sidebar-item-text sidebar-link">
486+
<span class="menu-text">Expectation–maximization 算法的深入理解</span></a>
487+
</div>
471488
</li>
472489
</ul>
473490
</li>
@@ -2214,7 +2231,7 @@ <h3 data-number="6.6" class="anchored" data-anchor-id="auto_kruskal_for_df"><spa
22142231
}
22152232
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
22162233
var mailtoRegex = new RegExp(/^mailto:/);
2217-
var filterRegex = new RegExp("https:\/\/a6fec7dd-c75f-40bf-a42b-ea3a9b6afa20\.netlify\.app\/");
2234+
var filterRegex = new RegExp("https:\/\/Open-Book-Studio\.github\.io\/THU-Coursework-Machine-Learning-for-Big-Data");
22182235
var isInternal = (href) => {
22192236
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
22202237
}
599 KB
Binary file not shown.

_docs/coding_projects/P1_ANOVA/anova_files/figure-commonmark/cell-12-output-2.png renamed to docs/coding_projects/P1_ANOVA/anova_files/figure-commonmark/cell-12-output-2.png

File renamed without changes.

0 commit comments

Comments
 (0)