Skip to content
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

docs: Misc formatting and text fixes, add some internal links #132

Merged
merged 1 commit into from
Nov 11, 2023

Conversation

digital-carver
Copy link
Contributor

docs(Theory): Fix NFA state number errors, spelling, and add alt-texts to images

docs(Regex): fix "See also" links, minor punctuation and grammer fixes

docs(Home): minor grammar fix

docs(Validator): "See also" refs in _validator docstrings, improve readability

docs(Tokenizers): mainly formatting fixes, a couple grammar fixes too

docs: link to the simplified FASTA example when it's referred to

docs(Parsing buffers): clarify onfinal!, minor grammar fixes

docs(io,custom): minor grammar fixes, linkify reference to other section

docs(Theory): Fix NFA state number errors, spelling, and add alt-texts to images

docs(Regex): fix "See also" links, minor punctuation and grammer fixes

docs(Home): minor grammar fix

docs(Validator): "See also" refs in `_validator` docstrings, improve readability

docs(Tokenizers): mainly formatting fixes, a couple grammar fixes too

docs: link to the simplified FASTA example when it's referred to

docs(Parsing buffers): clarify `onfinal!`, minor grammar fixes

docs(io,custom): minor grammar fixes, linkify reference to other section
@jakobnissen
Copy link
Member

Thanks a lot! I'll merge this when CI is run in a bit

Copy link

codecov bot commented Nov 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (82a27f0) 95.92% compared to head (6874d8b) 96.15%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
+ Coverage   95.92%   96.15%   +0.22%     
==========================================
  Files          16       16              
  Lines        1793     1793              
==========================================
+ Hits         1720     1724       +4     
+ Misses         73       69       -4     
Flag Coverage Δ
unittests 96.15% <ø> (+0.22%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/codegen.jl 92.83% <ø> (+1.14%) ⬆️
src/re.jl 93.40% <ø> (ø)
src/stream.jl 96.92% <ø> (ø)
src/tokenizer.jl 95.38% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jakobnissen jakobnissen merged commit 2d30fac into BioJulia:master Nov 11, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants