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

Update documentation #97

Merged
merged 31 commits into from
Oct 17, 2022
Merged

Update documentation #97

merged 31 commits into from
Oct 17, 2022

Conversation

hyrodium
Copy link
Collaborator

This PR adds docs/src/api.md page and adds more docstrings.

Screenshot:
image

@codecov
Copy link

codecov bot commented Sep 17, 2022

Codecov Report

Merging #97 (d385a99) into master (f07a309) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #97   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          197       199    +2     
=========================================
+ Hits           197       199    +2     
Impacted Files Coverage Δ
src/Quaternion.jl 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

src/Quaternion.jl Outdated Show resolved Hide resolved
src/Quaternion.jl Show resolved Hide resolved
src/Quaternion.jl Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
src/Quaternion.jl Outdated Show resolved Hide resolved
src/Quaternion.jl Show resolved Hide resolved
@hyrodium
Copy link
Collaborator Author

Thanks for the suggestions! Should be ready for the final review.

@hyrodium hyrodium requested a review from sethaxen October 15, 2022 13:24
Copy link
Collaborator

@sethaxen sethaxen left a comment

Choose a reason for hiding this comment

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

Just a few minor tweaks. There are a few warnings printed when the docs build. e.g. two of the real docstrings are being excluded. You may need to explicitly list their signatures in the @docs block. Also, the dual quaternions example links to the slerp docs, but no such docstring exists.

docs/src/api.md Outdated Show resolved Hide resolved
src/Quaternion.jl Outdated Show resolved Hide resolved
src/Quaternion.jl Outdated Show resolved Hide resolved
src/Quaternion.jl Show resolved Hide resolved
src/Quaternion.jl Show resolved Hide resolved
src/Quaternion.jl Outdated Show resolved Hide resolved
src/Quaternion.jl Outdated Show resolved Hide resolved
src/Quaternion.jl Outdated Show resolved Hide resolved
src/Quaternion.jl Outdated Show resolved Hide resolved
src/Quaternion.jl Outdated Show resolved Hide resolved
hyrodium and others added 3 commits October 17, 2022 20:35
@hyrodium
Copy link
Collaborator Author

Thanks for the review again! I updated with the suggestions, and added a docstring for slerp.

Copy link
Collaborator

@sethaxen sethaxen left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

@hyrodium hyrodium merged commit b378d15 into JuliaGeometry:master Oct 17, 2022
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.

2 participants