comparison configmix/variables.py @ 54:aa8345dae995

Generate readable HTML documentation and an API documentation
author Franz Glasner <hg@dom66.de>
date Tue, 27 Feb 2018 23:42:11 +0100
parents b42e9936df2d
children a43749f751e0
comparison
equal deleted inserted replaced
53:1d43f0b9fa20 54:aa8345dae995
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 r"""Variable expansion: namespaces and filters 2 r"""
3 configmix.variables
4 ^^^^^^^^^^^^^^^^^^^
5
6 Variable expansion: namespaces and filters
3 7
4 """ 8 """
5 9
6 from __future__ import division, absolute_import, print_function 10 from __future__ import division, absolute_import, print_function
7 11