Skip to content

Commit

Permalink
Partially reordered top-level topics.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-rogers committed Nov 8, 2024
1 parent c3fd3a4 commit 7c7e4a8
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 7c7e4a8

Please sign in to comment.