onox

Results 131 comments of onox

Sure, I've added the `` that you can use: ```markdown #### Incompatibilities With Ada 83 ... #### Wording Changes from Ada 2005 ... ```

The website already supports this, but it requires some modifications to the formatter by @pyjarrett so that it generates new .md files containing the components needed to render it: ![arm-annotations](https://user-images.githubusercontent.com/3361585/191358316-4f718460-8cbd-4865-a510-dfd4e60b9d60.png)

I can turn the paragraph number into a hyperlink so that it's easier to copy. Edit: implemented in 8a13908

> Will references to AIs, like {AI05-0299-1}, be links and hidden when the annotations are off? They're only present in the AARM and point to the AI texts there. The...

Styling and positioning of the margin text has been improved. The AIs are now shown as hyperlinks in a dropdown when you hover over the info icon. The margin text...

I'm working on moving subclauses to their own page (just like the current RM at ada-auth.org). Afterwards this should no longer be a problem.

Did you have it implemented like this? ![sidebar-aarm](https://user-images.githubusercontent.com/3361585/192642895-7f942e67-4c23-4b28-86e3-4e8f018b2cae.png) The right sidebar could show "Syntax", "Name Resolution Rules", "Legality Rules", etc.

I can't find in the git history where it was splitted along x.y.z. I did notice it went from: ![sidebar-aarm-flat](https://user-images.githubusercontent.com/3361585/192650684-616cb162-9c1a-4c33-b2e6-8fff0f3aaef9.png) to (current): ![sidebar-aarm-x-y](https://user-images.githubusercontent.com/3361585/192650697-991d961e-bd6a-47a7-8564-0650c44b0429.png) Well, if we choose to keep it...

`docs/arm/AA-3/AA-3.5.mdx` contains: ```js 22/5 NOTE The specified bounds themselves can be outside the base range of an ordinary fixed point type so that the range specification can be given in...

It may be useful to go through the pre-class components of the courses Technical Writing One and Technical Writing Two at [Google Technical Writing](https://developers.google.com/tech-writing/overview). They take about 2 and 1...