Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gbadev-org/tonc
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Dec 8, 2023
2 parents 50c39c4 + e0c1e92 commit c5db5b8
Show file tree
Hide file tree
Showing 9 changed files with 2,587 additions and 4,332 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,9 @@ mv intro.htm intro-old.htm
pandoc --from=html --to=markdown-fenced_divs-bracketed_spans-escaped_line_breaks-smart --wrap=none -o intro.md intro-old.htm
```

Then, add metadata and replace the table of contents with a `<!-- toc -->` marker:
Then replace the table of contents with a `<!-- toc -->` marker:

```md
Title: Introduction to Tonc
Date: 2003-09-01
Modified: 2023-08-13
Authors: Cearn

# ii. Introduction to Tonc

<!-- toc -->
Expand Down
6 changes: 3 additions & 3 deletions content/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@

---

[Appendix A - Numbers, bits and bit operations]()
[Appendix B - Fixed-point math & LUTs]()
[Appendix A - Numbers, bits and bit operations](./numbers.md)
[Appendix B - Fixed-point math & LUTs](./fixed.md)
[Appendix C - Vector and matrix math]()
[Appendix D - More on makefiles and compiler options](./makefile.md)
[Appendix E - Make via editors]()
[Appendix E - Make via editors](./edmake.md)
[Appendix F - References]()
[Appendix G - Change log]()
Loading

0 comments on commit c5db5b8

Please sign in to comment.