Skip to content

Commit fbbaf4d

Browse files
committed
rc1
1 parent 67c861f commit fbbaf4d

47 files changed

Lines changed: 66 additions & 62 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ai/oxirs-shacl-ai/src/edge_deployment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//!
2424
//! # Example
2525
//!
26-
//! ```rust
26+
//! ```rust,ignore
2727
//! use oxirs_shacl_ai::edge_deployment::{
2828
//! EdgeDeploymentManager, EdgeDevice, DeviceProfile, DeploymentConfig
2929
//! };

ai/oxirs-shacl-ai/src/experiment_tracking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//!
1717
//! # Example
1818
//!
19-
//! ```rust
19+
//! ```rust,ignore
2020
//! use oxirs_shacl_ai::experiment_tracking::{ExperimentTracker, Parameter, Metric};
2121
//!
2222
//! let tracker = ExperimentTracker::new();

ai/oxirs-shacl-ai/src/model_governance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//!
2121
//! # Example
2222
//!
23-
//! ```rust
23+
//! ```rust,ignore
2424
//! use oxirs_shacl_ai::model_governance::{
2525
//! ModelGovernance, ModelGovernanceConfig, ComplianceStandard, GovernancePolicy
2626
//! };

ai/oxirs-shacl-ai/src/production_monitoring.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//!
1717
//! # Example
1818
//!
19-
//! ```rust
19+
//! ```rust,ignore
2020
//! use oxirs_shacl_ai::production_monitoring::{
2121
//! ProductionMonitor, MonitoringConfig, SLA
2222
//! };

engine/oxirs-samm/src/analytics/modelanalytics_compute_kendall_correlations_group.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ impl ModelAnalytics {
3939
///
4040
/// # Example
4141
///
42-
/// ```rust
42+
/// ```rust,ignore
4343
/// use oxirs_samm::analytics::ModelAnalytics;
4444
/// use oxirs_samm::metamodel::Aspect;
4545
///

engine/oxirs-samm/src/analytics/modelanalytics_compute_partial_correlations_group.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ impl ModelAnalytics {
2626
///
2727
/// # Example
2828
///
29-
/// ```rust
29+
/// ```rust,ignore
3030
/// use oxirs_samm::analytics::ModelAnalytics;
3131
/// use oxirs_samm::metamodel::Aspect;
3232
///

engine/oxirs-samm/src/analytics/modelanalytics_compute_spearman_correlations_group.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ impl ModelAnalytics {
3939
///
4040
/// # Example
4141
///
42-
/// ```rust
42+
/// ```rust,ignore
4343
/// use oxirs_samm::analytics::ModelAnalytics;
4444
/// use oxirs_samm::metamodel::Aspect;
4545
///

engine/oxirs-samm/src/analytics/modelanalytics_fit_distributions_group.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ impl ModelAnalytics {
9898
///
9999
/// # Example
100100
///
101-
/// ```rust
101+
/// ```rust,ignore
102102
/// use oxirs_samm::analytics::ModelAnalytics;
103103
/// use oxirs_samm::metamodel::Aspect;
104104
///

engine/oxirs-samm/src/dtdl_parser/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//!
1414
//! # Example
1515
//!
16-
//! ```rust
16+
//! ```rust,ignore
1717
//! use oxirs_samm::dtdl_parser::parse_dtdl_interface;
1818
//!
1919
//! # fn example() -> Result<(), Box<dyn std::error::Error>> {
@@ -115,7 +115,7 @@ enum DtdlSchema {
115115
///
116116
/// # Example
117117
///
118-
/// ```rust
118+
/// ```rust,ignore
119119
/// use oxirs_samm::dtdl_parser::parse_dtdl_interface;
120120
///
121121
/// # fn example() -> Result<(), Box<dyn std::error::Error>> {

engine/oxirs-samm/src/query.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//!
1414
//! # Examples
1515
//!
16-
//! ```rust
16+
//! ```rust,ignore
1717
//! use oxirs_samm::query::ModelQuery;
1818
//! use oxirs_samm::metamodel::Aspect;
1919
//!
@@ -80,7 +80,7 @@ impl<'a> ModelQuery<'a> {
8080
///
8181
/// # Examples
8282
///
83-
/// ```rust
83+
/// ```rust,ignore
8484
/// use oxirs_samm::query::ModelQuery;
8585
/// # use oxirs_samm::metamodel::Aspect;
8686
/// # fn example(aspect: &Aspect) {
@@ -564,7 +564,7 @@ impl<'a> ModelQuery<'a> {
564564
///
565565
/// # Examples
566566
///
567-
/// ```rust
567+
/// ```rust,ignore
568568
/// use oxirs_samm::query::ModelQuery;
569569
/// # use oxirs_samm::metamodel::{Aspect, Property};
570570
/// # fn example(aspect: &Aspect) {

0 commit comments

Comments
 (0)