Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
COBREXA.jl
Manage
Activity
Members
Plan
External wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LCSB-BioCore
COBREXA.jl
Commits
c77863b0
Commit
c77863b0
authored
3 years ago
by
cylon-x
Browse files
Options
Downloads
Patches
Plain Diff
automatic formatting changes
parent
7b8c6095
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/make.jl
+10
-5
10 additions, 5 deletions
docs/make.jl
with
10 additions
and
5 deletions
docs/make.jl
+
10
−
5
View file @
c77863b0
...
...
@@ -50,7 +50,11 @@ index_md = replace(index_md, "<!--insert_ack_logos-->\n" => ack_logos)
open
(
f
->
write
(
f
,
index_md
),
joinpath
(
@__DIR__
,
"src"
,
"index.md"
),
"w"
)
# copy the contribution guide
cp
(
joinpath
(
".."
,
".github"
,
"CONTRIBUTING.md"
),
joinpath
(
"src"
,
"howToContribute.md"
),
force
=
true
)
cp
(
joinpath
(
".."
,
".github"
,
"CONTRIBUTING.md"
),
joinpath
(
"src"
,
"howToContribute.md"
),
force
=
true
,
)
# build the docs
makedocs
(
...
...
@@ -81,10 +85,11 @@ function replace_in_doc(filename, replacement)
open
(
f
->
write
(
f
,
contents
),
joinpath
(
@__DIR__
,
"build"
,
filename
),
"w"
)
end
replace_in_doc
(
"index.html"
,
"blob/master/docs/src/index.md"
=>
""
)
replace_in_doc
(
joinpath
(
"howToContribute"
,
"index.html"
),
"blob/master/docs/src/howToContribute.md"
=>
""
)
replace_in_doc
(
"index.html"
,
"blob/master/docs/src/index.md"
=>
""
)
replace_in_doc
(
joinpath
(
"howToContribute"
,
"index.html"
),
"blob/master/docs/src/howToContribute.md"
=>
""
,
)
deploydocs
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment