Skip to content

Commit

Permalink
cmp
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez committed Jan 11, 2025
1 parent 282d040 commit d6541e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h1 class=casestudies-title>Gallery</h1>
<div class=casestudies-box-container>
{% for example in examples %}
<a class="casestudies-box-content casestudies-underline"
href="{{pathto(example.link)}}">
href="{{example.link}}">
<div class=casestudies-box-title>{{ example.title }}</div><img
src="{{ pathto('_static/../_images', 1) }}/{{ example.image }}" alt="">
<div class=casestudies-box-text>{{ example.description }}</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
html_context = {
'description': description,
'examples': [
{"title": "Basics", "link": f"{g}/examples/example7", "image": "../_static/images/gallery/safeway.png"},
{"title": "Displacements", "link": "examples/01_SISO_Intro", "image": "../_static/images/gallery/sdof_full.svg"},
{"title": "Motions", "link": "examples/04_MIMO_Intro", "image": "../_static/images/gallery/2dof_full.svg"},
{"title": "Basics", "link": f"{g}/examples/example7/", "image": "../_static/images/gallery/safeway.png"},
{"title": "Displacements", "link": f"{g}/examples/example5/", "image": "../_static/images/gallery/Example5.png"},
{"title": "Motions", "link": f"{g}/examples/example6/", "image": "../_static/images/gallery/Example6.png"},
],
**globals()
}
Expand Down
2 changes: 1 addition & 1 deletion docs/library/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ frequency domain and time domain analysis of vibration signals:
.. toctree::
:maxdepth: 1

veux.server
veux.canvas
veux.server

.. top-level functions
.. -------------------
Expand Down

0 comments on commit d6541e6

Please sign in to comment.