Skip to content

Commit 394c99f

Browse files
authored
docs: add missing stub sections
PR-URL: #11871 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 6b5e5b7 commit 394c99f

5 files changed

Lines changed: 48 additions & 0 deletions

File tree

lib/node_modules/@stdlib/array/base/assert/is-accessor-array/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ var bool = isAccessorArray( arr );
6767

6868
<!-- /.usage -->
6969

70+
<!-- Package usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
71+
72+
<section class="notes">
73+
74+
</section>
75+
76+
<!-- /.notes -->
77+
7078
<section class="examples">
7179

7280
## Examples
@@ -133,6 +141,14 @@ bool = isAccessorArray( { 'length': 0 } );
133141

134142
<!-- /.examples -->
135143

144+
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
145+
146+
<section class="references">
147+
148+
</section>
149+
150+
<!-- /.references -->
151+
136152
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
137153

138154
<section class="related">

lib/node_modules/@stdlib/array/base/assert/is-booleanarray/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@ bool = isBooleanArray( { 'length': 0 } );
132132

133133
<!-- /.examples -->
134134

135+
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
136+
137+
<section class="references">
138+
139+
</section>
140+
141+
<!-- /.references -->
142+
135143
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
136144

137145
<section class="related">

lib/node_modules/@stdlib/array/base/assert/is-complex-typed-array/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ bool = isComplexTypedArray( { 'length': 0 } );
128128

129129
<!-- /.examples -->
130130

131+
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
132+
133+
<section class="references">
134+
135+
</section>
136+
137+
<!-- /.references -->
138+
131139
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
132140

133141
<section class="related">

lib/node_modules/@stdlib/array/base/assert/is-complex128array/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ bool = isComplex128Array( { 'length': 0 } );
128128

129129
<!-- /.examples -->
130130

131+
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
132+
133+
<section class="references">
134+
135+
</section>
136+
137+
<!-- /.references -->
138+
131139
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
132140

133141
<section class="related">

lib/node_modules/@stdlib/array/base/assert/is-complex64array/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ bool = isComplex64Array( { 'length': 0 } );
128128

129129
<!-- /.examples -->
130130

131+
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
132+
133+
<section class="references">
134+
135+
</section>
136+
137+
<!-- /.references -->
138+
131139
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
132140

133141
<section class="related">

0 commit comments

Comments
 (0)