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

Markdown, ci tweaks #236

Merged
merged 9 commits into from Jun 16, 2021
Merged

Markdown, ci tweaks #236

merged 9 commits into from Jun 16, 2021

Conversation

tony
Copy link
Member

@tony tony commented Jun 16, 2021

No description provided.

@codecov
Copy link

codecov bot commented Jun 16, 2021

Codecov Report

Merging #236 (e5c50e4) into master (05f32ab) will decrease coverage by 0.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #236      +/-   ##
==========================================
- Coverage   96.39%   96.26%   -0.14%     
==========================================
  Files           8        8              
  Lines         749      749              
==========================================
- Hits          722      721       -1     
- Misses         27       28       +1     
Impacted Files Coverage Δ
unihan_etl/process.py 90.45% <0.00%> (-0.46%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 05f32ab...e5c50e4. Read the comment docs.

tony added 6 commits June 16, 2021 09:48
pandoc 2.14, prettier 2.3.1, myst-parser 0.15.0

pandoc --from rst --to gfm README.rst --markdown-headings=atx | \
    sed s/"&lt;"/"\("/g | sed s/"&gt;"/"\)"/g | \
    sed s/"-   "/"- "/g > tmp; mv tmp README.md

prettier --parser=markdown -w README.md

Inside of docs/index.md:

```{include} ../README.md
```
@tony tony merged commit e60f818 into master Jun 16, 2021
@tony tony deleted the markdown branch June 16, 2021 18:42
tony added a commit that referenced this pull request Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant