Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
420d27d6
Commit
420d27d6
authored
Jan 06, 2020
by
SOLIMAN Sylvain
Browse files
Merge branch 'hotfix/pages-zip-fail'
parents
dd9d64f4
7a5f4815
Changes
5
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
420d27d6
...
...
@@ -39,7 +39,7 @@ pages:
-
linux
script
:
-
make doc/index.html web/biocham.zip
-
curl --fail "$CI_PAGES_URL/content.zip" -o content.zip
-
curl --fail "$CI_PAGES_URL/content.zip" -o content.zip
||
true
-
if [ -r content.zip ]; then unzip content.zip; rm content.zip; fi
-
mkdir -p public
-
cp -r doc devdoc web/*.{html,png,zip} public
...
...
about.pl
View file @
420d27d6
...
...
@@ -8,10 +8,10 @@
about
/
0
]).
version
(
'4.3.
0
'
).
version
(
'4.3.
1
'
).
copyright
(
'Copyright (C) 2003-20
19
Inria, EPI Lifeware, Saclay-Île de France, France'
'Copyright (C) 2003-20
20
Inria, EPI Lifeware, Saclay-Île de France, France'
).
license
(
'GNU GPL 2'
).
...
...
biocham_jupyter/guinbextension/package.json
View file @
420d27d6
{
"name"
:
"gui"
,
"version"
:
"4.3.
0
"
,
"version"
:
"4.3.
1
"
,
"description"
:
"biocham gui in jupyter notebook"
,
"main"
:
"src/index.js"
,
"scripts"
:
{
...
...
biocham_jupyter/kernel/biocham_kernel/__init__.py
View file @
420d27d6
"""Example magic"""
__version__
=
'4.3.
0
'
__version__
=
'4.3.
1
'
web/index.html
View file @
420d27d6
...
...
@@ -32,7 +32,7 @@
</head>
<body>
<h1>
The Biochemical Abstract Machine BIOCHAM 4
</h1>
<h1>
version 4.3.
0
, January 2020
</h1>
<h1>
version 4.3.
1
, January 2020
</h1>
<div
class=
"authors"
>
<p>
...
...
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