Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Kurečka
Plumed AlphaFold
Commits
1e537324
There was an error fetching the commit references. Please try again later.
Commit
1e537324
authored
9 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Plain Diff
Merge branch 'v2.1' into v2.2
[makedoc]
parents
a5553b67
e654ba5f
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
user-doc/go-doxygen
+9
-1
9 additions, 1 deletion
user-doc/go-doxygen
with
9 additions
and
1 deletion
user-doc/go-doxygen
+
9
−
1
View file @
1e537324
...
...
@@ -27,9 +27,17 @@ LIST="
# echo "LAYOUT_FILE=PlumedLayout.xml"
}
| doxygen -
version
=
$(
plumed
--no-mpi
info
--version
)
# in the online manual better to put the branch name
# which is available through the TRAVIS_BRANCH env var
if
test
"
$TRAVIS
"
==
true
;
then
version
=
"
${
TRAVIS_BRANCH
}
"
fi
for
file
in
html/
*
.html
do
awk
-v
version
=
$
(
plumed
--no-mpi
info
--
version
)
'{
awk
-v
version
=
"
$version
"
'{
if(match($0,"<span>Main Page</span>")){
sub("Main","Home",$0);
sub("Page","(v"version")",$0);
...
...
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