Skip to content
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
17 changes: 10 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
contents: write # needed for gh-pages

jobs:
build-docs:
build-book:
name: Build and Deploy Documentation
runs-on: ubuntu-latest

Expand Down Expand Up @@ -45,16 +45,19 @@ jobs:
quarto check

- name: Render Quarto site
run: |
quarto render book
uses: quarto-dev/quarto-actions/render@v2
with:
to: html # If set, it will be equivalent to `quarto render --to html`
path: book


# Deploy Preview for PRs
- name: Publish PR Preview
if: github.event_name == 'pull_request'
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_site
publish_dir: ./book/_site
destination_dir: previews/PR${{ github.event.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -65,7 +68,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_site
publish_dir: ./book/_site
destination_dir: dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -76,7 +79,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_site
publish_dir: ./book/_site
destination_dir: ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -87,7 +90,7 @@ jobs:
version="${GITHUB_REF#refs/tags/}"
echo "Detected version: $version"
mkdir -p ./latest
cp -r ./docs/_site/* ./latest/
cp -r ./book/_site/* ./latest/

- name: Publish stable release to 'latest'
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref_name, '-')
Expand Down
3 changes: 2 additions & 1 deletion book/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

_book/

**/lightning_logs/**
**/lightning_logs/**
**/*.quarto_ipynb
1 change: 0 additions & 1 deletion book/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ book:
favicon: "logo.jpeg"
search: true
repo-url: https://github.com/sktime/python_brasil_2025/
repo-actions: [edit]
sharing: [twitter, facebook]
cover-image: "logo.jpeg"
cover-image-alt: "Uma ilustração de séries temporais"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
4,422 changes: 4,422 additions & 0 deletions book/latest/content/pt/extra/sktime_custom.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 book/latest/content/pt/part1/balls1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,761 changes: 2,761 additions & 0 deletions book/latest/content/pt/part1/components_and_diff.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,972 changes: 1,972 additions & 0 deletions book/latest/content/pt/part1/ets_and_ar.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
770 changes: 770 additions & 0 deletions book/latest/content/pt/part1/index.html

Large diffs are not rendered by default.

1,035 changes: 1,035 additions & 0 deletions book/latest/content/pt/part1/metricas.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,570 changes: 1,570 additions & 0 deletions book/latest/content/pt/part1/naive.html

Large diffs are not rendered by default.

1,295 changes: 1,295 additions & 0 deletions book/latest/content/pt/part2/deep_learning.html

Large diffs are not rendered by default.

2,013 changes: 2,013 additions & 0 deletions book/latest/content/pt/part2/exog_variables.html

Large diffs are not rendered by default.

1,395 changes: 1,395 additions & 0 deletions book/latest/content/pt/part2/hierarchical_forecasting.html

Large diffs are not rendered by default.

Binary file added book/latest/content/pt/part2/img/reduction.png
1,726 changes: 1,726 additions & 0 deletions book/latest/content/pt/part2/ml_models.html

Large diffs are not rendered by default.

3,569 changes: 3,569 additions & 0 deletions book/latest/content/pt/part2/panel_data.html

Large diffs are not rendered by default.

Loading