:tocdepth: 3 :py:mod:`gws.spec.generator.configref` ====================================== .. py:module:: gws.spec.generator.configref .. autoapi-nested-parse:: Generate configuration references. **Source code:** :source:`gws.spec.generator.configref` Module Contents --------------- .. py:function:: as_category(s) .. py:function:: as_code(s) .. py:function:: as_literal(s) .. py:function:: as_propname(s) .. py:function:: as_required(s) .. py:function:: as_typename(s) .. py:function:: create(gen: gws.spec.generator.base.Generator, lang: str) .. py:function:: escape(s, quote=True) .. py:function:: first_line(s) .. py:function:: header(tid) .. py:data:: LABELS :value: 'added|deprecated|changed' .. py:function:: link(target, text) .. py:data:: LIST_FORMAT :value: '**[**{}**]**' .. py:data:: nl .. py:data:: STRINGS .. py:function:: subhead(category, text) .. py:function:: table(heads, rows)