comparison configmix/yaml.py @ 90:99e7b10c8aa8

Mark the yaml module with ":mod:"
author Franz Glasner <hg@dom66.de>
date Sat, 17 Mar 2018 13:20:53 +0100
parents 218807d7d883
children 2f2e819e8d17
comparison
equal deleted inserted replaced
89:35ce96a3150e 90:99e7b10c8aa8
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 #- 2 #-
3 # :Copyright: (c) 2015-2018, Franz Glasner. All rights reserved. 3 # :Copyright: (c) 2015-2018, Franz Glasner. All rights reserved.
4 # :License: 3-clause BSD. See LICENSE.txt for details. 4 # :License: 3-clause BSD. See LICENSE.txt for details.
5 #- 5 #-
6 """Simple wrapper for yaml to support all-unicode strings when loading 6 """Simple wrapper for :mod:`yaml` to support all-unicode strings when
7 configuration files. 7 loading configuration files.
8 8
9 """ 9 """
10 10
11 from __future__ import division, print_function, absolute_import 11 from __future__ import division, print_function, absolute_import
12 12