Skip to content

Commit 72ea3e7

Browse files
committed
added example notebooks to docs
1 parent c64da31 commit 72ea3e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+443980
-472
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,5 +343,5 @@ examples/*
343343
!examples/geolife_sample.csv
344344
!examples/atlantic.csv
345345
!examples/README.md
346-
!examples/#*.ipynb
346+
!examples/[0-9]*.ipynb
347347
!examples/extracao_geolife.ipynb

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: mixed-line-ending
99
args: ['--fix=lf']
1010
- id: check-added-large-files
11-
args: ['--maxkb=15000']
11+
args: ['--maxkb=25000']
1212
- id: no-commit-to-branch
1313
- repo: https://github.com/humitos/mirrors-autoflake
1414
rev: v1.3

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ lint: clean
2525
flake8
2626

2727
docs: clean
28-
sphinx-apidoc -f -o docs/references pymove pymove/tests/
28+
sphinx-apidoc -f -o docs/api pymove pymove/tests/
29+
jupyter nbconvert --to rst --output-dir docs/examples examples/[0-9]*.ipynb
2930
make -C docs html
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)