##// END OF EJS Templates
Merge pull request #13467 from ktetzlaff/fix_config_rst...
Matthias Bussonnier -
r27447:7f0c017f merge
parent child Browse files
Show More
@@ -81,8 +81,8 b' profile with:'
81 $ ipython locate profile foo
81 $ ipython locate profile foo
82 /home/you/.ipython/profile_foo
82 /home/you/.ipython/profile_foo
83
83
84 These map to the utility functions: :func:`IPython.utils.path.get_ipython_dir`
84 These map to the utility functions: :func:`IPython.paths.get_ipython_dir`
85 and :func:`IPython.utils.path.locate_profile` respectively.
85 and :func:`IPython.paths.locate_profile` respectively.
86
86
87
87
88 .. _profiles_dev:
88 .. _profiles_dev:
General Comments 0
You need to be logged in to leave comments. Login now