##// END OF EJS Templates
Fix header levels in technical description of config
Thomas Kluyver -
Show More
@@ -97,7 +97,7 b' When both Python and JSON configuration file are present, both will be loaded,'
97 with JSON configuration having higher priority.
97 with JSON configuration having higher priority.
98
98
99 Python configuration Files
99 Python configuration Files
100 ~~~~~~~~~~~~~~~~~~~~~~~~~~
100 --------------------------
101
101
102 A Python configuration file is a pure Python file that populates a configuration object.
102 A Python configuration file is a pure Python file that populates a configuration object.
103 This configuration object is a :class:`~IPython.config.loader.Config` instance.
103 This configuration object is a :class:`~IPython.config.loader.Config` instance.
@@ -187,7 +187,7 b' attribute of ``c`` is not the actual class, but instead is another'
187 hierarchical information created easily (``c.Foo.Bar.value``) on the fly.
187 hierarchical information created easily (``c.Foo.Bar.value``) on the fly.
188
188
189 JSON configuration Files
189 JSON configuration Files
190 ~~~~~~~~~~~~~~~~~~~~~~~~
190 ------------------------
191
191
192 A JSON configuration file is simply a file that contains a
192 A JSON configuration file is simply a file that contains a
193 :class:`~IPython.config.loader.Config` dictionary serialized to JSON.
193 :class:`~IPython.config.loader.Config` dictionary serialized to JSON.
General Comments 0
You need to be logged in to leave comments. Login now