-
Notifications
You must be signed in to change notification settings - Fork 5
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
/doc/reference/glossary/ #16
Comments
Started glossary based on \defn{} terms in the Parallel chapter of the Algorithms book. Each term gets a file in the /src/doc/reference/glossary folder. I have entered a few definitions and set up an Eleventy collection that you can edit with Netlify CMS. One wrinkle in the current design is that each entry holds its definition in its front matter. For the sake of editing, I would prefer the definition to go in the body/content of the entry, but I am not sure how to pull that body/content into a unified glossary page. (Whereas front matter is easy to pull into a unified glossary page.) |
@cleiserson I was unable to resolve Netlify CMS issues (instead calling Netlify CMS into question per #100); however, I did make some important updates to the glossary setup.
|
The team agreed today per @cleiserson that we'll hold off on the glossary for v1.0. To do that, I will change the behavior of the |
Glossary has been reborn with content from Cilk++ programmer's guide, per #164. |
A glossary would be a great asset on the site. For some concepts there are multiple terms from different teams or different eras (e.g. span, depth, critical path length). We'll help people get that straight. Charles provided me with the Parallelism chapter from his book to make a starting list of entries.
I wonder if it would be possible to have Eleventy parse each site page so that when these words appear (perhaps with some markup like &span&) then they are rendered as a link to the glossary entry.
The text was updated successfully, but these errors were encountered: