Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
2c9f1b6a
Unverified
Commit
2c9f1b6a
authored
May 11, 2021
by
Laurent Heirendt
✈
Committed by
GitHub
May 11, 2021
Browse files
Merge pull request #247 from LCSB-BioCore/lh-fix-nbviewer
fix nb viewer - second round
parents
fb688393
1ac9bbac
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/make.jl
View file @
2c9f1b6a
...
...
@@ -29,19 +29,9 @@ folder = Base.CoreLogging.with_logger(Base.CoreLogging.NullLogger()) do
)
end
## only temporary - will be removed once p
ublic
## only temporary - will be removed once p
roperly released
branch
=
"gh-pages"
for
notebook
in
notebooks
Literate
.
markdown
(
notebook
,
notebooks_outdir
;
repo_root_url
=
"https://github.com/
$
(ENV["
TRAVIS_REPO_SLUG
"])/blob/master"
,
nbviewer_root_url
=
"https://nbviewer.jupyter.org/github/
$
(ENV["
TRAVIS_REPO_SLUG
"])/blob/gh-pages/
$(folder)
"
,
binder_root_url
=
"https://mybinder.org/v2/gh/
$
(ENV["
TRAVIS_REPO_SLUG
"])/
$(branch)
?filepath=
$(folder)
"
,
)
Literate
.
notebook
(
notebook
,
notebooks_outdir
)
end
folder
=
"dev"
# generate index.md from .template and the quickstart in README.md
quickstart
=
match
(
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment