Skip to content

Commit

Permalink
Split package module further to avoid recursive imports
Browse files Browse the repository at this point in the history
This completes the previous modularization effort by splitting into
globals, dataclasses and utils.
  • Loading branch information
dirkmueller committed Oct 17, 2023
1 parent 47026fc commit e50343c
Show file tree
Hide file tree
Showing 15 changed files with 1,511 additions and 1,454 deletions.
2 changes: 1 addition & 1 deletion source/adding_containers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Adding and Modifying Container Images
=====================================

All container images are defined in :file:`src/bci_build/package.py` as
All container images are defined in :file:`src/bci_build/package/` as
instances of the :py:class:`~bci_build.package.LanguageStackContainer`,
:py:class:`~bci_build.package.ApplicationStackContainer` or
:py:class:`~bci_build.package.OsContainer` classes.
Expand Down
Loading

0 comments on commit e50343c

Please sign in to comment.