Location of the documentation of the commands such as update and package #2211
-
Hi folks, I was working on issue #2148 , and I created a .rst file when creating the PR in briefcase/changes folder assuming that was the only documentation update that I needed to make. However, I received a feedback on my PR suggesting that I should also update the documentation for the relevant commands, like update and package. Where can I find the folder that contains these documentation files? I will quote the PR feedback I recieved for context and will link my PR as well. TIA. Feedback - "The one last detail that is missing: documentation. This adds a command line option to update and package; so the documentation for those commands should be updated to include --app as an available option. The text from the run command can be duplicated for this..." |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The docs for Briefcase are all contained in the There's also a documentation contribution guide for details on how. |
Beta Was this translation helpful? Give feedback.
The docs for Briefcase are all contained in the
docs
folder of the Briefcase repository. The layout of that part of the repository pretty closely follows the navigation hierarchy of the live docs site. The pages are also in.rst
format.There's also a documentation contribution guide for details on how.