Skip to content
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
cbaebe0
docs(examples): fix example by making timestamp serializable
UlysseDurand Apr 10, 2026
1a7f116
docs(examples): make examples work with panda2.2+
UlysseDurand Apr 10, 2026
77eb2ff
ci(pre-commit): change ruff python version to 3.10
UlysseDurand Apr 10, 2026
b35ce89
docs(examples): change broken image link
UlysseDurand Apr 10, 2026
e7f0e2d
docs(examples): change broken image link
UlysseDurand Apr 10, 2026
a91e261
docs(examples): change broken image link
UlysseDurand Apr 10, 2026
1fcd441
docs(examples): fix data path error and camera reset view error
UlysseDurand Apr 10, 2026
6142599
docs(examples): remove useless file, another example file can be used
UlysseDurand Apr 10, 2026
4206a7b
docs(examples): make panda object serializable
UlysseDurand Apr 10, 2026
c9cce40
docs(examples): make panda object serializable
UlysseDurand Apr 10, 2026
1dfd304
docs(examples): change port to 9000 used by default
UlysseDurand Apr 10, 2026
5555402
docs(examples): remove trame-markdown examples' broken features
UlysseDurand Apr 10, 2026
f8864b3
docs(examples): change ParaView URL, example still not working
UlysseDurand Apr 10, 2026
be580cd
docs(examples): fix confetti example
UlysseDurand Apr 10, 2026
aa098bb
docs(examples): use paraview venv
UlysseDurand Apr 10, 2026
5705a28
docs(examples): fix colors in example
UlysseDurand Apr 10, 2026
5c591fb
docs(examples): fix images' URL to relative path instead of deployed …
UlysseDurand Apr 10, 2026
6480a19
docs(examples): bump paraview to 6.1
UlysseDurand Apr 14, 2026
239c387
docs(examples): make demo.md features work
UlysseDurand Apr 14, 2026
7dbc08f
docs(examples): change port back to 8080
UlysseDurand Apr 14, 2026
3df33e1
docs(examples): remove `import paraview.web.venv`
UlysseDurand Apr 15, 2026
ef4d0c4
docs(examples): use best practice with TrameApp
UlysseDurand Apr 15, 2026
8c87dd7
docs(examples): use best practice with TrameApp
UlysseDurand Apr 15, 2026
b763491
docs(examples): use best practice with TrameApp
UlysseDurand Apr 15, 2026
2045b95
docs: dense=True -> density="compact" for vue3
UlysseDurand Apr 16, 2026
51c5d78
docs: dense=True -> density="compact" for vue3
UlysseDurand Apr 16, 2026
da98a87
docs(examples): make it clear that vue2 is used with alias v2
UlysseDurand Apr 16, 2026
5679c70
docs(examples): change **kwargs to **_
UlysseDurand Apr 16, 2026
00f71b5
docs(examples): change to ParaView 5.13.that includes the --venv nati…
UlysseDurand Apr 16, 2026
fe2f2e6
docs(examples): change **kwargs to **_ because unused
UlysseDurand Apr 16, 2026
bd2d328
docs(examples): use v_slot_group_header
UlysseDurand Apr 16, 2026
e5d0a47
docs(examples): update version of trame
UlysseDurand Apr 16, 2026
35e5af9
Merge branch 'Kitware:master' into fix-examples2
UlysseDurand Apr 17, 2026
8257818
docs(examples): fix code snippet path
UlysseDurand Apr 17, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/vitepress/examples/core/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ For instance you could deploy the following on a CapRover instance by just runni
[![Simple deployment over https](/assets/images/deployment/cone-caprover.png)](https://github.com/Kitware/trame-app-cone)

::: code-group
<<< @/../../examples/deploy/docker/Dockerfile
<<< @/../../examples/deploy/docker/captain-definition
<<< @/../../examples/deploy/docker/VtkRendering/Dockerfile
<<< @/../../examples/deploy/docker/VtkRendering/captain-definition
<<< @/../../examples/deploy/docker/VtkRendering/app.py
<<< @/../../examples/deploy/docker/VtkRendering/setup/apps.yml [./setup/apps.yaml]
<<< @/../../examples/deploy/docker/VtkRendering/setup/requirements.txt [./setup/requirements.txt]
Expand Down
Loading