@@ -288,7 +288,7 @@ def compile(**kwargs):
288288 :type precision: :class:`int`
289289 :param custom_functions: optional mapping of custom functions.
290290 see also below `custom functions
291- <custom-functions >`_ description
291+ <custom-functions_ >`_ description
292292 :type custom_functions: :class:`collections.Set`,
293293 :class:`collections.Sequence`,
294294 :class:`collections.Mapping`
@@ -298,7 +298,7 @@ def compile(**kwargs):
298298 :returns: the compiled CSS string
299299 :param importers: optional callback functions.
300300 see also below `importer callbacks
301- <importer-callbacks >`_ description
301+ <importer-callbacks_ >`_ description
302302 :type importers: :class:`collections.Callable`
303303 :rtype: :class:`str`
304304 :raises sass.CompileError: when it fails for any reason
@@ -328,13 +328,13 @@ def compile(**kwargs):
328328 :type precision: :class:`int`
329329 :param custom_functions: optional mapping of custom functions.
330330 see also below `custom functions
331- <custom-functions >`_ description
331+ <custom-functions_ >`_ description
332332 :type custom_functions: :class:`collections.Set`,
333333 :class:`collections.Sequence`,
334334 :class:`collections.Mapping`
335335 :param importers: optional callback functions.
336336 see also below `importer callbacks
337- <importer-callbacks >`_ description
337+ <importer-callbacks_ >`_ description
338338 :type importers: :class:`collections.Callable`
339339 :returns: the compiled CSS string, or a pair of the compiled CSS string
340340 and the source map string if ``source_map_filename`` is set
@@ -370,7 +370,7 @@ def compile(**kwargs):
370370 :type precision: :class:`int`
371371 :param custom_functions: optional mapping of custom functions.
372372 see also below `custom functions
373- <custom-functions >`_ description
373+ <custom-functions_ >`_ description
374374 :type custom_functions: :class:`collections.Set`,
375375 :class:`collections.Sequence`,
376376 :class:`collections.Mapping`
0 commit comments