-
-
Notifications
You must be signed in to change notification settings - Fork 217
Updates to getting-started documentation and coffee-machine tutorial #3241
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
Updates to getting-started documentation and coffee-machine tutorial #3241
Conversation
the built app crashes on startup if this command was not run before. the locale folder is empty by default.
preconfigure the repo for in-project virtualenv
since IDs are not used and implemented inconsistently, I consider it better to leave them out
to prevent distraction I consider it better to introduce all requirements as 'shall', since all these requirements are verifiable
small suggested improvements encountered during my run through the tutorial
ruff added (with newer version than hook) to dev, and fixed settings to resolve warnings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @teunhoevenaars, thank you so much for this contribution, these are some really nice documentation updates 🤩.
I have a few comments about some of the dependencies changed and config files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @teunhoevenaars! This is a really great contribution!
@@ -197,9 +197,6 @@ gettext-mo-release = { "script" = "po.build-babel:compile_mo_release" } | |||
translations = ["gettext-pot", "gettext-po", "gettext-mo-all"] | |||
icons = { "shell" = "make -C gaphor/ui/icons" } | |||
|
|||
[tool.poe.executor] | |||
type = "virtualenv" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one, it looks like this puts the configuration back to auto which should allow for centralized virtual environments 👍
@all-contributors please add @teunhoevenaars for docs |
I've put up a pull request to add @teunhoevenaars! 🎉 |
Small updates and suggestions to clarify issues encountered during the getting-started and coffee-machine tutorial.
PR Checklist
Please check if your PR fulfills the following requirements:
NB the link PR Review Checklist on Contributor guide is broken. Something for a later fix as I'm not sure where it is supposed to reference to.
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
This is my first PR to this project, and have done my best to follow all guidelines. In case I've missed some, then this is absolutely not intentional. Please feel free to revert any changes that you deem inappropriate. Many thanks for all your efforts!