-
-
Notifications
You must be signed in to change notification settings - Fork 6
Shift BeeWare tutorial to MkDocs #3
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
3443a3f
Add MkDocs configs, convert docs to Markdown.
kattni d2e1584
Add config file, add header anchors.
kattni 9a76f9c
End-of-file fixes on PO files.
kattni 1d75266
Building - no errors. Time to optimise.
kattni 65d4098
Updating PO files
kattni c626d76
Building, BeeWare theme in, PO files ready for merge.
kattni 81e2d05
Merge branch 'main' into tooling/mkdocs
kattni f7249e3
Tooling, translation files/templates, content.
kattni 4069523
Update figure code to Markdown format.
kattni b5b5887
Bring tutorial up to MkDocs.
kattni 014c0c4
Update anchors/links/translations.
kattni a221b62
Update links in PO files.
kattni 7231186
Requested changes.
kattni 2527f17
Add URL checker failure output file to .gitignore.
kattni f9dbb1f
Replace include-markdown with Snippets.
kattni 40436de
Add Snippets syntax to pyspelling ignore.
kattni 6c8b29b
Update docs/en/tutorial/tutorial-5/iOS.md
kattni 6e450b7
Update docs/en/tutorial/tutorial-2.md
kattni 762bc2a
Update docs/en/tutorial/tutorial-7.md
kattni fb8c843
Update docs/en/tutorial/topics/camera-access.md
kattni 6fe0035
Update docs/en/tutorial/tutorial-8.md
kattni 8b37894
Update docs/en/tutorial/topics/camera-access.md
kattni db784e0
Remove unnecessary key.
kattni bbae63a
Upgrade tox and RTD configs to py313, and RTD to newer build os.
kattni 1940e0c
Remove unneeded directories.
kattni 11d8bf2
Merge branch 'main' into tooling/mkdocs
freakboy3742 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| name: Update pre-commit | ||
|
|
||
| on: | ||
| schedule: | ||
| - cron: "0 20 * * SUN" # Sunday @ 2000 UTC | ||
| workflow_dispatch: | ||
|
|
||
| jobs: | ||
| pre-commit-update: | ||
| name: Update pre-commit | ||
| uses: beeware/.github/.github/workflows/pre-commit-update.yml@main | ||
| secrets: inherit | ||
| with: | ||
| pre-commit-source: pre-commit | ||
| create-changenote: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| repos: | ||
| - repo: https://github.com/pre-commit/pre-commit-hooks | ||
| rev: v6.0.0 | ||
| hooks: | ||
| - id: check-toml | ||
| - id: check-yaml | ||
| - id: check-case-conflict | ||
| - id: end-of-file-fixer | ||
| # PO files may not have a trailing EOL, as they are tool generated | ||
| exclude: "locales" | ||
| - id: trailing-whitespace |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| matrix: | ||
| - name: markdown | ||
| dictionary: | ||
| wordlists: | ||
| - docs/spelling_wordlist | ||
| output: _build/dictionary/python.dic | ||
| sources: | ||
| - '**/*.md' | ||
| pipeline: | ||
| - pyspelling.filters.markdown: | ||
| markdown_extensions: | ||
| - markdown.extensions.toc | ||
| - markdown.extensions.admonition | ||
| - markdown.extensions.attr_list | ||
| - pymdownx.superfences | ||
| - pymdownx.blocks.admonition | ||
| - pymdownx.blocks.caption | ||
| - pymdownx.blocks.tab | ||
| - pyspelling.filters.html: | ||
| comments: true | ||
| attributes: | ||
| - title | ||
| - alt | ||
| ignores: | ||
| - 'code' | ||
| - 'pre' | ||
| - 'nospell' | ||
| - pyspelling.filters.context: | ||
| context_visible_first: true | ||
| escapes: '\\[\\`~]' | ||
| delimiters: | ||
| # Ignore the Jinja directives | ||
| - open: '{%' | ||
| content: '[\d\D]*' | ||
| close: '%}' | ||
| # Ignore the single line Snippets syntax | ||
| - open: '-8<\-' | ||
| content: '[\d\D]*' | ||
| close: '\n' | ||
| # Ignore the multiline Snippets syntax | ||
| - open: '-8<\-\n' | ||
| content: '[\d\D]*' | ||
| close: '-8<-\n' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.