Skip to content

Commit 12afd27

Browse files
authored
Merge pull request #30 from ajdapretnar/widget-json
Add widget.json
2 parents d89c31c + 2608664 commit 12afd27

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Widgets
1212
.. toctree::
1313
:maxdepth: 1
1414

15-
widgets/associationrules.rst
16-
widgets/frequentitemsets.rst
15+
widgets/associationrules
16+
widgets/frequentitemsets
1717

1818
Scripting
1919
------------

doc/widgets.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[
2+
[
3+
"Associate",
4+
[
5+
{
6+
"text": "Frequent Itemsets",
7+
"doc": "widgets/frequentitemsets.md",
8+
"icon": "../orangecontrib/associate/widgets/icons/FrequentItemsets.svg",
9+
"background": "#cccc66",
10+
"keywords": []
11+
},
12+
{
13+
"text": "Association Rules",
14+
"doc": "widgets/associationrules.md",
15+
"icon": "../orangecontrib/associate/widgets/icons/AssociationRules.svg.svg",
16+
"background": "#cccc66",
17+
"keywords": []
18+
}
19+
]
20+
]
21+
]

0 commit comments

Comments
 (0)