Skip to content

Commit e53b062

Browse files
Merge pull request #1103 from CombustionToolbox/develop
Update: documentation
2 parents 1bfbfe0 + bf99595 commit e53b062

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

+combustiontoolbox/+utils/+display/@Canvas/Canvas.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
classdef (Abstract) Canvas < handle
22
% The :mat:func:`Canvas` class is an abstract base class used to manage
3-
% figure creation and plotting layout configuration in the :mat:pkg:`+display` module.
3+
% figure creation and plotting layout configuration in the `+display` subpackage.
44
%
55
% The :mat:func:`Canvas` class standardizes figure and axis formatting,
66
% provides tiled layout management, and offers utilities for axis selection and cycling.

+combustiontoolbox/+utils/+math/@Integrator/Integrator.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
classdef Integrator < handle
2-
% Integrator - Abstract base class for numerical integration
3-
%
42
% This class provides a framework for numerical integration methods.
5-
% It is intended to be subclassed for specific integration techniques.
63
%
74
% Example:
85
% integrator = Integrator();

0 commit comments

Comments
 (0)