Skip to content

Commit 347e559

Browse files
aayush0325kgryte
andauthored
docs: fix incorrect structure in READMEs of blas/ext/base/*
PR-URL: #5163 Ref: #5151 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent 9d153b5 commit 347e559

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

lib/node_modules/@stdlib/blas/ext/base/cfill/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,11 @@ console.log( x.get( 0 ).toString() );
259259

260260
<!-- /.examples -->
261261

262-
<!-- C interface documentation >
262+
<!-- C interface documentation. -->
263263

264264
* * *
265265

266-
<section class="C">
266+
<section class="c">
267267

268268
## C APIs
269269

lib/node_modules/@stdlib/blas/ext/base/dsortins/README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,18 @@ console.log( x );
148148

149149
<!-- /.examples -->
150150

151-
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
152-
153-
<section class="related">
151+
<!-- C interface documentation. -->
154152

155153
* * *
156154

155+
<section class="c">
156+
157+
## C APIs
158+
159+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
160+
161+
<section class="intro">
162+
157163
</section>
158164

159165
<!-- /.intro -->
@@ -265,6 +271,10 @@ int main( void ) {
265271
266272
<!-- /.c -->
267273
274+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
275+
276+
<section class="related">
277+
268278
## See Also
269279
270280
- <span class="package-name">[`@stdlib/blas/ext/base/dsort2ins`][@stdlib/blas/ext/base/dsort2ins]</span><span class="delimiter">: </span><span class="description">simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.</span>

lib/node_modules/@stdlib/blas/ext/base/zfill/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,11 @@ console.log( x.get( 0 ).toString() );
259259

260260
<!-- /.examples -->
261261

262-
<!-- C interface documentation >
262+
<!-- C interface documentation. -->
263263

264264
* * *
265265

266-
<section class="C">
266+
<section class="c">
267267

268268
## C APIs
269269

0 commit comments

Comments
 (0)