Skip to content

Commit 1eacf23

Browse files
committed
Add hyperlinks to examples in the caption
1 parent cbde935 commit 1eacf23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/modules/ROOT/pages/financial_examples.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://www.boost.org/LICENSE_1_0.txt
1010

1111
== Parsing Pricing Data from File
1212
[#examples_money_parsing]
13-
.This example demonstrates the numerical differences between parsing of monetary values between using `decimal32_t` and `float`
13+
.This https://github.com/cppalliance/decimal/blob/develop/examples/numerical_parsing.cpp[example] demonstrates the numerical differences between parsing of monetary values between using `decimal32_t` and `float`
1414
====
1515
[source, c++]
1616
----
@@ -28,6 +28,7 @@ Sum using decimal32_t: 52151.99
2828

2929
[#examples_boost_math]
3030
== Boost.Math to Calculate Bollinger Bands
31+
.This https://github.com/cppalliance/decimal/blob/develop/examples/statistics.cpp[example] demonstrates how we can use the decimal library with existing Boost.Math facilities to perform statistical analysis
3132
====
3233
[source, c++]
3334
----

0 commit comments

Comments
 (0)