Skip to content

Commit

Permalink
Merge pull request #1137 from pat-rogers/master
Browse files Browse the repository at this point in the history
Partially reordered top-level topics.
  • Loading branch information
gusthoff authored Nov 8, 2024
2 parents c3fd3a4 + 7c7e4a8 commit 7d6d88d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/courses/ada-idioms/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ Ada Idioms
Abstract Data Machines <chapters/abstract_data_machines>
Programming by Extension <chapters/programming_by_extension.rst>
Constructor Functions For Abstract Data Types <chapters/constructor_functions_for_abstract_data_types>
Reducing Object Code from Generic Package Instantiations <chapters/reducing_object_code_from_generic_package_instantiations>
Controlling Object Initialization and Creation <chapters/controlling_obj_initialization_creation>
Type Punning <chapters/type_punning>
Expressing Inheritance Idioms <chapters/inheritance_idioms>
Providing Component Access to Enclosing Record Objects <chapters/component_access_to_rec_objs>
Controlling Object Initialization and Creation <chapters/controlling_obj_initialization_creation>
Interrupt Handling <chapters/interrupt_handling>
Type Punning <chapters/type_punning>
Reducing Object Code from Generic Package Instantiations <chapters/reducing_object_code_from_generic_package_instantiations>
Appendices <chapters/appendices>

0 comments on commit 7d6d88d

Please sign in to comment.