-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New examples #576
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
New examples #576
Conversation
If something is within the examples section, then it is redundant to add "Example" to the name. So I vote for "Thing". If totally necessary, I vote for "ThingEx", as a shorthand for "ThingExample". |
…iroText deprecation. Ran black
@MysaaJava Thanks a lot for putting this up so nicely!! 👍🏼
Yep, I also thing "Thing" would be the prettiest way.
I can agree on that |
Just left some comments |
Thank you for implementing these changes! |
I merged master to trigger the RTD build again. Something was weird with it. |
It was just something about the logo link that changed (again) |
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.
Thank you so much for your work, this is great and improves the documentation by quite a bit again! 💯
I've added a bunch of mostly harmless suggestions (I think all of them concerning code formatting in the examples), please go over them and consider applying them.
And finally: Could you please explain why the changes in scene_file_writer.py
were necessary? (This is not really something one would expect from a "more examples" kind of PR, and the file writing stuff is a bit delicate overall. In principle, I am okay with the changes and the tests also still pass, but I'd still like to hear a short explanation from you.)
Also, I am marking this as a PR thats no longer in draft status. |
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Mostly reformatting in a more black-approved way Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
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.
The goal of scene_file_writer modifications was to remove ffmpeg complaining that the partial_movie_file.txt is empty
Thanks for explaining! Then I am also okay with the modifications to |
…ternet conection nor on the filesystem changing. Also applied some suggestions from beackl
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 for your efforts! I think this is good to go now.
While looking through the examples you added one last time, I found #610 -- so don't worry if some videos are currently not looking right.
Thanks a lot, I know this was a lot of work! |
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.
Sorry for the delay, and thanks for splitting the PRs.
What to do
I wanted to use this draft to discuss the examples naming convention: There is currently three naming conventions:
ThingExample, ExampleThing and Thing.
For example, FadeInFadeOut, ExampleFadeInFadeOut and FadeInFadeOutExample.
List of Changes
Added kolibril's examples to the docs. I'm tweaking the code to remove all of the errors during documentation build (especially a bug where ffmpeg complains when using save_last_frame
Motivation
More examples to the docs .... always !
Testing Status
It works. but the documentation still has errors
Acknowledgement