Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pgtest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mcla
pgtest
Commits
85c46c59
Commit
85c46c59
authored
1 year ago
by
mcla
Browse files
Options
Downloads
Patches
Plain Diff
refresh config
parent
3686ec93
No related branches found
No related tags found
No related merge requests found
Pipeline
#31359
failed
1 year ago
Stage: deploy
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
.htaccess
+9
-0
9 additions, 0 deletions
.htaccess
pg_cs/_config.yml
+27
-11
27 additions, 11 deletions
pg_cs/_config.yml
pg_cs/_toc.yml
+1
-1
1 addition, 1 deletion
pg_cs/_toc.yml
pg_cs/index.md
+0
-0
0 additions, 0 deletions
pg_cs/index.md
requirements.txt
+0
-1
0 additions, 1 deletion
requirements.txt
with
37 additions
and
13 deletions
.htaccess
0 → 100644
+
9
−
0
View file @
85c46c59
RewriteEngine
On
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteRule
^([^\.]+)$ $1.html [NC,L]
AddType
application/octet-stream .md
AddType
application/octet-stream .rst
AddType
application/octet-stream .ggb
AddType
application/octet-stream .ipynb
AddCharset
utf-8 .htm .html .js .css .md
This diff is collapsed.
Click to expand it.
pg_cs/_config.yml
+
27
−
11
View file @
85c46c59
...
...
@@ -5,9 +5,9 @@
#######################################################################################
# Book settings
title
:
PG
Course site
# The title of the book. Will be placed in the left navbar.
title
:
PG
Test
# The title of the book. Will be placed in the left navbar.
author
:
DTU Compute
# The author of the book
copyright
:
"
202
3
"
# Copyright year to be placed in the footer
copyright
:
"
202
4
"
# Copyright year to be placed in the footer
logo
:
logo.png
# A path to the book logo
# Only build table of content _toc.yml files
...
...
@@ -15,20 +15,20 @@ only_build_toc_files: true
# Information about where the book exists on the web
repository
:
url
:
https://
github.com/mclacompute/pgcoursesite
# Online location of your book
path_to_book
:
/
pg_cs
# Optional path to your book, relative to the repository root
url
:
https://
lab.compute.dtu.dk/mcla/pgtest
# Online location of your book
path_to_book
:
pg_cs
# Optional path to your book, relative to the repository root
branch
:
main
# Which branch of the repository should be used when creating links (optional)
# Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html
:
#
html:
use_issues_button
:
true
use_repository_button
:
true
launch_buttons
:
#
launch_buttons:
notebook_interface
:
"
classic"
# or "jupyterlab"
#
binderhub_url: "https://
my
binder
.org
"
colab_url
:
"
https://colab.research.google.com"
binderhub_url
:
"
https://
notebooks.gesis.org/
binder
/
"
#
colab_url: "https://colab.research.google.com"
# thebe : true # husk jupyterlite
parse
:
...
...
@@ -49,8 +49,8 @@ parse:
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
#
execute:
#
execute_notebooks:
forc
e
execute
:
execute_notebooks
:
cach
e
# Add a bibtex file so that we can create citations
bibtex_bibfiles
:
...
...
@@ -60,3 +60,19 @@ bibtex_bibfiles:
# latex:
# latex_documents:
# targetname: book.tex
# Sphinx extentions
sphinx
:
recursive_update
:
true
extra_extensions
:
-
sphinx_toolbox.assets
config
:
assets_dir
:
'
./media'
html_theme_options
:
repository_provider
:
https://lab.compute.dtu.dk
html_context
:
gitlab_url
:
https://lab.compute.dtu.dk/mcla
gitlab_repo
:
"
pgtest/pg_cs"
gitlab_user
:
"
"
gitlab_version
:
main
doc_path
:
source
This diff is collapsed.
Click to expand it.
pg_cs/_toc.yml
+
1
−
1
View file @
85c46c59
...
...
@@ -2,7 +2,7 @@
# Learn more at https://jupyterbook.org/customize/toc.html
format
:
jb-book
root
:
in
tro
root
:
in
dex
parts
:
-
caption
:
chapters
:
...
...
This diff is collapsed.
Click to expand it.
pg_cs/in
tro
.md
→
pg_cs/in
dex
.md
+
0
−
0
View file @
85c46c59
File moved
This diff is collapsed.
Click to expand it.
requirements.txt
+
0
−
1
View file @
85c46c59
jupyter-book
dtumathtools
# ghp-import
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment