Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
5ade0356
Unverified
Commit
5ade0356
authored
May 07, 2021
by
Miroslav Kratochvil
Browse files
only work on julia files
parent
4d0b90a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/make.jl
View file @
5ade0356
...
...
@@ -5,7 +5,8 @@ ENV["TRAVIS_REPO_SLUG"] = "LCSB-BioCore/COBREXA.jl"
# generate notebooks
notebooks_path
=
joinpath
(
@__DIR__
,
"src"
,
"notebooks-src"
)
notebooks
=
joinpath
.
(
notebooks_path
,
readdir
(
notebooks_path
))
notebooks
=
joinpath
.
(
notebooks_path
,
filter
(
x
->
endswith
(
x
,
".jl"
),
readdir
(
notebooks_path
)))
notebooks_outdir
=
joinpath
(
@__DIR__
,
"src"
,
"notebooks"
)
folder
=
"stable"
...
...
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