Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Romin Tomasetti
gmsh
Commits
c8b73eb7
Commit
c8b73eb7
authored
5 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
print full namespace in API doc for each function, to make the doc easier to search
parent
51cb13c9
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
api/GenApi.py
+1
-1
1 addition, 1 deletion
api/GenApi.py
api/api.texi
+254
-254
254 additions, 254 deletions
api/api.texi
doc/texinfo/api.texi
+254
-254
254 additions, 254 deletions
doc/texinfo/api.texi
utils/docker/README
+5
-4
5 additions, 4 deletions
utils/docker/README
with
514 additions
and
513 deletions
api/GenApi.py
+
1
−
1
View file @
c8b73eb7
...
@@ -1421,7 +1421,7 @@ class API:
...
@@ -1421,7 +1421,7 @@ class API:
f
.
write
(
"
@section Namespace @code{
"
+
path
+
"
}:
"
+
module
.
doc
+
"
\n\n
"
);
f
.
write
(
"
@section Namespace @code{
"
+
path
+
"
}:
"
+
module
.
doc
+
"
\n\n
"
);
f
.
write
(
"
@ftable @code
\n
"
);
f
.
write
(
"
@ftable @code
\n
"
);
for
rtype
,
name
,
args
,
doc
,
special
in
module
.
fs
:
for
rtype
,
name
,
args
,
doc
,
special
in
module
.
fs
:
f
.
write
(
"
@item
"
+
name
+
"
\n
"
);
f
.
write
(
"
@item
"
+
path
+
'
/
'
+
name
+
"
\n
"
);
tdoc
=
doc
.
replace
(
"
`
"
,
"
@code{
"
).
replace
(
"'"
,
"
}
"
)
tdoc
=
doc
.
replace
(
"
`
"
,
"
@code{
"
).
replace
(
"'"
,
"
}
"
)
f
.
write
(
"
\n
"
.
join
(
textwrap
.
wrap
(
tdoc
,
80
))
+
"
\n\n
"
)
f
.
write
(
"
\n
"
.
join
(
textwrap
.
wrap
(
tdoc
,
80
))
+
"
\n\n
"
)
f
.
write
(
"
@table @asis
\n
"
);
f
.
write
(
"
@table @asis
\n
"
);
...
...
This diff is collapsed.
Click to expand it.
api/api.texi
+
254
−
254
View file @
c8b73eb7
This diff is collapsed.
Click to expand it.
doc/texinfo/api.texi
+
254
−
254
View file @
c8b73eb7
This diff is collapsed.
Click to expand it.
utils/docker/README
+
5
−
4
View file @
c8b73eb7
# build image (add "--build-arg REBUILD_GMSH=yes" to rebuild the Gmsh lib)
# build image (add "--build-arg REBUILD_GMSH=123" to rebuild the Gmsh lib, where
# 123 must be different from build to build)
docker build -f Dockerfile.ubuntu18.10 -t onelab/ubuntu18.10 --build-arg REBUILD_GMSH=
yes
.
docker build -f Dockerfile.ubuntu18.10 -t onelab/ubuntu18.10 --build-arg REBUILD_GMSH=
123
.
docker build -f Dockerfile.debian.wheezy.64bit -t onelab/debian.wheezy.64bit --build-arg REBUILD_GMSH=
yes
.
docker build -f Dockerfile.debian.wheezy.64bit -t onelab/debian.wheezy.64bit --build-arg REBUILD_GMSH=
123
.
docker build -f Dockerfile.debian.wheezy.32bit -t onelab/debian.wheezy.32bit --build-arg REBUILD_GMSH=
yes
.
docker build -f Dockerfile.debian.wheezy.32bit -t onelab/debian.wheezy.32bit --build-arg REBUILD_GMSH=
123
.
# push image to docker-hub
# push image to docker-hub
...
...
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