Skip to content

Commit e760cfa

Browse files
committed
autoobj no need to be referened
1 parent 359fcef commit e760cfa

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

docs/anyobjtypes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22
Pre-defined Objects
33
===================
44

5+
The ``version`` Object
6+
======================
7+
58
.. autoobj:: any:version
69

10+
The ``autoconfval`` Object
11+
==========================
12+
713
.. autoobj:: any:autoconfval
814

15+
The ``example`` Object
16+
======================
17+
918
.. autoobj:: any:example
1019

20+
The ``autoobj`` Object
21+
======================
22+
1123
.. autoobj:: any:autoobj

src/sphinxnotes/project/anyobjtypes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ def _read_template_file(name: str) -> str:
6161
},
6262
'autoobj': {
6363
'schema': {
64-
'name': 'list of str, sep by ":", ref',
64+
'name': 'list of str, sep by ":"',
6565
},
6666
'templates': {
6767
'obj': _read_template_file('autoobj'),
68-
'header': 'The ``{{ name[1] }}`` object in "{{ name[0] }}" domain'
68+
'header': None,
6969
},
7070
},
7171
'example': {

0 commit comments

Comments
 (0)