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

Constraints docs [WIP] #524

Merged
merged 14 commits into from
Nov 30, 2020
Merged

Constraints docs [WIP] #524

merged 14 commits into from
Nov 30, 2020

Conversation

adam-urbanczyk
Copy link
Member

@adam-urbanczyk adam-urbanczyk commented Nov 27, 2020

This PR will resolve #469 .

@codecov
Copy link

codecov bot commented Nov 27, 2020

Codecov Report

Merging #524 (0c27f3a) into master (b22436c) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #524      +/-   ##
==========================================
+ Coverage   93.90%   93.94%   +0.04%     
==========================================
  Files          30       30              
  Lines        6106     6115       +9     
  Branches      639      640       +1     
==========================================
+ Hits         5734     5745      +11     
+ Misses        236      235       -1     
+ Partials      136      135       -1     
Impacted Files Coverage Δ
cadquery/assembly.py 90.00% <100.00%> (ø)
cadquery/cq.py 88.92% <100.00%> (+0.24%) ⬆️
tests/test_cadquery.py 99.04% <100.00%> (+<0.01%) ⬆️

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 b22436c...0c27f3a. Read the comment docs.

@jmwright
Copy link
Member

@adam-urbanczyk It looks like you might have deleted the following message, so I'm assuming you figured it out. If not, let me know and I'll reply.

@jmwright would you know why this happens:

/home/docs/checkouts/readthedocs.org/user_builds/cadquery/checkouts/524/doc/index.rst:33: WARNING: toctree contains reference to nonexisting document 'assy'

@adam-urbanczyk
Copy link
Member Author

It is solved @jmwright , sorry for the noise.

@adam-urbanczyk
Copy link
Member Author

OK, I think it is ready for review.

@jmwright
Copy link
Member

@adam-urbanczyk It looks like you've got a typical black lint check failure.

Copy link
Member

@jmwright jmwright left a comment

Choose a reason for hiding this comment

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

@adam-urbanczyk Thanks! Other than the two comments I've made it looks good.

doc/classreference.rst Show resolved Hide resolved
doc/primer.rst Outdated Show resolved Hide resolved
doc/assy.rst Outdated Show resolved Hide resolved
@marcus7070
Copy link
Member

I built this locally and it looks good to me. I think it would be worth introducing the 5 argument version of Assembly.constrain since it's the more flexible version, but perhaps that's a job for the next PR.

@adam-urbanczyk
Copy link
Member Author

Do you see a natural place to introduce it in this doc @marcus7070 ?

@adam-urbanczyk
Copy link
Member Author

Alright, I think all is resolved now. I propose to merge this today.

@jmwright
Copy link
Member

+1 to merge

@adam-urbanczyk adam-urbanczyk merged commit cf275b0 into master Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assembly docs
3 participants