Skip to content

docs: fix incorrect structure in READMEs of blas/ext/base/* #5163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/blas/ext/base/cfill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,11 @@ console.log( x.get( 0 ).toString() );

<!-- /.examples -->

<!-- C interface documentation >
<!-- C interface documentation. -->

* * *

<section class="C">
<section class="c">

## C APIs

Expand Down
16 changes: 13 additions & 3 deletions lib/node_modules/@stdlib/blas/ext/base/dsortins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,18 @@ console.log( x );

<!-- /.examples -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">
<!-- C interface documentation. -->

* * *

<section class="c">

## C APIs

<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->

<section class="intro">

</section>

<!-- /.intro -->
Expand Down Expand Up @@ -265,6 +271,10 @@ int main( void ) {

<!-- /.c -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

## See Also

- <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>
Expand Down
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/blas/ext/base/zfill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,11 @@ console.log( x.get( 0 ).toString() );

<!-- /.examples -->

<!-- C interface documentation >
<!-- C interface documentation. -->

* * *

<section class="C">
<section class="c">

## C APIs

Expand Down