Commit Graph

1383 Commits

Author SHA1 Message Date
Rowan Walshe
b8e0471e08 Add explicit main to fix test error 2022-08-09 13:51:33 +01:00
Rowan Walshe
9d39621112 Fix typo 2022-08-09 13:51:33 +01:00
Rowan Walshe
a9acbdd701 Update project names for review comment 2022-08-09 13:51:32 +01:00
Rowan Walshe
20e6b2e489 Add missing failure expectations to code blocks 2022-08-09 13:51:32 +01:00
Rowan Walshe
aadb78c760 Update project names for some code blocks
Some code blocks were pulling in files that they shouldn't have been
because they shared a project name with a code block that they shouldn't
have.
2022-08-09 13:51:32 +01:00
Rowan Walshe
03930fcb3e Add missing failure expectations to code blocks 2022-08-09 13:51:31 +01:00
gusthoff
2441d9459a Further editorial changes to source-code examples 2022-08-05 19:53:24 +02:00
gusthoff
5b6acfc3bc Editorial change: correcting typo 2022-08-05 19:33:05 +02:00
gusthoff
f5c28e93cb Editorial changes to source-code examples
Restricting number of columns of source-code examples to fit smaller screens
(needed for EPUB books).
2022-08-05 19:31:25 +02:00
gusthoff
f41071de4e Multiple editorial changes
- Wrapping text at 80 columns
- Using Sphinx roles in multiple places
- Correcting minor issues
2022-08-05 19:24:09 +02:00
gusthoff
e19e2219dc Multiple editorial changes
- Wrapping text at 80 columns
- Using Sphinx roles in multiple places
- Correcting minor issues
2022-08-05 14:31:56 +02:00
Gustavo A. Hoffmann
a817d950e1 Minor editorial corrections 2022-08-05 12:12:25 +02:00
rogers
73eb7e2fc4 first draft of course conclusion 2022-08-03 18:06:10 -05:00
Franklin Chen
c0a71ad019 Update standard_library_numerics.rst
Fix wrong function name in requirements from `To_Decibel` to `To_Factor`.
2022-08-02 17:08:06 -04:00
Maxim Reznik
d9d9840ccf Drop void in C++ profile
According to C++ standards parameterless profile looks like
`()` not like `(void)`.
2022-07-26 19:52:17 +03:00
gusthoff
29ccc529de Editorial change: using reference to "Implicit dereferencing" section 2022-07-16 03:33:17 +02:00
gusthoff
ab0a351086 Editorial change: adding anchor 2022-07-16 03:32:16 +02:00
gusthoff
128fbf80c3 Editorial change: adding anchor 2022-07-16 03:07:14 +02:00
gusthoff
554c3e5f1d Editorial change: adding anchor 2022-07-16 03:03:30 +02:00
gusthoff
2ce7030b5a Editorial change: adding link to separate section
Code example
2022-07-16 03:03:07 +02:00
gusthoff
38bd284611 Editorial change: adding template for "Anonymous Access-To-Subprograms" 2022-07-16 02:58:02 +02:00
gusthoff
5096dbc29a Editorial change: adding template for "Anonymous Access-To-Object Types" 2022-07-16 02:56:36 +02:00
gusthoff
72840e50d0 Editorial change: moving section on "User-Defined References"
"User-Defined References" should be discussed after anonymous access types and
access parameters.
2022-07-16 02:48:48 +02:00
gusthoff
6557a7b036 Editorial change: removing duplicated section
Duplicated section due to error during merge.
2022-07-16 00:09:45 +02:00
Gustavo A. Hoffmann
c76c3bda3e Merge pull request #752 from gusthoff/advanced_ada/new_content/access_types/unchecked_deallocation/20220701
Adding section on Unchecked Deallocation
2022-07-15 23:56:36 +02:00