Last active
August 29, 2015 14:02
-
-
Save chriddyp/ae0549c4128858c781bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| >>> get_api('python') | |
| {u'id': u'layout', | |
| u'name': u'layout for the people', | |
| u'parent': u'hard-coded', | |
| u'subsections': [{u'id': u'sizing', | |
| u'name': u'for the people', | |
| u'parent': u'layout', | |
| u'relative_url': u'sizing'}, | |
| {u'id': u'latex', | |
| u'name': u'for the people', | |
| u'parent': u'layout'}, | |
| u'relative_url': u'latex' | |
| {u'id': u'axes', | |
| u'name': u'for the people', | |
| u'parent': u'layout', | |
| u'relative_url': u'axes'}, | |
| {u'id': u'legends', | |
| u'name': u'legendz', | |
| u'parent': u'layout', | |
| u'relative_url': u'dahlegendz'}, | |
| {u'id': u'labels', | |
| u'name': u'for the people', | |
| u'parent': u'layout', | |
| u'relative_url': u'labels'}, | |
| {u'id': u'global-font', | |
| u'name': u'for the people', | |
| u'parent': u'layout', | |
| u'relative_url': u'global-font'}, | |
| {u'id': u'annotations', | |
| u'name': u'for the people', | |
| u'parent': u'layout', | |
| u'relative_url': u'annotations'}, | |
| {u'id': u'multiple-axes-insets-subplots', | |
| u'name': u'Multiple Axes for the people', | |
| u'parent': u'hard-coded'}, | |
| {u'id': u'subplots', | |
| u'name': u'for the people', | |
| u'parent': u'multiple-axes-insets-subplots', | |
| u'relative_url': u'subplots'}], | |
| u'chart-types': {'name': u'chart-types for the people',...}, | |
| u'file-settings': {'name': u'file-settings for the people', ...}, | |
| u'layout': {'name': u'layout for the people', ...}, | |
| u'multiple-axes-insets-subplots': {'name': u'Multiple Axes for the people', ...}} | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment