Skip to content

Commit a84c6a9

Browse files
Merge branch 'slides/195-reorganization-of-some-fringe-modules' into 'master'
Resolve "Reorganization of some fringe modules" See merge request feng/training/material!260
2 parents ae6f31b + 3ab7457 commit a84c6a9

File tree

66 files changed

+32
-916
lines changed

Some content is hidden

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

66 files changed

+32
-916
lines changed

courses/fundamentals_of_ada/adv_260_controlled_types.rst renamed to courses/fundamentals_of_ada/260_controlled_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Finalizable Aspect
263263
Lab
264264
========
265265

266-
.. include:: labs/adv_260_controlled_types.lab.rst
266+
.. include:: labs/260_controlled_types.lab.rst
267267

268268
=========
269269
Summary

courses/fundamentals_of_ada/adv_280_low_level_programming.rst renamed to courses/fundamentals_of_ada/280_low_level_programming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ Flat Arrays
595595
Lab
596596
========
597597

598-
.. include:: labs/adv_280_low_level_programming.lab.rst
598+
.. include:: labs/280_low_level_programming.lab.rst
599599

600600
=========
601601
Summary

courses/fundamentals_of_ada/adv_120_advanced_privacy.rst renamed to courses/fundamentals_of_ada/290_advanced_data_hiding.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Partial Vs Full View of a Type
6666

6767
- Partial view may declare supplementary constraint that the full view doesn't have
6868

69-
.. include:: examples/adv_120_advanced_privacy/capabilities_and_constraints.adb
69+
.. include:: examples/290_advanced_data_hiding/capabilities_and_constraints.adb
7070
:code: Ada
7171

7272
---------------
@@ -505,7 +505,7 @@ Children "Inherit" From Private Properties of Parent
505505
Lab
506506
========
507507

508-
.. include:: labs/adv_120_advanced_privacy.lab.rst
508+
.. include:: labs/290_advanced_data_hiding.lab.rst
509509

510510
=========
511511
Summary

courses/fundamentals_of_ada/spec_890_ada_text_io.rst renamed to courses/fundamentals_of_ada/890_ada_text_io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Ada.IO_Exceptions
288288
Lab
289289
========
290290

291-
.. include:: labs/spec_890_ada_text_io.lab.rst
291+
.. include:: labs/890_ada_text_io.lab.rst
292292

293293
=========
294294
Summary

courses/fundamentals_of_ada/spec_891_ada_characters.rst renamed to courses/fundamentals_of_ada/891_ada_characters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Character Transformation
163163
Lab
164164
========
165165

166-
.. include:: labs/spec_891_ada_characters.lab.rst
166+
.. include:: labs/891_ada_characters.lab.rst
167167

168168
=========
169169
Summary

courses/fundamentals_of_ada/spec_892_ada_strings.rst renamed to courses/fundamentals_of_ada/892_ada_strings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Unique Subprograms
260260
Lab
261261
========
262262

263-
.. include:: labs/spec_892_ada_strings.lab.rst
263+
.. include:: labs/892_ada_strings.lab.rst
264264

265265
=========
266266
Summary

courses/fundamentals_of_ada/spec_893_ada_numerics.rst renamed to courses/fundamentals_of_ada/893_ada_numerics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Randon Number Usage
216216
Lab
217217
========
218218

219-
.. include:: labs/spec_893_ada_numerics.lab.rst
219+
.. include:: labs/893_ada_numerics.lab.rst
220220

221221
=========
222222
Summary

courses/fundamentals_of_ada/adv_250_containers.rst renamed to courses/fundamentals_of_ada/894_ada_containers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Standard ``Ada.Containers`` Packages
362362
Lab
363363
========
364364

365-
.. include:: labs/adv_250_containers.lab.rst
365+
.. include:: labs/894_ada_containers.lab.rst
366366

367367
=========
368368
Summary

0 commit comments

Comments
 (0)