Skip to content

Commit 352fd40

Browse files
Merge branch 'mr/353-rename-tagged-derivation-labs-step-1' into 'master'
Resolve "Rename tagged derivation labs to match module names" See merge request feng/training/material!426
2 parents 0d3a513 + c32e48a commit 352fd40

File tree

14 files changed

+4
-4
lines changed

14 files changed

+4
-4
lines changed

courses/ada_essentials/170_tagged_derivation-in_depth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ Tagged Derivation: In-Depth
4343
.. include:: 170_tagged_derivation/01-introduction.rst
4444
.. include:: 170_tagged_derivation/02-tagged_derivation.rst
4545
.. include:: 170_tagged_derivation/03-extending_tagged_types.rst
46-
.. include:: 170_tagged_derivation/88-tagged_derivation.lab.rst
46+
.. include:: 170_tagged_derivation/88-tagged_derivation-in_depth.lab.rst
4747
.. include:: 170_tagged_derivation/99-summary.rst

courses/ada_essentials/170_tagged_derivation/88-tagged_derivation.lab.rst renamed to courses/ada_essentials/170_tagged_derivation/88-tagged_derivation-in_depth.lab.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ Tagged Derivation Lab
2626
Tagged Derivation Lab Solution - Types (Spec)
2727
-----------------------------------------------
2828

29-
.. container:: source_include 170_tagged_derivation/lab/tagged_derivation/answer/employee.ads :code:Ada :number-lines:1
29+
.. container:: source_include 170_tagged_derivation/lab/tagged_derivation-in_depth/answer/employee.ads :code:Ada :number-lines:1
3030

3131
-------------------------------------------------------
3232
Tagged Derivation Lab Solution - Types (Partial Body)
3333
-------------------------------------------------------
3434

35-
.. container:: source_include 170_tagged_derivation/lab/tagged_derivation/answer/employee.adb :start-after:--Types_Body :end-before:--Types_Body :code:Ada :number-lines:1
35+
.. container:: source_include 170_tagged_derivation/lab/tagged_derivation-in_depth/answer/employee.adb :start-after:--Types_Body :end-before:--Types_Body :code:Ada :number-lines:1
3636

3737
---------------------------------------
3838
Tagged Derivation Lab Solution - Main
3939
---------------------------------------
4040

41-
.. container:: source_include 170_tagged_derivation/lab/tagged_derivation/answer/main.adb :code:Ada :number-lines:1
41+
.. container:: source_include 170_tagged_derivation/lab/tagged_derivation-in_depth/answer/main.adb :code:Ada :number-lines:1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)