Skip to content

Commit 9c1d5a2

Browse files
authored
Change the order of questions asked in the wizard. (#74)
1 parent 9628aa9 commit 9c1d5a2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/en/tutorial/tutorial-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Let's start our first BeeWare project! We're going to use the Briefcase `new` co
7272

7373
Briefcase will ask us for some details of our new application. For the purposes of this tutorial, use the following:
7474

75+
- **GUI framework** - Accept the default option, Toga (BeeWare's own GUI toolkit).
7576
- **Formal Name** - Accept the default value: `Hello World`.
7677
- **App Name** - Accept the default value: `helloworld`.
7778
- **Bundle Identifier** - If you own your own domain, enter that domain in reversed order. (For example, if you own the domain "cupcakes.com", enter `com.cupcakes` as the bundle). If you don't own your own domain, accept the default bundle (`com.example`).
@@ -81,7 +82,6 @@ Briefcase will ask us for some details of our new application. For the purposes
8182
- **Author's Email** - Enter your own email address. This will be used in the configuration file, in help text, and anywhere that an email is required when submitting the app to an app store.
8283
- **Application URL** - The URL of the landing page for your application. Again, if you own your own domain, enter a URL at that domain (including the `https://`). Otherwise, just accept the default URL (`https://example.com/helloworld`). This URL doesn't need to actually exist (for now); it will only be used if you publish your application to an app store.
8384
- **Project License** - Accept the default license (BSD). This won't affect anything about the operation of the tutorial, though - so if you have particularly strong feelings about license choice, feel free to choose another license.
84-
- **GUI framework** - Accept the default option, Toga (BeeWare's own GUI toolkit).
8585

8686
Briefcase will then generate a project skeleton for you to use. If you've followed this tutorial so far, and accepted the defaults as described, your file system should look something like:
8787

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ docs_dir = {tox_root}{/}docs{/}en
88
# Docs are always built on Python 3.13. See also the RTD config.
99
base_python = py313
1010
skip_install = true
11+
setenv =
12+
DISABLE_MKDOCS_2_WARNING = true
13+
NO_MKDOCS_2_WARNING = 1
1114
passenv =
1215
DEEPL_API_KEY
1316
dependency_groups = docs

0 commit comments

Comments
 (0)