Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
website-pyscidatagre
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
python-uga
website-pyscidatagre
Commits
ddee21dc
Commit
ddee21dc
authored
Jul 03, 2019
by
paugier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pages Gitlab
parent
51621c60
Pipeline
#26561
failed with stage
in 24 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
55 additions
and
11 deletions
+55
-11
.gitignore
.gitignore
+32
-0
.gitlab-ci.yml
.gitlab-ci.yml
+22
-0
.hgignore
.hgignore
+0
-10
Makefile
Makefile
+1
-1
No files found.
.gitignore
0 → 100644
View file @
ddee21dc
*.pyd*
*.pyc
*~
**/tmp
*.so
*.o
*.pstats
*.mod
venv
output/*
cache/*
*~
*.pyc
*.el
*/.ipynb_checkpoints/*
_build
build
__pycache__
__pythran__
\#*\#
.vscode
*/.ipynb_checkpoints/*
**/*.egg-info/
.gitlab-ci.yml
0 → 100644
View file @
ddee21dc
image
:
python
stages
:
-
deploy
pages
:
stage
:
deploy
script
:
-
pip3 install pelican
-
make html
-
mkdir .public
-
cp output/* .public
-
mv .public public
artifacts
:
paths
:
-
public
only
:
-
master
-
web
\ No newline at end of file
.hgignore
deleted
100644 → 0
View file @
51621c60
syntax: glob
output/*
cache/*
*~
*.pyc
*.el
*/.ipynb_checkpoints/*
Makefile
View file @
ddee21dc
PY
?=
python
PY
?=
python
3
PELICAN
?=
pelican
PELICANOPTS
=
# python 2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment