Skip to content

Commit

Permalink
docs: update REPL namespace documentation
Browse files Browse the repository at this point in the history
PR-URL: #1956

Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Co-authored-by: kgryte <2643044+kgryte@users.noreply.github.com>
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
stdlib-bot and kgryte authored Mar 19, 2024
1 parent 1f6eec9 commit c0993fa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/repl/code-blocks/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1542,8 +1542,8 @@ base.strided.dcumin,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nvar y = ne
base.strided.dcumin.ndarray,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nvar y = new Float64Array( x.length );\nbase.strided.dcumin.ndarray( x.length, x, 1, 0, y, 1, 0 )\nx = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\ny = new Float64Array( x.length );\nvar N = base.floor( x.length / 2 );\nbase.strided.dcumin.ndarray( N, x, 2, 1, y, -1, y.length-1 )\n"
base.strided.dcuminabs,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nvar y = new Float64Array( x.length );\nbase.strided.dcuminabs( x.length, x, 1, y, 1 )\nx = new Float64Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ] );\ny = new Float64Array( x.length );\nvar N = base.floor( x.length / 2 );\nbase.strided.dcuminabs( N, x, 2, y, 2 )\nvar x0 = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar y0 = new Float64Array( x0.length );\nvar x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nvar y1 = new Float64Array( y0.buffer, y0.BYTES_PER_ELEMENT*3 );\nN = base.floor( x0.length / 2 );\nbase.strided.dcuminabs( N, x1, 2, y1, 1 )\ny0\n"
base.strided.dcuminabs.ndarray,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nvar y = new Float64Array( x.length );\nbase.strided.dcuminabs.ndarray( x.length, x, 1, 0, y, 1, 0 )\nx = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\ny = new Float64Array( x.length );\nvar N = base.floor( x.length / 2 );\nbase.strided.dcuminabs.ndarray( N, x, 2, 1, y, -1, y.length-1 )\n"
base.strided.dcusum,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nvar y = new Float64Array( x.length );\nbase.strided.dcusum( x.length, 0.0, x, 1, y, 1 )\nx = new Float64Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ] );\ny = new Float64Array( x.length );\nvar N = base.floor( x.length / 2 );\nbase.strided.dcusum( N, 0.0, x, 2, y, 2 )\nvar x0 = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar y0 = new Float64Array( x0.length );\nvar x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nvar y1 = new Float64Array( y0.buffer, y0.BYTES_PER_ELEMENT*3 );\nN = base.floor( x0.length / 2 );\nbase.strided.dcusum( N, 0.0, x1, 2, y1, 1 )\ny0\n"
base.strided.dcusum.ndarray,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nvar y = new Float64Array( x.length );\nbase.strided.dcusum.ndarray( x.length, 0.0, x, 1, 0, y, 1, 0 )\nx = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\ny = new Float64Array( x.length );\nvar N = base.floor( x.length / 2 );\nbase.strided.dcusum.ndarray( N, 0.0, x, 2, 1, y, -1, y.length-1 )\n"
base.strided.dcusum,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nvar y = new Float64Array( x.length );\nbase.strided.dcusum( x.length, 0.0, x, 1, y, 1 )\nx = new Float64Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ] );\ny = new Float64Array( x.length );\nbase.strided.dcusum( 3, 0.0, x, 2, y, 2 )\nvar x0 = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar y0 = new Float64Array( x0.length );\nvar x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nvar y1 = new Float64Array( y0.buffer, y0.BYTES_PER_ELEMENT*3 );\nbase.strided.dcusum( 3, 0.0, x1, 2, y1, 1 )\ny0\n"
base.strided.dcusum.ndarray,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nvar y = new Float64Array( x.length );\nbase.strided.dcusum.ndarray( x.length, 0.0, x, 1, 0, y, 1, 0 )\nx = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\ny = new Float64Array( x.length );\nbase.strided.dcusum.ndarray( 3, 0.0, x, 2, 1, y, -1, y.length-1 )\n"
base.strided.dcusumkbn,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nvar y = new Float64Array( x.length );\nbase.strided.dcusumkbn( x.length, 0.0, x, 1, y, 1 )\nx = new Float64Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ] );\ny = new Float64Array( x.length );\nvar N = base.floor( x.length / 2 );\nbase.strided.dcusumkbn( N, 0.0, x, 2, y, 2 )\nvar x0 = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar y0 = new Float64Array( x0.length );\nvar x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nvar y1 = new Float64Array( y0.buffer, y0.BYTES_PER_ELEMENT*3 );\nN = base.floor( x0.length / 2 );\nbase.strided.dcusumkbn( N, 0.0, x1, 2, y1, 1 )\ny0\n"
base.strided.dcusumkbn.ndarray,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nvar y = new Float64Array( x.length );\nbase.strided.dcusumkbn.ndarray( x.length, 0.0, x, 1, 0, y, 1, 0 )\nx = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\ny = new Float64Array( x.length );\nvar N = base.floor( x.length / 2 );\nbase.strided.dcusumkbn.ndarray( N, 0.0, x, 2, 1, y, -1, y.length-1 )\n"
base.strided.dcusumkbn2,"var x = new Float64Array( [ 1.0, -2.0, 2.0 ] );\nvar y = new Float64Array( x.length );\nbase.strided.dcusumkbn2( x.length, 0.0, x, 1, y, 1 )\nx = new Float64Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ] );\ny = new Float64Array( x.length );\nvar N = base.floor( x.length / 2 );\nbase.strided.dcusumkbn2( N, 0.0, x, 2, y, 2 )\nvar x0 = new Float64Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar y0 = new Float64Array( x0.length );\nvar x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nvar y1 = new Float64Array( y0.buffer, y0.BYTES_PER_ELEMENT*3 );\nN = base.floor( x0.length / 2 );\nbase.strided.dcusumkbn2( N, 0.0, x1, 2, y1, 1 )\ny0\n"
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/code-blocks/data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/data/contributor.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["Adarsh Palaskar","Aditya Sapra","AgPriyanshu18","Ali Salesi","Aman Bhansali","Amit Jimiwal","Anudeep Sanapala","Athan Reines","Brendan Graetz","Bruno Fenzl","Chinmay Joshi","Christopher Dambamuromo","Dan Rose","Daniel Killenberger","Dominik Moritz","Dorrin Sotoudeh","EuniceSim142","Frank Kovacs","Golden Kumar","Gunj Joshi","Harshita Kalani","Jaimin Godhani","James Gelok","Jaysukh Makvana","Jithin KS","Joey Reed","Jordan Gallivan","Joris Labie","Justin Dennison","Karthik Prakash","Khaldon","Lovelin","Manik Sharma","Marcus Fantham","Matt Cochrane","Mihir Pandit","Milan Raj","Momtchil Momtchev","Naresh Jagadeesan","Nithin Katta","Ognjen Jevremović","Oneday12323","Philipp Burckhardt","Prajwal Kulkarni","Pranav Goswami","Praneki","Pratik","Priyansh","Raunak Kumar Gupta","Rejoan Sardar","Ricky Reusser","Robert Gislason","Roman Stetsyk","Rutam","Ryan Seal","Sai Srikar Dumpeti","Seyyed Parsa Neshaei","Shashank Shekhar Singh","Shraddheya Shendre","Shubham Mishra","Snehil Shah","Spandan Barve","Stephannie Jiménez Gacha","Utkarsh","Utkarsh Raj","Varad Gupta","Yernar Yergaziyev","nishant-s7","orimiles5","rei2hu"]
["Adarsh Palaskar","Aditya Sapra","AgPriyanshu18","Ali Salesi","Aman Bhansali","Amit Jimiwal","Anudeep Sanapala","Athan Reines","Brendan Graetz","Bruno Fenzl","Chinmay Joshi","Christopher Dambamuromo","Dan Rose","Daniel Killenberger","Dominik Moritz","Dorrin Sotoudeh","EuniceSim142","Frank Kovacs","Golden Kumar","Gunj Joshi","Harshita Kalani","Jaimin Godhani","James Gelok","Jaysukh Makvana","Jithin KS","Joel Mathew Koshy","Joey Reed","Jordan Gallivan","Joris Labie","Justin Dennison","Karthik Prakash","Khaldon","Lovelin","Manik Sharma","Marcus Fantham","Matt Cochrane","Mihir Pandit","Milan Raj","Momtchil Momtchev","Naresh Jagadeesan","Nithin Katta","Ognjen Jevremović","Oneday12323","Philipp Burckhardt","Prajwal Kulkarni","Pranav Goswami","Praneki","Pratik","Priyansh","Raunak Kumar Gupta","Rejoan Sardar","Ricky Reusser","Robert Gislason","Roman Stetsyk","Rutam","Ryan Seal","Sai Srikar Dumpeti","Seyyed Parsa Neshaei","Shashank Shekhar Singh","Shraddheya Shendre","Shubham Mishra","Snehil Shah","Spandan Barve","Stephannie Jiménez Gacha","Utkarsh","Utkarsh Raj","Varad Gupta","Yernar Yergaziyev","nishant-s7","orimiles5","rei2hu"]
Loading

1 comment on commit c0993fa

@stdlib-bot
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
repl/code-blocks $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
repl $\color{red}4124/7307$
$\color{green}+56.44\%$
$\color{red}77/81$
$\color{green}+95.06\%$
$\color{red}5/91$
$\color{green}+5.49\%$
$\color{red}4124/7307$
$\color{green}+56.44\%$
repl/help $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.