Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dev-docs
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frederik Hennig
dev-docs
Commits
c06bab86
Commit
c06bab86
authored
3 months ago
by
Frederik Hennig
Browse files
Options
Downloads
Patches
Plain Diff
remove everything, add redirection
parent
0a961bf7
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#73469
failed
3 months ago
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-24
1 addition, 24 deletions
.gitlab-ci.yml
.gitmodules
+0
-4
0 additions, 4 deletions
.gitmodules
public/_redirects
+2
-0
2 additions, 0 deletions
public/_redirects
pystencils
+0
-1
0 additions, 1 deletion
pystencils
with
3 additions
and
29 deletions
.gitlab-ci.yml
+
1
−
24
View file @
c06bab86
stages
:
-
docs
-
deploy
pystencils-nbackend-docs
:
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/documentation
stage
:
docs
needs
:
[]
before_script
:
-
git submodule init
-
git submodule update
-
pip install -e ./pystencils[doc]
script
:
-
cd pystencils/docs
-
make html
tags
:
-
docker
artifacts
:
paths
:
-
pystencils/docs/build/html
pages
:
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/full
image
:
alpine:latest
stage
:
deploy
script
:
-
mkdir public
-
mv pystencils/docs/build/html public/pystencils-nbackend
artifacts
:
paths
:
-
public
tags
:
-
docker
only
:
-
master@da15siwa/dev-docs
This diff is collapsed.
Click to expand it.
.gitmodules
deleted
100644 → 0
+
0
−
4
View file @
0a961bf7
[submodule "pystencils"]
path = pystencils
url = https://i10git.cs.fau.de/pycodegen/pystencils.git
branch = v2.0-dev
This diff is collapsed.
Click to expand it.
public/_redirects
0 → 100644
+
2
−
0
View file @
c06bab86
# 301 permanent redirect
dev-docs/* https://pycodegen.pages/i10git.cs.fau.de/
This diff is collapsed.
Click to expand it.
pystencils
@
f3607db2
Compare
f3607db2
...
f3607db2
Subproject commit f3607db25a51ba41ad1a5b0728c2348214c9a28b
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