------------------------------------------------------
 Guest utility to wrap arnied related functionality through python calls.
 
-DEPRECATED! Please do not extend this or add new uses of this module, use
-:py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar` instead!
+.. note:: Partially DEPRECATED! Use :py:mod:`pyi2ncommon.arnied_api` or
+          :py:mod:`pyi2ncommon.cnfvar` whenever possible. In particluar, do not
+          use or extend functionality regarding configuration (`get_cnf`,
+          `set_cnf`).
 
 Copyright: Intra2net AG
 
 
 #
 # Copyright (c) 2016-2018 Intra2net AG <info@intra2net.com>
 
-"""Basic functions for on-the-fly arnied cnf-var generator"""
+"""Basic functions for on-the-fly arnied cnf-var generator.
+
+.. note:: DEPRECATED! Please do not extend this or add new uses of this module,
+          use :py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar`
+          instead!
+"""
 
 from .cnfline import CnfLine
 
 
 
 """
 Create provider profiles.
+
+.. note:: DEPRECATED! Please do not extend this or add new uses of this module,
+          use :py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar`
+          instead!
 """
 
 from . import build_cnfvar
 
 #
 # Copyright (c) 2016-2018 Intra2net AG <info@intra2net.com>
 
+"""
+.. note:: DEPRECATED! Please do not extend this or add new uses of this module,
+          use :py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar`
+          instead!
+"""
+
 from .build_cnfvar import BuildCnfVar
 """Class to create proxy accesslists on the fly"""
 
 
 #
 # Copyright (c) 2016-2018 Intra2net AG <info@intra2net.com>
 
+"""
+.. note:: DEPRECATED! Please do not extend this or add new uses of this module,
+          use :py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar`
+          instead!
+"""
+
 from .build_cnfvar import BuildCnfVar
 """Class to create proxy profiles on the fly"""
 
 
 #
 # Copyright (c) 2016-2018 Intra2net AG <info@intra2net.com>
 
+"""
+.. note:: DEPRECATED! Please do not extend this or add new uses of this module,
+          use :py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar`
+          instead!
+"""
+
 from .build_cnfvar import BuildCnfVar
 """Class to create user cnfvar objects on the fly"""
 
 
 
 """
 Create vpn connections.
+
+.. note:: DEPRECATED! Please do not extend this or add new uses of this module,
+          use :py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar`
+          instead!
 """
 
 from . import build_cnfvar
 
 #
 # Copyright (c) 2016-2018 Intra2net AG <info@intra2net.com>
 
+"""
+.. note:: DEPRECATED! Please do not extend this or add new uses of this module,
+          use :py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar`
+          instead!
+"""
+
 class CnfLine(object):
     """Represents an arnied cnfline"""
 
 
 #
 # Copyright (c) 2016-2018 Intra2net AG <info@intra2net.com>
 
+"""
+.. note:: DEPRECATED! Please do not extend this or add new uses of this module,
+          use :py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar`
+          instead!
+"""
+
 from .build_cnfvar import BuildCnfVar
 """Class to configure the proxy antivirus cnfvars on the fly"""
 
 
 #
 # Copyright (c) 2016-2018 Intra2net AG <info@intra2net.com>
 
+"""
+.. note:: DEPRECATED! Please do not extend this or add new uses of this module,
+          use :py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar`
+          instead!
+"""
+
 from .build_cnfvar import BuildCnfVar
 """Class to configure the webfilter cnfvars on the fly"""
 
 
 -------------------------------------------------------------------------------
 Represent CNF_VARs as recursive structures.
 
-DEPRECATED! Please do not extend this or add new uses of this module, use
-:py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar` instead!
+.. note:: DEPRECATED! Please do not extend this or add new uses of this module,
+          use :py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar`
+          instead!
 
 Copyright: 2014-2017 Intra2net AG
 License:   GPLv2+
 
 ------------------------------------------------------
 Utility for one-step dynamic cnfvar configuration.
 
+.. note:: DEPRECATED! Please do not extend this or add new uses of this module,
+          use :py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar`
+          instead!
+
 Copyright: Intra2net AG
 
 
 
 ------------------------------------------------------
 Read / write / merge guest cnf var sets, even on host.
 
-DEPRECATED! Please do not extend this or add new uses of this module, use
-:py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar` instead!
+.. note:: DEPRECATED! Please do not extend this or add new uses of this module,
+          use :py:mod:`pyi2ncommon.arnied_api` or :py:mod:`pyi2ncommon.cnfvar`
+          instead!
 
 Copyright: Intra2net AG