Skip to content
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

suggested fixes, shorthands and for cycle. #416

Merged
merged 2 commits into from
Sep 17, 2021

Conversation

gpucce
Copy link
Member

@gpucce gpucce commented Sep 12, 2021

PR Checklist

If you are contributing to Javis.jl, please make sure you are able to check off each item on this list:

  • Did I update CHANGELOG.md with whatever changes/features I added with this PR?
  • Did I make sure to only change the part of the file where I introduced a new change/feature?
  • Did I cover all corner cases to be close to 100% test coverage (if applicable)?
  • Did I properly add Javis dependencies to the Project.toml + set an upper bound of the dependency (if applicable)?
  • Did I properly add test dependencies to the test directory (if applicable)?
  • Did I check relevant tutorials that may be affected by changes in this PR?
  • Did I clearly articulate why this PR was made the way it was and how it was made?

Link to relevant issue(s)
Closes #415 hopefully

How did you address these issues with this PR? What methods did you use?
I added the changes plus a typo (assuming I get the english right :)) and I used the formatter it basically only changes the Animation definition if you liked it better before I switch it back.

TheCedarPrince and others added 2 commits September 12, 2021 15:23
* Created outline for layers tutorial

* Building blocks of layers_tutorial

I added the gifs and most of the code blocks to the tutorial
though some of the gifs still need tweaking.

* remove duplicate code

* remove duplicate code

* remove duplicate code

* Rename layers_tutorial to tutorial_8 add link to
tutorial 8 in beginners start here page
add tutorial_8 to make.jl

* update gifs

* remove older version

* remove typos and misc-todo list

* more typos

* more typos and similar

* more typos and similar

* more typos and similar

* more typos and similar

* fix error in code snippet

* Updates to Tutorial 8 to add clarity and formatting

* Added first draft of layers

* Fixed grammar

Co-authored-by: gpucce <[email protected]>
@codecov
Copy link

codecov bot commented Sep 12, 2021

Codecov Report

Merging #416 (759f8bb) into master (3e2d205) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #416   +/-   ##
=======================================
  Coverage   96.25%   96.25%           
=======================================
  Files          35       35           
  Lines        1521     1521           
=======================================
  Hits         1464     1464           
  Misses         57       57           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3e2d205...759f8bb. Read the comment docs.

@Wikunia
Copy link
Member

Wikunia commented Sep 14, 2021

LGTM I'll let @TheCedarPrince merge this as he reviewed the original one.

Copy link
Member

@TheCedarPrince TheCedarPrince left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@TheCedarPrince TheCedarPrince merged commit 085529e into JuliaAnimators:master Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs improvement to Layers Tutorial
3 participants