Skip to content

Commit

Permalink
Merge pull request #62 from IMMM-SFA/dev
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
erexer authored Sep 24, 2024
2 parents 6a14439 + 0b94b15 commit f57ee19
Show file tree
Hide file tree
Showing 14 changed files with 320 additions and 68 deletions.
1 change: 0 additions & 1 deletion docs/source/_static/api.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/_static/cognitive.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/_static/education.svg

This file was deleted.

97 changes: 97 additions & 0 deletions docs/source/_static/index_api.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/source/_static/index_info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions docs/source/_static/index_quickstarter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions docs/source/_static/index_user_guide.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/source/_static/soccer.svg

This file was deleted.

11 changes: 10 additions & 1 deletion docs/source/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,13 @@

.card-body {
padding: 0.5rem;
}
}

/* Custom class for resizing grid-item-card images */
.custom-img-size {
width: 75px; /* Set desired width */
height: auto; /* Maintain aspect ratio */
max-width: 100%; /* Ensure responsiveness */
display: block; /* Remove inline spacing */
margin: 0 auto; /* Center the image horizontally */
}
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@
'sphinx.ext.autosummary',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'sphinx_panels',
'sphinx_design',
'sphinx_rtd_theme',
'sphinx.ext.githubpages',
'sphinx.ext.mathjax',
]

pygments_style = 'sphinx'

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
Loading

0 comments on commit f57ee19

Please sign in to comment.