@@ -288,7 +288,7 @@ def compile(**kwargs):
288
288
:type precision: :class:`int`
289
289
:param custom_functions: optional mapping of custom functions.
290
290
see also below `custom functions
291
- <custom-functions >`_ description
291
+ <custom-functions_ >`_ description
292
292
:type custom_functions: :class:`collections.Set`,
293
293
:class:`collections.Sequence`,
294
294
:class:`collections.Mapping`
@@ -298,7 +298,7 @@ def compile(**kwargs):
298
298
:returns: the compiled CSS string
299
299
:param importers: optional callback functions.
300
300
see also below `importer callbacks
301
- <importer-callbacks >`_ description
301
+ <importer-callbacks_ >`_ description
302
302
:type importers: :class:`collections.Callable`
303
303
:rtype: :class:`str`
304
304
:raises sass.CompileError: when it fails for any reason
@@ -328,13 +328,13 @@ def compile(**kwargs):
328
328
:type precision: :class:`int`
329
329
:param custom_functions: optional mapping of custom functions.
330
330
see also below `custom functions
331
- <custom-functions >`_ description
331
+ <custom-functions_ >`_ description
332
332
:type custom_functions: :class:`collections.Set`,
333
333
:class:`collections.Sequence`,
334
334
:class:`collections.Mapping`
335
335
:param importers: optional callback functions.
336
336
see also below `importer callbacks
337
- <importer-callbacks >`_ description
337
+ <importer-callbacks_ >`_ description
338
338
:type importers: :class:`collections.Callable`
339
339
:returns: the compiled CSS string, or a pair of the compiled CSS string
340
340
and the source map string if ``source_map_filename`` is set
@@ -370,7 +370,7 @@ def compile(**kwargs):
370
370
:type precision: :class:`int`
371
371
:param custom_functions: optional mapping of custom functions.
372
372
see also below `custom functions
373
- <custom-functions >`_ description
373
+ <custom-functions_ >`_ description
374
374
:type custom_functions: :class:`collections.Set`,
375
375
:class:`collections.Sequence`,
376
376
:class:`collections.Mapping`
0 commit comments