Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JSC Pandas Introduction
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Herten
JSC Pandas Introduction
Commits
5099c19f
Commit
5099c19f
authored
4 years ago
by
Andreas Herten
Browse files
Options
Downloads
Patches
Plain Diff
add static version of slides
parent
da1cbe39
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
gen-static-slides-bundle.mk
+10
-0
10 additions, 0 deletions
gen-static-slides-bundle.mk
static-slides-bundle.tar.gz
+0
-0
0 additions, 0 deletions
static-slides-bundle.tar.gz
with
10 additions
and
0 deletions
gen-static-slides-bundle.mk
0 → 100755
+
10
−
0
View file @
5099c19f
#!/usr/bin/make -f
# Generates a tar with all files needed to view the HTML presetnation properly
# -Andreas Herten, 2021 May 26
.PHONY
:
all
all
:
static-slides-bundle.tar.gz
SOURCES
=
Introduction-to-Pandas--slides.html img/ fzj-reveal.js/img/ fzj-reveal.js/reveal.js fzj-reveal.js/custom.css fzj-reveal.js/fzj.js
static-slides-bundle.tar.gz
:
gen-slides-bundle.mk $(SOURCES)
tar
czf
$@
--transform
's,^,pandas-tutorial-slides/,'
$(
SOURCES
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
static-slides-bundle.tar.gz
0 → 100644
+
0
−
0
View file @
5099c19f
File added
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