Ruby API Documentation - Errors & Suggestions

Sketchup::Entities # transform_by_vectors()


Add example to the Sketchup::Entities#transform_by_vectors() method, as given here:


EDIT (2019-02-19) : Added to official issue tracker at GitHub …

A head’s up: The new OneBox feature for the API documentation pages is now live.

(Thanks to Thomas Thomassen for merging the feature into the API documentation template.)

Any content site that support’s Open Graph or Twitter Card protocols, should be able to display a onebox by gathering meta fields from the page’s <head> section. The Discourse forum engine has OneBox support built-in (and a Ruby-on-Rails extension available.)

All that is needed is a URL on a line by itself, and the Discourse engine will use the URL to gather the meta information and display a OneBox. This information is gathered and display at the page level. (Direct URLs to specific API methods will not generate a OneBox.)

Note, that there must be no whitespace preceeding the URL (on it’s line) and that you may need a blank line before the URL to be “oneboxed”.


So, for example, pasting
http://ruby.sketchup.com
… on a line by itself, results in:

And, for example, pasting
http://ruby.sketchup.com/Sketchup/OptionsManager.html
… on a line by itself, results in:

Here’s a new bug in the API pages… a missing image file is messing with the header display…
https://sketchucation.com/forums/viewtopic.php?p=645845#p645845

Note that since this thread was started, an official API issue tracker was established at:

Please post all suggestions, errors and bugs to the official GitHub issue tracker, as posting them here is NOT resulting in their getting fixed.

3 Likes

Thanks for carrying over the issues Dan.

2 Likes