├── Default (Linux).sublime-keymap ├── Default (OSX).sublime-keymap ├── Default (Windows).sublime-keymap ├── Default.sublime-commands ├── README.md └── foldpythondocstrings.py /Default (Linux).sublime-keymap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/SublimeFoldPythonDocstrings/HEAD/Default (Linux).sublime-keymap -------------------------------------------------------------------------------- /Default (OSX).sublime-keymap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/SublimeFoldPythonDocstrings/HEAD/Default (OSX).sublime-keymap -------------------------------------------------------------------------------- /Default (Windows).sublime-keymap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/SublimeFoldPythonDocstrings/HEAD/Default (Windows).sublime-keymap -------------------------------------------------------------------------------- /Default.sublime-commands: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/SublimeFoldPythonDocstrings/HEAD/Default.sublime-commands -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/SublimeFoldPythonDocstrings/HEAD/README.md -------------------------------------------------------------------------------- /foldpythondocstrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/SublimeFoldPythonDocstrings/HEAD/foldpythondocstrings.py --------------------------------------------------------------------------------