Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docs package versions, migrate from sphinx-pages to sphinx-design #61

Merged
merged 4 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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