We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14654ac commit d2e83a2Copy full SHA for d2e83a2
README.md
@@ -0,0 +1,14 @@
1
+# wikigraphviz
2
+
3
+Generates graphical representation of Wikipedia category hierarchy
4
+in formats dot svg and html5
5
6
+Examples:
7
8
+[./wikigraphviz.py category](https://makelinux.github.io/wikigraphviz/Main_topic_classifications)
9
10
+[./wikigraphviz.py --style rankdir=BT category Life](https://makelinux.github.io/wikigraphviz/Life)
11
12
+[./wikigraphviz.py --style rankdir=TB category Computing](https://makelinux.github.io/wikigraphviz/Computing)
13
14
0 commit comments