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
e5bb6960
Unverified
Commit
e5bb6960
authored
May 10, 2021
by
St. Elmo
Browse files
updated index-template name
parent
ca903af7
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/make.jl
View file @
e5bb6960
...
...
@@ -31,7 +31,7 @@ quickstart = match(
open
(
f
->
read
(
f
,
String
),
joinpath
(
@__DIR__
,
".."
,
"README.md"
)),
)
.
captures
[
1
]
index_md
=
replace
(
open
(
f
->
read
(
f
,
String
),
joinpath
(
@__DIR__
,
"src"
,
"index
.md.
template"
)),
open
(
f
->
read
(
f
,
String
),
joinpath
(
@__DIR__
,
"src"
,
"index
-
template
.md
"
)),
"<!--insert_quickstart-->
\n
"
=>
quickstart
,
)
open
(
f
->
write
(
f
,
index_md
),
joinpath
(
@__DIR__
,
"src"
,
"index.md"
),
"w"
)
...
...
docs/src/index
.md.
template
→
docs/src/index
-
template
.md
View file @
e5bb6960
File moved
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