-
Notifications
You must be signed in to change notification settings - Fork 56
Conversation
✅ Build cadquery 1.0.63 completed (commit 949034518a by @fragmuffin) |
Codecov Report
@@ Coverage Diff @@
## master #288 +/- ##
=======================================
Coverage 92.79% 92.79%
=======================================
Files 10 10
Lines 2207 2207
=======================================
Hits 2048 2048
Misses 159 159 Continue to review full report at Codecov.
|
❌ Build cadquery 1.0.64 failed (commit 511a192211 by @fragmuffin) |
oh! I just noticed that PyPI can handle Markdown 🙄 |
Sphinx can also handle markdown; though roles and directives are not implemented for markdown, so it makes sense for README to be in RST so that it can easily be included in the docs verbatim. Thanks! |
Ok so the consensus is that this is ready to merge? |
There are also minor changes to:
But if there are any unforeseen issues with those, I'm sure they can be fixed easily in the next release. |
Oh, also... have a look at the result before you merge it in: Although it should technically be the same, it seems the I'll just play with that for a bit; see if I can get the formatting working... |
✅ Build cadquery 1.0.65 completed (commit cc8c05e37a by @fragmuffin) |
✅ Build cadquery 1.0.66 completed (commit 8ad0e61b9d by @fragmuffin) |
✅ Build cadquery 1.0.67 completed (commit 30ac67c6b5 by @fragmuffin) |
✅ Build cadquery 1.0.68 completed (commit cde44c8ae0 by @fragmuffin) |
Hmph 😞. I've played around a bit with the images, but I've come around full circle. *mostly? I'm so confused 😕 Does anyone have:
|
@fragmuffin the cadquery spinx docs render images. For example, quickstart: For a more advanced case, the cq examples uses a custom directive (cqplot) that executes cq script and then creates an image and embeds it. |
@dcowden Sphinx must be using a different renderer, because it seems to be working in other examples as well. I'll try the proposed |
✅ Build cadquery 1.0.69 completed (commit f7a3cb1ee0 by @fragmuffin) |
OK!, I'm so very done with this... So the equivalent of: .. image:: https://foo.com/bar.png
:width: 100px
:align: center which doesn't render properly, ref: github/markup#295 ... is: .. raw:: html
<div align="center">
<img src="https://foo.com/bar.png" width="100px" />
</div> Now... At this point I'm assuming this will render the same in PyPI as it does in github. |
✅ Build cadquery 1.0.70 completed (commit 425f9c9791 by @fragmuffin) |
@westurner what do you think? is it time to merge? |
README.rst
Outdated
Thanks go to cadquery contributor hyOzd ( Altu Technology ) for the example! | ||
|
||
|
||
KiCad uses cadquery to build high quality models of electrictronic components. (`https://github.com/KiCad/packages3D <https://github.com/KiCad/packages3D>`_) |
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.
'electrictronic'
README.rst
Outdated
|
||
CadQuery has several goals: | ||
|
||
* Build lD models with scripts that are as close as possible to how you'd describe the object to a human. |
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.
IDK what this is: "lD models"
README.rst
Outdated
|
||
If you are familiar with jQuery, you will probably recognize several jQuery features that CadQuery uses: | ||
|
||
* A fluent api to create clean, easy to read code |
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.
api -> API
README.rst
Outdated
|
||
CadQuery scripts have several key advantages over OpenSCAD: | ||
|
||
#. **The scripts use a standard programming language**, python, and thus can benefit from the associated infrastructure. |
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.
python -> Python
Conda install instructions would be great, too: conda install -c conda-forge freecad notebook cadquery? |
✅ Build cadquery 1.0.81 completed (commit 4c13418b45 by @fragmuffin) |
✅ Build cadquery 1.0.82 completed (commit 6fadbccbd1 by @fragmuffin) |
@westurner good suggestions ;)
Although I didn't test it... |
✅ Build cadquery 1.0.83 completed (commit c690feaedc by @fragmuffin) |
@fragmuffin it should be
This works, but does not install all dependencies (e.g. FreeCad). So I have to conclude that the package is currently broken. Does anyone remember how was the conda-forge recipe prepared? |
Adding for reference: conda-forge/cadquery-feedstock#2 Short memory: #169 |
@adam-urbanczyk excellent, thanks. |
I have not used rst before. I'm assuming I'll have to learn its new markup format? If the broken conda line isn't a showstopper, I think this is fine to merge. |
Yes, it's a little different to markdown, but it has the same sentiment; the non-formatted text still gives a sense of hierarchy and format so it's easy to read. I often get markups mixed up, so I use an online editor for basic verification of rst format. I've added a check to TravisCI that should fail a bad edit to the
It is an issue, but out of scope for this PR |
@dcowden Are you ok with this being merged? |
@jmwright @fragmuffin definitely! |
@fragmuffin @westurner @adam-urbanczyk Thanks for the work on this. |
Thanks!
…On Wednesday, September 19, 2018, Jeremy Wright ***@***.***> wrote:
@fragmuffin <https://github.com/fragmuffin> @westurner
<https://github.com/westurner> @adam-urbanczyk
<https://github.com/adam-urbanczyk> Thanks for the work on this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#288 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AADGyyJh-NopDUH4BrV5bv3XrTdPjNj0ks5ucoTUgaJpZM4VYBGw>
.
|
This could be an https link:
http://dcowden.github.io/cadquery
…On Wednesday, September 19, 2018, Wes Turner ***@***.***> wrote:
Thanks!
On Wednesday, September 19, 2018, Jeremy Wright ***@***.***>
wrote:
> @fragmuffin <https://github.com/fragmuffin> @westurner
> <https://github.com/westurner> @adam-urbanczyk
> <https://github.com/adam-urbanczyk> Thanks for the work on this.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#288 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AADGyyJh-NopDUH4BrV5bv3XrTdPjNj0ks5ucoTUgaJpZM4VYBGw>
> .
>
|
The images in
https://github.com/dcowden/cadquery/blob/master/README.rst#projects-using-cadquery
are 404ing?
http://dcowden.github.io/cadquery/_static/hyOzd-finished_thumb.jpg
...
A link to OpenCascade might be good:
https://en.wikipedia.org/wiki/Open_Cascade_Technology
…On Wednesday, September 19, 2018, Wes Turner ***@***.***> wrote:
This could be an https link:
http://dcowden.github.io/cadquery
On Wednesday, September 19, 2018, Wes Turner ***@***.***> wrote:
> Thanks!
>
> On Wednesday, September 19, 2018, Jeremy Wright ***@***.***>
> wrote:
>
>> @fragmuffin <https://github.com/fragmuffin> @westurner
>> <https://github.com/westurner> @adam-urbanczyk
>> <https://github.com/adam-urbanczyk> Thanks for the work on this.
>>
>> —
>> You are receiving this because you were mentioned.
>> Reply to this email directly, view it on GitHub
>> <#288 (comment)>,
>> or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/AADGyyJh-NopDUH4BrV5bv3XrTdPjNj0ks5ucoTUgaJpZM4VYBGw>
>> .
>>
>
|
@westurner The images show up for me. |
Must've taken a minute for GH pages to check out master and flush the cache.
This isn't displaying:
https://github.com/RustyVermeer/cqnb/raw/master/showcase.gif
The readme links to
https://github.com/RustyVermeer/cqnb/blob/master/showcase.gif
IDK if it's still necessary to append ``?raw=true``?
https://github.com/RustyVermeer/cqnb/blob/master/showcase.gif?raw=true
…On Wednesday, September 19, 2018, Jeremy Wright ***@***.***> wrote:
@westurner <https://github.com/westurner> The images show up for me.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#288 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AADGy1entHir1WrAEDLFmjyw2fD-uRKVks5ucofIgaJpZM4VYBGw>
.
|
The |
addresses issue #287