Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hysop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
particle_methods
hysop
Merge requests
!45
Update "Development documentation"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update "Development documentation"
14-development-documentation-2
into
master
Overview
0
Commits
13
Pipelines
12
Changes
110
Merged
EXT Jean-Matthieu Etancelin
requested to merge
14-development-documentation-2
into
master
2 years ago
Overview
0
Commits
13
Pipelines
12
Changes
110
Expand
Update master with new doc structure and triggering hysop-doc CI on master changes.
0
0
Merge request reports
Compare
master
version 8
3cb225c5
2 years ago
version 7
8922f842
2 years ago
version 6
48ef8163
2 years ago
version 5
183430ec
2 years ago
version 4
79d0350d
2 years ago
version 3
961a77e5
2 years ago
version 2
a6844db5
2 years ago
version 1
1bce1e56
2 years ago
master (base)
and
latest version
latest version
0b353438
13 commits,
2 years ago
version 8
3cb225c5
12 commits,
2 years ago
version 7
8922f842
11 commits,
2 years ago
version 6
48ef8163
10 commits,
2 years ago
version 5
183430ec
9 commits,
2 years ago
version 4
79d0350d
8 commits,
2 years ago
version 3
961a77e5
7 commits,
2 years ago
version 2
a6844db5
6 commits,
2 years ago
version 1
1bce1e56
5 commits,
2 years ago
110 files
+
63
−
21775
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
110
Search (e.g. *.vue) (Ctrl+P)
ci/docker_images/ubuntu/jammy/Dockerfile
+
1
−
1
Options
@@ -240,7 +240,7 @@ RUN cd /tmp && \
# Tools for building documentation
RUN
apt-get update
&&
apt-get
install
-y
graphviz
&&
apt-get
install
-y
doxygen
RUN ${
PYTHON_EXECUTABLE
}
-m
pip
install
sphinx sphinxcontrib-bibtex sphinxcontrib-doxylink sphinx_bootstrap_theme strip-hints
RUN ${
PYTHON_EXECUTABLE
}
-m
pip
install
sphinx sphinxcontrib-bibtex sphinxcontrib-doxylink sphinx_bootstrap_theme
sphinx-rtd-theme
strip-hints
RUN ${
PYTHON_EXECUTABLE
}
-m
pip
install
ansicolors
--ignore-installed
RUN ${
PYTHON_EXECUTABLE
}
-m
pip
install
numpy
==
1.21.5
Loading