Skip to content

Commit

Permalink
Correct documentation errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Nov 23, 2023
1 parent b2097f1 commit 49c54e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions docs/reference/api/resources/command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ It isn't possible to have functionality exposed on a toolbar that isn't also exp
the app. So, ``cmd2`` will be added to the app, even though it wasn't explicitly added
to the app commands.

.. _status-item-group:

Status Item Groups
~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -102,8 +104,8 @@ Notes
installed by default for most users. Toga has no way to detect if the user's
environment supports status indicators, so there is not guarantee that any status
indicators provided by your app will be visible. If your app is using a status item as
the only user interface (e.g., in a :ref:`Windowless app
</reference/api/windowlessapp>`__), this may result in an app that appears to do
the only user interface (e.g., in a :doc:`Windowless app
</reference/api/windowlessapp>`), this may result in an app that appears to do
nothing, but raises no errors.

Reference
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/api/windowlessapp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Usage
-----

A WindowlessApp is a specialized subclass of App that is used for apps that *don't* have
a main window, such as an app that generates a icon in the system tray or status bar.
As there is no main window controlling the app, the app is responsible for defining the
user action that will exit the app.
a main window, such as an app that generates a :ref:`icon in the system tray or status
bar <status-item-group>`. As there is no main window controlling the app, the app is
responsible for defining the user action that will exit the app.

Reference
---------
Expand Down
1 change: 1 addition & 0 deletions docs/spelling_wordlist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ amongst
App
apps
awaitable
Ayatana
backend
backends
BeeWare
Expand Down

0 comments on commit 49c54e5

Please sign in to comment.