Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slides/195 reorganization of some fringe modules #474

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Finalizable Aspect
Lab
========

.. include:: labs/adv_260_controlled_types.lab.rst
.. include:: labs/260_controlled_types.lab.rst

=========
Summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ Flat Arrays
Lab
========

.. include:: labs/adv_280_low_level_programming.lab.rst
.. include:: labs/280_low_level_programming.lab.rst

=========
Summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Partial Vs Full View of a Type

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

.. include:: examples/adv_120_advanced_privacy/capabilities_and_constraints.adb
.. include:: examples/290_advanced_data_hiding/capabilities_and_constraints.adb
:code: Ada

---------------
Expand Down Expand Up @@ -505,7 +505,7 @@ Children "Inherit" From Private Properties of Parent
Lab
========

.. include:: labs/adv_120_advanced_privacy.lab.rst
.. include:: labs/290_advanced_data_hiding.lab.rst

=========
Summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Ada.IO_Exceptions
Lab
========

.. include:: labs/spec_890_ada_text_io.lab.rst
.. include:: labs/890_ada_text_io.lab.rst

=========
Summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Character Transformation
Lab
========

.. include:: labs/spec_891_ada_characters.lab.rst
.. include:: labs/891_ada_characters.lab.rst

=========
Summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Unique Subprograms
Lab
========

.. include:: labs/spec_892_ada_strings.lab.rst
.. include:: labs/892_ada_strings.lab.rst

=========
Summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Randon Number Usage
Lab
========

.. include:: labs/spec_893_ada_numerics.lab.rst
.. include:: labs/893_ada_numerics.lab.rst

=========
Summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ Standard ``Ada.Containers`` Packages
Lab
========

.. include:: labs/adv_250_containers.lab.rst
.. include:: labs/894_ada_containers.lab.rst

=========
Summary
Expand Down
165 changes: 0 additions & 165 deletions courses/fundamentals_of_ada/915_predefined_libraries.rst

This file was deleted.

4 changes: 2 additions & 2 deletions courses/fundamentals_of_ada/advanced.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
065_discriminated_records.rst
080_expressions-with_quantified.rst
120_limited_types.rst
adv_120_advanced_privacy.rst
290_advanced_data_hiding.rst
140_access_types-advanced.rst
160_genericity.rst
170_tagged_derivation.rst
Expand All @@ -14,4 +14,4 @@ adv_120_advanced_privacy.rst
240_tasking_in_depth.rst
273_subprogram_contracts.rst
276_type_contracts.rst
adv_280_low_level_programming.rst
280_low_level_programming.rst
2 changes: 0 additions & 2 deletions courses/fundamentals_of_ada/chapters/README.md

This file was deleted.

Loading
Loading