Skip to content

Commit af05ece

Browse files
Resolve "Each RST file should contain a section listing what concepts are described"
1 parent 58a24da commit af05ece

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+263
-1
lines changed

courses/fundamentals_of_ada/005_introduction.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Introduction
3131

3232
.. container:: PRELUDE PROVIDES
3333

34+
..
35+
About Adacore
36+
About This Training
37+
3438
.. container:: PRELUDE END
3539

3640
.. include:: 005_introduction/01-about_adacore.rst

courses/fundamentals_of_ada/010_overview.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Overview
3131

3232
.. container:: PRELUDE PROVIDES
3333

34+
..
35+
A Little History
36+
Big Picture
37+
3438
.. container:: PRELUDE END
3539

3640
.. include:: 010_overview/01-a_little_history.rst

courses/fundamentals_of_ada/020_declarations.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ Declarations
3131

3232
.. container:: PRELUDE PROVIDES
3333

34+
..
35+
Identifiers And Comments
36+
Literals
37+
Object Declarations
38+
Universal Types
39+
Named Numbers
40+
Scope And Visibility
41+
Aspects
42+
3443
.. container:: PRELUDE END
3544

3645
.. include:: 020_declarations/01-introduction.rst

courses/fundamentals_of_ada/030_basic_types-extras.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ Basic Types
3131

3232
.. container:: PRELUDE PROVIDES
3333

34+
..
35+
Modular Types
36+
Representation Values
37+
Character Types
38+
Real Types
39+
Subtypes
40+
3441
.. container:: PRELUDE END
3542

3643
.. include:: 030_basic_types/03-modular_types.rst

courses/fundamentals_of_ada/030_basic_types-in_depth.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ Basic Types
3131

3232
.. container:: PRELUDE PROVIDES
3333

34+
..
35+
Discrete Numeric Types
36+
Modular Types
37+
Enumeration Types
38+
Representation Values
39+
Character Types
40+
Real Types
41+
Base Type
42+
Subtypes
43+
3444
.. container:: PRELUDE END
3545

3646
.. include:: 030_basic_types/01-introduction.rst

courses/fundamentals_of_ada/030_basic_types.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Basic Types
3131

3232
.. container:: PRELUDE PROVIDES
3333

34+
..
35+
Discrete Numeric Types With Mod
36+
Enumeration Types
37+
Real Types
38+
Subtypes
39+
3440
.. container:: PRELUDE END
3541

3642
.. include:: 030_basic_types/01-introduction.rst

courses/fundamentals_of_ada/040_statements.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ Statements
3131

3232
.. container:: PRELUDE PROVIDES
3333

34+
..
35+
Block Statements
36+
Null Statements
37+
Assignment Statements
38+
Conditional Statements
39+
Loop Statements
40+
Goto Statements
41+
3442
.. container:: PRELUDE END
3543

3644
.. include:: 040_statements/01-introduction.rst

courses/fundamentals_of_ada/050_array_types.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ Array Types
3131

3232
.. container:: PRELUDE PROVIDES
3333

34+
..
35+
Constrained Array Types
36+
Unconstrained Array Types
37+
Attributes
38+
Operations
39+
Looping Over Objects
40+
Aggregates
41+
Image For Complex Types
42+
Anonymous Array Types
43+
3444
.. container:: PRELUDE END
3545

3646
.. include:: 050_array_types/01-introduction.rst

courses/fundamentals_of_ada/060_record_types.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ Record Types
3131

3232
.. container:: PRELUDE PROVIDES
3333

34+
..
35+
Components Rules
36+
Operations
37+
Aggregates
38+
Default Values
39+
Variant Records
40+
3441
.. container:: PRELUDE END
3542

3643
.. include:: 060_record_types/01-introduction.rst

courses/fundamentals_of_ada/065_discriminated_records.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,16 @@ Discriminated Records
3131

3232
.. container:: PRELUDE PROVIDES
3333

34+
..
35+
Variant Records
36+
Discriminant Record Array Size Idiom
37+
Interfacing With C
38+
3439
.. container:: PRELUDE END
3540

3641
.. include:: 065_discriminated_records/01-introduction.rst
3742
.. include:: 065_discriminated_records/02-variant_records.rst
3843
.. include:: 065_discriminated_records/03-discriminant_record_array_size_idiom.rst
3944
.. include:: 065_discriminated_records/04-interfacing_with_c.rst
40-
.. include:: labs/065_discriminated_records.lab.rst
45+
.. include:: labs/065_discriminated_records.lab.rst
4146
.. include:: 065_discriminated_records/99-summary.rst

0 commit comments

Comments
 (0)