biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

Add widgets.json #151

Closed ajdapretnar closed 5 years ago

ajdapretnar commented 5 years ago
Issue

New website requires widgets.json to show docs.

Description of changes

Add widgets.json. Generated with: python ~/orange/orange-hugo/scripts/create_widget_catalog.py --categories "Image Analytics" --doc . Remove old widget_data.json.

Save Images missing documentation.

Includes
codecov[bot] commented 5 years ago

Codecov Report

Merging #151 into master will increase coverage by 0.01%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
+ Coverage    58.9%   58.91%   +0.01%     
==========================================
  Files          13       13              
  Lines        3314     3315       +1     
  Branches      491      491              
==========================================
+ Hits         1952     1953       +1     
  Misses       1227     1227              
  Partials      135      135
PrimozGodec commented 5 years ago

@ajdapretnar can you rebase and run the script again to get keywords in the JSON file?

ajdapretnar commented 5 years ago

The background is still null - it shouldn't be, otherwise the icons won't get rendered properly. Image Analytics is missing BACKGROUND variable in widgets/__init__.py...

PrimozGodec commented 5 years ago

Wow. ImageAnalytics haven't had background color settings. I set now to the same color that was before (probably set by canvas-main). I just added a commit to this PR.