Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pugs
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
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
code
pugs
Commits
d3bee0b8
Commit
d3bee0b8
authored
9 months ago
by
Stéphane Del Pino
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into feature/checkpointing
parents
ef67ba5b
1b8cc748
No related branches found
No related tags found
1 merge request
!199
Integrate checkpointing
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/PugsDoc.cmake
+2
-11
2 additions, 11 deletions
cmake/PugsDoc.cmake
doc/userdoc.org
+1
-0
1 addition, 0 deletions
doc/userdoc.org
with
3 additions
and
11 deletions
cmake/PugsDoc.cmake
+
2
−
11
View file @
d3bee0b8
...
...
@@ -20,13 +20,10 @@ add_custom_target(doc DEPENDS userdoc)
if
(
EMACS AND GNUPLOT_FOUND AND GMSH
)
add_custom_command
(
OUTPUT
"
${
PUGS_BINARY_DIR
}
/doc"
add_custom_target
(
pugsdoc-dir
COMMAND
${
CMAKE_COMMAND
}
-E make_directory
"
${
PUGS_BINARY_DIR
}
/doc"
)
add_custom_target
(
pugsdoc-dir DEPENDS
"
${
PUGS_BINARY_DIR
}
/doc"
)
set
(
ORG_GENERATOR_FILES
"
${
PUGS_SOURCE_DIR
}
/doc/lisp/build-doc-config.el"
"
${
PUGS_SOURCE_DIR
}
/doc/lisp/share/pugs.el"
...
...
@@ -102,16 +99,10 @@ if (EMACS AND GNUPLOT_FOUND AND GMSH)
FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
@ONLY
)
set_source_files_properties
(
${
PUGS_BINARY_DIR
}
/build-pdf.sh2
PROPERTIES
GENERATED TRUE
HEADER_FILE_ONLY TRUE
)
add_custom_target
(
userdoc-pdf DEPENDS pugsdoc-dir
"
${
PUGS_BINARY_DIR
}
/doc/userdoc.pdf"
"
${
PUGS_BINARY_DIR
}
/doc/build-userdoc-pdf.sh"
)
add_dependencies
(
userdoc userdoc-pdf
)
add_dependencies
(
userdoc-html userdoc-pdf
)
else
()
if
(
NOT LATEX_PDFLATEX_FOUND
)
...
...
This diff is collapsed.
Click to expand it.
doc/userdoc.org
+
1
−
0
View file @
d3bee0b8
...
...
@@ -21,6 +21,7 @@
#+LATEX_HEADER: \usepackage{siunitx}
#+LATEX_HEADER: \usepackage[table]{xcolor}
#+LATEX_HEADER: \usepackage{colortbl}
#+LATEX_HEADER: \hypersetup{linktoc = all, colorlinks = true, linkcolor = blue}
#+LATEX_COMPILER: pdflatex --shell-escape
#+LATEX_HEADER_EXTRA: \usepackage{amsmath}
...
...
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