File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - name : Run sed # Removes insanely-long parameter definition from docs
3636 working-directory : ./api_documentation
3737 run : |
38- sed -i 's/AhocorasickTokenizer(.*\])\)/AhocorasickTokenizer()/' ./eyecite/find.html
39- sed -i 's/AhocorasickTokenizer(.*\])\)/AhocorasickTokenizer()/' ./eyecite/index.html
38+ sed -i '' -E 's#(AhocorasickTokenizer\().*(markup_text:)#\1),<br>\2#g' eyecite/find.html eyecite/index.html
4039
4140 - name : Deploy 🚀
4241 uses : JamesIves/github-pages-deploy-action@v4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Changes:
1111-
1212
1313Fixes:
14- -
14+ - Modifies rendering of AhocorasickTokenizer parameter in API docs II
1515
1616## Current
1717
Original file line number Diff line number Diff line change 66
77(pip3 install pdoc3);
88(pdoc --html $( pwd) /../eyecite --output-dir $( pwd) --force);
9- (sed -i ' ' ' s/AhocorasickTokenizer(.*\])\)/AhocorasickTokenizer()/' $( pwd) /eyecite/find.html) # Removes insanely-long parameter definition
10- (sed -i ' ' ' s/AhocorasickTokenizer(.*\])\)/AhocorasickTokenizer()/' $( pwd) /eyecite/index.html) # Removes insanely-long parameter definition
9+ sed -i ' ' -E ' s#(AhocorasickTokenizer\().*(markup_text:)#\1),<br>\2#g' eyecite/find.html eyecite/index.html
You can’t perform that action at this time.
0 commit comments