Skip to content

Commit 2c17155

Browse files
authored
Merge branch 'develop' into nd/base-recmplx2
2 parents f2ba078 + bb1eae9 commit 2c17155

1,193 files changed

Lines changed: 35119 additions & 2321 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.commitlintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
// MODULES //
2222

23-
var config = require( './etc/commitlint/.commitlintrc.js' ); // eslint-disable-line node/no-unpublished-require
23+
var config = require( './etc/commitlint/.commitlintrc.js' ); // eslint-disable-line n/no-unpublished-require
2424

2525

2626
// EXPORTS //

docs/editors/sublime-text/scripts/build.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable node/shebang */
22-
2321
'use strict';
2422

2523
// Generate license header snippets:

docs/editors/sublime-text/scripts/completions/awk.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable node/shebang */
22-
2321
'use strict';
2422

2523
// MODULES //

docs/editors/sublime-text/scripts/completions/bash.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable node/shebang */
22-
2321
'use strict';
2422

2523
// MODULES //

docs/editors/sublime-text/scripts/completions/javascript.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable node/shebang */
22-
2321
'use strict';
2422

2523
// MODULES //

docs/editors/sublime-text/scripts/completions/julia.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable node/shebang */
22-
2321
'use strict';
2422

2523
// MODULES //

docs/editors/sublime-text/scripts/completions/python.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable node/shebang */
22-
2321
'use strict';
2422

2523
// MODULES //

docs/editors/sublime-text/scripts/completions/r.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable node/shebang */
22-
2321
'use strict';
2422

2523
// MODULES //

docs/editors/sublime-text/scripts/license_header_snippets.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* limitations under the License.
1919
*/
2020

21-
/* eslint-disable node/shebang */
22-
2321
'use strict';
2422

2523
// MODULES //

docs/migration-guides/numpy/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,12 @@ limitations under the License.
6565

6666
## Function Reference
6767

68+
<!-- table -->
69+
6870
{{table}}
6971

72+
<!-- /.table -->
73+
7074
<section class="links">
7175

7276
[@stdlib/blas/ext/index-of]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/index-of

0 commit comments

Comments
 (0)