Skip to content

Commit

Permalink
mv assets to public for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Jan 2, 2024
1 parent 91371af commit c378f92
Show file tree
Hide file tree
Showing 10 changed files with 1,968 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,39 +30,39 @@ import Gallery from './components/Gallery.vue'
const images = [
{
href: 'examples/animations/scatter_size',
src: 'examples/animations/animScatters.mp4',
src: 'animScatters.mp4',
},
{
href: 'examples/2d/lines/line_latex_bessels',
src: 'examples/2d/lines/line_latex_bessels.svg',
src: 'line_latex_bessels.svg',
},
{
href: 'examples/2d/lines/line_cmaps_a',
src: 'examples/2d/lines/line_cmaps_a.svg',
src: 'line_cmaps_a.svg',
},
{
href: 'examples/2d/streamplot/streamplot',
src: 'examples/2d/streamplot/streamplot.png',
src: 'streamplot.png',
},
{
href: 'examples/3d/contour3d',
src: 'examples/3d/contour3d/contourf_contour3d.png',
src: 'contourf_contour3d.png',
},
{
href: 'examples/3d/lines3d/archimedean_spiral',
src: 'examples/3d/lines3d/archimedean_spiral.png',
src: 'archimedean_spiral.png',
},
{
href: 'examples/3d/meshes/meshes',
src: 'examples/3d/meshes/meshes.png',
src: 'meshes.png',
},
{
href: 'examples/3d/mscatters/RRGraph3D',
src: 'examples/3d/mscatters/RRGraph3D.png',
src: 'RRGraph3D.png',
},
{
href: 'examples/themes/dark_surface_contour3d_streamplot',
src: 'examples/themes/dark_surface_contour3d_streamplot.png',
src: 'dark_surface_contour3d_streamplot.png',
},
]
</script>
Expand Down
Binary file added docs/src/public/RRGraph3D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/public/animScatters.mp4
Binary file not shown.
Binary file added docs/src/public/archimedean_spiral.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/public/contourf_contour3d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,517 changes: 1,517 additions & 0 deletions docs/src/public/line_cmaps_a.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
442 changes: 442 additions & 0 deletions docs/src/public/line_latex_bessels.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/public/meshes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/public/streamplot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c378f92

Please sign in to comment.