diff options
author | David Young <dyoung@hdfgroup.org> | 2019-11-22 21:36:56 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2019-11-22 21:36:56 (GMT) |
commit | 0f9678b41526cf935506f11e389b5ccec3519f5b (patch) | |
tree | f22953954ab912804661e47bff9306d8ac68536d | |
parent | 12438c22b727f210c85dd74fb147f666c273a127 (diff) | |
download | hdf5-0f9678b41526cf935506f11e389b5ccec3519f5b.zip hdf5-0f9678b41526cf935506f11e389b5ccec3519f5b.tar.gz hdf5-0f9678b41526cf935506f11e389b5ccec3519f5b.tar.bz2 |
Mention the Markdown cheat sheet and tutorial, per John's request.
-rw-r--r-- | doc/VFD_SWMR_Punch_List.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/VFD_SWMR_Punch_List.md b/doc/VFD_SWMR_Punch_List.md index 851094a..5a80995 100644 --- a/doc/VFD_SWMR_Punch_List.md +++ b/doc/VFD_SWMR_Punch_List.md @@ -2,7 +2,14 @@ VFD SWMR Punch List This document lives at [https://bitbucket.hdfgroup.org/users/dyoung/repos/vchoi_fork/browse/doc/VFD_SWMR_Punch_List.md?at=refs%2Fheads%2Ffeature%2Fvfd_swmr](https://bitbucket.hdfgroup.org/users/dyoung/repos/vchoi_fork/browse/doc/VFD_SWMR_Punch_List.md?at=refs%2Fheads%2Ffeature%2Fvfd_swmr) -19 November 2019 +An [interactive tutorial](https://www.markdowntutorial.com/) on Markdown +covers the basics quickly and effectively. + +I know I have used this [Markdown "cheat +sheet"](https://commonmark.org/help/) before---it provides a nice visual +guide to the syntax. + +22 November 2019 1. Design optimizations in index writes. Perhaps write deltas only, with a full index every n ticks? |