Skip to content

Commit 7057bc9

Browse files
committed
refactor: remove unimportant descriptions before tables in AsciiDoc
1 parent 5825844 commit 7057bc9

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

dqgen/resources/asciidoc_templates/instance.jinja2

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
{% set compress_uris = simplify_uri_columns_in_tabular(data_frame=content,namespace_inventory=namespaces,error_fail=False) %}
99
{% endraw %}
1010
=== {{ operation|title }} {{ class_name }}s
11-
12-
The table below lists the {{ operation }} *{{ cls }}*
13-
14-
*Query identifier:* {{ query_file }}
15-
1611
{{ "{{" }} mc.pandas_table(content, "{{ operation|title }} {{ class_name }}s") {{ "}}" }}
1712
{% raw %}
1813
{% endcall %}

dqgen/resources/asciidoc_templates/property.jinja2

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
{% set compress_uris = simplify_uri_columns_in_tabular(data_frame=content,namespace_inventory=namespaces,error_fail=False) %}
99
{% endraw %}
1010
==== {{ operation|title }} {{ property_name }}
11-
12-
The table below lists the {{ operation }} *{{ property }}*
13-
14-
*Query identifier:* {{ query_file }}
15-
1611
{{ "{{" }} mc.pandas_table(content, "{{ operation|title }} {{ property_name }}") {{ "}}" }}
1712
{% raw %}
1813
{% endcall %}

dqgen/resources/asciidoc_templates/reified_property.jinja2

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
{% set compress_uris = simplify_uri_columns_in_tabular(data_frame=content,namespace_inventory=namespaces,error_fail=False) %}
99
{% endraw %}
1010
==== {{ operation|title }} reified {{ property_name }}
11-
12-
The table below lists the {{ operation }} *{{ property }} / {{ object_property }}*
13-
14-
*Query identifier:* {{ query_file }}
15-
1611
{{ "{{" }} mc.pandas_table(content, "{{ operation|title }} reified {{ property_name }}") {{ "}}" }}
1712
{% raw %}
1813
{% endcall %}

0 commit comments

Comments
 (0)