CadQuery / CQ-editor

CadQuery GUI editor based on PyQT
Apache License 2.0
716 stars 109 forks source link

Documentation search issue #330

Closed pauljurczak closed 2 years ago

pauljurczak commented 2 years ago

I'm not sure if this can be fixed here, but using close search query: https://cadquery.readthedocs.io/en/latest/search.html?q=close&check_keywords=yes&area=default doesn't find cadquery.Workplane.close() method:

cq-2

adam-urbanczyk commented 2 years ago

AFAICT the first hit is what you are after.

pauljurczak commented 2 years ago

< AFAICT the first hit is what you are after.

No. I'm after cadquery.Workplane.close(), which is at https://cadquery.readthedocs.io/en/latest/classreference.html?highlight=workplane#cadquery.Workplane.close

cq-5

not after cadquery.Edge.close() documented at https://cadquery.readthedocs.io/en/latest/classreference.html?highlight=close#cadquery.Edge.close

jmwright commented 2 years ago

I have the same issue of Workplane.close() entry not showing up, but this issue should really be filed in the main cadquery repository.