Skip to content

Commit

Permalink
cond format: add extra docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Nov 11, 2023
1 parent 6dedbf1 commit b5b924e
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions src/conditional_format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,12 @@
//! # }
//! ```
//!
//! Output file:
//! This creates conditional format rules like this:
//!
//! <img
//! src="https://rustxlsxwriter.github.io/images/conditional_format_multi_range_rules.png">
//!
//! And the following output file:
//!
//! <img
//! src="https://rustxlsxwriter.github.io/images/conditional_format_multi_range.png">
Expand Down Expand Up @@ -400,7 +405,11 @@ generate_conditional_format_impls!(
/// # }
/// ```
///
/// Output file:
/// This creates conditional format rules like this:
///
/// <img src="https://rustxlsxwriter.github.io/images/conditional_format_cell1_rules.png">
///
/// And the following output file:
///
/// <img
/// src="https://rustxlsxwriter.github.io/images/conditional_format_cell1.png">
Expand Down Expand Up @@ -477,7 +486,11 @@ generate_conditional_format_impls!(
/// # }
/// ```
///
/// Output file:
/// This creates conditional format rules like this:
///
/// <img src="https://rustxlsxwriter.github.io/images/conditional_format_cell2_rules.png">
///
/// And the following output file:
///
/// <img
/// src="https://rustxlsxwriter.github.io/images/conditional_format_cell2.png">
Expand Down Expand Up @@ -815,7 +828,11 @@ impl ConditionalFormatCell {
/// # }
/// ```
///
/// Output file:
/// This creates conditional format rules like this:
///
/// <img src="https://rustxlsxwriter.github.io/images/conditional_format_duplicate_rules.png">
///
/// And the following output file:
///
/// <img src="https://rustxlsxwriter.github.io/images/conditional_format_duplicate.png">
///
Expand Down Expand Up @@ -975,7 +992,11 @@ impl ConditionalFormatDuplicate {
/// # }
/// ```
///
/// Output file:
/// This creates conditional format rules like this:
///
/// <img src="https://rustxlsxwriter.github.io/images/conditional_format_average_rules.png">
///
/// And the following output file:
///
/// <img
/// src="https://rustxlsxwriter.github.io/images/conditional_format_average.png">
Expand Down Expand Up @@ -1186,7 +1207,11 @@ impl ConditionalFormatAverage {
/// # }
/// ```
///
/// Output file:
/// This creates conditional format rules like this:
///
/// <img src="https://rustxlsxwriter.github.io/images/conditional_format_top_rules.png">
///
/// And the following output file:
///
/// <img
/// src="https://rustxlsxwriter.github.io/images/conditional_format_top.png">
Expand Down

0 comments on commit b5b924e

Please sign in to comment.