Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
with:
name: demos_usage
path: |
notebooks/
docs/source/notebooks/

test:
needs: build
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,9 @@ cython_debug/
*.code-workspace

docs/build
docs/source/results_introduction
**/results_introduction/
docs/jupyter_execute
pedpy/_version.py
docs/source/ZENODO.rst
notebooks/results_introduction
# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode,pycharm,jupyternotebooks
.vscode
13 changes: 13 additions & 0 deletions docs/source/_static/icon_analysis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions docs/source/_static/icon_fd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/source/_static/icon_fd_at_line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/source/_static/icon_measurement_setup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/source/_static/icon_preprocessing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/source/_static/icon_working_with_results.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
106 changes: 106 additions & 0 deletions docs/source/_static/user_guide_flow.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/demo-data

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/fundamental_diagram.ipynb

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/fundamental_diagram_at_measurement_line.ipynb

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/getting_started.ipynb

This file was deleted.

9 changes: 4 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ PedPy: Pedestrian Trajectory Analyzer
:maxdepth: 1
:hidden:

Getting Started <getting_started>
User Guide <user_guide>
Getting Started <notebooks/getting_started>
User Guide <user_guide/index>
API Reference <api/index>
Methods <methods/index>
Developer Guide <developer_guide>
Cite PedPy <citation>
Changelog <changelog>
Expand Down Expand Up @@ -52,7 +51,7 @@ Cite PedPy
.. grid-item-card:: Getting Started
:img-top: _static/getting_started.svg
:class-card: intro-card
:link: getting_started
:link: notebooks/getting_started
:link-type: doc
:link-alt: To the getting started guide

Expand All @@ -62,7 +61,7 @@ Cite PedPy
.. grid-item-card:: User Guide
:img-top: _static/user_guide.svg
:class-card: intro-card
:link: user_guide
:link: user_guide/index
:link-type: doc
:link-alt: To the user guide

Expand Down
18 changes: 0 additions & 18 deletions docs/source/methods/index.rst

This file was deleted.

Loading
Loading