##// END OF EJS Templates
fix function references for get_ipython_dir and locate_profile
Kai Tetzlaff (moka.tetzco.de) -
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