Skip to content

Instantly share code, notes, and snippets.

@chriddyp
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save chriddyp/ae0549c4128858c781bb to your computer and use it in GitHub Desktop.

Select an option

Save chriddyp/ae0549c4128858c781bb to your computer and use it in GitHub Desktop.
```
>>> 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