File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ jobs:
110
110
exit 0
111
111
fi
112
112
rm -rf ./bin/cli
113
- rm test/test.cli.js
114
- rm etc/cli_opts.json
115
- rm docs/usage.txt
113
+ rm -f test/test.cli.js
114
+ rm -f etc/cli_opts.json
115
+ rm -f docs/usage.txt
116
116
117
117
# For all dependencies, check in all *.js files if they are still used; if not, remove them:
118
118
jq -r '.dependencies | keys[]' ./package.json | while read -r dep; do
@@ -162,8 +162,8 @@ jobs:
162
162
# Remove unnecessary files:
163
163
- name : ' Remove unnecessary files'
164
164
run : |
165
- rm docs/repl.txt
166
- rm docs/types/test.ts
165
+ rm -f docs/repl.txt
166
+ rm -f docs/types/test.ts
167
167
168
168
# Replace all stdlib GitHub dependencies with the respective npm packages:
169
169
- name : ' Replace all stdlib GitHub dependencies with the respective npm packages'
Original file line number Diff line number Diff line change @@ -29,4 +29,5 @@ Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
29
29
Shraddheya Shendre <shendreshraddheya@gmail.com>
30
30
Stephannie Jiménez Gacha <steff456@hotmail.com>
31
31
dorrin-sot <59933477+dorrin-sot@users.noreply.github.com>
32
+ orimiles5 <97595296+orimiles5@users.noreply.github.com>
32
33
rei2hu <rei2hu@users.noreply.github.com>
Original file line number Diff line number Diff line change @@ -30,10 +30,14 @@ limitations under the License.
30
30
31
31
<!-- <equation class="equation" label="eq:epsilon_float64" align="center" raw="\epsilon = b^{-(p-1)}" alt="Epsilon for a double-precision floating-point number."> -->
32
32
33
- <div class =" equation " align =" center " data-raw-text =" \epsilon = b^{-(p-1)} " data-equation =" eq:epsilon_float64 " >
33
+ ``` math
34
+ \epsilon = b^{-(p-1)}
35
+ ```
36
+
37
+ <!-- <div class="equation" align="center" data-raw-text="\epsilon = b^{-(p-1)}" data-equation="eq:epsilon_float64">
34
38
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@6e1cf583c4854b3d982f22f361f53a30c9f552dc/lib/node_modules/@stdlib/constants/float64/eps/docs/img/equation_epsilon_float64.svg" alt="Epsilon for a double-precision floating-point number.">
35
39
<br>
36
- </div >
40
+ </div> -->
37
41
38
42
<!-- </equation> -->
39
43
@@ -242,7 +246,7 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
242
246
-->
243
247
244
248
[ chat-image ] : https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
245
- [ chat-url ] : https://gitter.im/stdlib-js/stdlib/
249
+ [ chat-url ] : https://app. gitter.im/#/room/#stdlib-js_stdlib:gitter.im
246
250
247
251
[ stdlib ] : https://github.com/stdlib-js/stdlib
248
252
You can’t perform that action at this time.
0 commit comments