##// END OF EJS Templates
add get_security_file() function to utils.path...
add get_security_file() function to utils.path This makes it easier for third party tools to retrieve security files (e.g. json connection files) by name and [optional] profile name alone, without knowledge of IPython's directory structure. For example, whenever ipkernel outputs: ` --existing kernel-12345.json --profile foo` that file can be found with: get_security_file('kernel-12345.json', profile='foo')

File last commit:

r4129:0be704e2
r4968:2c75ec8e
Show More
index.txt
32 lines | 485 B | text/plain | TextLexer
=====================
IPython Documentation
=====================
.. htmlonly::
:Release: |release|
:Date: |today|
Welcome to the official IPython documentation.
Contents
========
.. toctree::
:maxdepth: 1
overview.txt
whatsnew/index.txt
install/index.txt
interactive/index.txt
parallel/index.txt
config/index.txt
development/index.txt
api/index.txt
about/index.txt
.. htmlonly::
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`