Skip to content

Commit

Permalink
Added logo and link to gaitmap ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Sep 18, 2023
1 parent 67805a3 commit 61cc27a
Show file tree
Hide file tree
Showing 14 changed files with 1,367 additions and 90 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. image:: ./docs/_static/logo/datasets_logo_with_text.png
:height: 150px

|
.. image:: https://img.shields.io/pypi/v/gaitmap-datasets
:target: https://pypi.org/project/gaitmap-datasets/
.. image:: https://img.shields.io/badge/docs-online-green
Expand Down Expand Up @@ -25,6 +30,9 @@ All datasets APIs are built using the
interface.
For available datasets see the table below.

This package is part of the gaitmap ecosystem.
`Learn more <https://gaitmap.readthedocs.io/en/latest/source/user_guide/gaitmap_ecosystem.html>`_

Usage
-----

Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html
Submodule html updated 59 files
+1 −1 .buildinfo
+296 −362 CHANGELOG.html
+265 −237 README.html
+ _images/datasets_logo_with_text.png
+8 −0 _sources/README.rst.txt
+12 −0 _sources/logos/README.md.txt
+ _static/datasets.ico
+ _static/datasets_logo.png
+ _static/logo/datasets.ico
+ _static/logo/datasets_logo.png
+260 −0 _static/logo/datasets_logo.svg
+ _static/logo/datasets_logo_with_text.png
+277 −0 _static/logo/datasets_logo_with_text.svg
+137 −152 _static/pygments.css
+3 −32 _static/scripts/bootstrap.js
+5 −0 _static/scripts/bootstrap.js.LICENSE.txt
+1 −0 _static/scripts/bootstrap.js.map
+2 −1 _static/scripts/pydata-sphinx-theme.js
+1 −0 _static/scripts/pydata-sphinx-theme.js.map
+4 −4 _static/styles/bootstrap.css
+1 −1 _static/styles/pydata-sphinx-theme.css
+1 −2 _static/vendor/fontawesome/6.1.2/css/all.min.css
+2 −0 _static/vendor/fontawesome/6.1.2/js/all.min.js
+5 −0 _static/vendor/fontawesome/6.1.2/js/all.min.js.LICENSE.txt
+12 −11 _static/webpack-macros.html
+309 −264 auto_examples/egait_adidas_2014.html
+316 −263 auto_examples/egait_parameter_validation_2013.html
+297 −256 auto_examples/egait_segmentation_validation_2014.html
+246 −189 auto_examples/index.html
+323 −278 auto_examples/kluge_2017.html
+313 −272 auto_examples/pyshoe_2019.html
+357 −323 auto_examples/sensor_position_comparison_2019.html
+239 −178 auto_examples/sg_execution_times.html
+346 −308 auto_examples/stair_ambulation_healthy_2021.html
+204 −179 genindex.html
+239 −178 guides/index.html
+221 −196 index.html
+488 −0 logos/README.html
+261 −220 modules/generated/gaitmap_datasets.DatasetsConfig.html
+301 −436 modules/generated/gaitmap_datasets.EgaitParameterValidation2013.html
+301 −436 modules/generated/gaitmap_datasets.EgaitSegmentationValidation2014.html
+296 −415 modules/generated/gaitmap_datasets.Kluge2017.html
+301 −436 modules/generated/gaitmap_datasets.PyShoe2019Hallway.html
+301 −436 modules/generated/gaitmap_datasets.PyShoe2019Stairs.html
+300 −435 modules/generated/gaitmap_datasets.PyShoe2019Vicon.html
+310 −493 modules/generated/gaitmap_datasets.SensorPositionComparison2019Mocap.html
+302 −445 modules/generated/gaitmap_datasets.SensorPositionComparison2019Segmentation.html
+310 −485 modules/generated/gaitmap_datasets.StairAmbulationHealthy2021Full.html
+308 −475 modules/generated/gaitmap_datasets.StairAmbulationHealthy2021PerTest.html
+257 −208 modules/generated/gaitmap_datasets.config.html
+257 −208 modules/generated/gaitmap_datasets.create_config_template.html
+257 −208 modules/generated/gaitmap_datasets.get_dataset_path.html
+257 −208 modules/generated/gaitmap_datasets.reset_config.html
+257 −208 modules/generated/gaitmap_datasets.set_config.html
+257 −208 modules/generated/gaitmap_datasets.utils.convert_segmented_stride_list.html
+256 −210 modules/index.html
+ objects.inv
+234 −207 search.html
+1 −1 searchindex.js
Binary file added docs/_static/logo/datasets.ico
Binary file not shown.
Binary file added docs/_static/logo/datasets_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
260 changes: 260 additions & 0 deletions docs/_static/logo/datasets_logo.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/_static/logo/datasets_logo_with_text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
277 changes: 277 additions & 0 deletions docs/_static/logo/datasets_logo_with_text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
HERE = Path(__file__).parent
with (HERE.parent / "README.rst").open() as f:
out = f.read()
out = out.replace("./docs/_static/logo/datasets_logo_with_text.png", "./_static/logo/datasets_logo_with_text.png")
with (HERE / "README.rst").open("w+") as f:
f.write(out)

Expand Down Expand Up @@ -112,6 +113,9 @@
#
# Activate the theme.
html_theme = "pydata_sphinx_theme"
html_favicon = "_static/logo/datasets.ico"
html_logo = "_static/logo/datasets_logo.png"

html_theme_options = {
"github_url": URL,
"show_prev_next": False,
Expand All @@ -120,7 +124,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
# html_static_path = ["_static"]
html_static_path = ["_static"]

# -- Options for extensions --------------------------------------------------
# Intersphinx
Expand Down Expand Up @@ -162,4 +166,3 @@
"gaitmap_datasets",
"https://github.com/mad-lab-fau/gaitmap-datasets/blob/{revision}/{package}/{path}#L{lineno}",
)

Loading

0 comments on commit 61cc27a

Please sign in to comment.