QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
Loading...
Searching...
No Matches
resources.docs
Go to the documentation of this file.
1
2/*
3 Copyright (C) 2000-2003 StatPro Italia srl
4
5 This file is part of QuantLib, a free-software/open-source library
6 for financial quantitative analysts and developers - http://quantlib.org/
7
8 QuantLib is free software: you can redistribute it and/or modify it
9 under the terms of the QuantLib license. You should have received a
10 copy of the license along with this program; if not, please email
11 <quantlib-dev@lists.sf.net>. The license is also available online at
12 <http://quantlib.org/license.shtml>.
13
14 This program is distributed in the hope that it will be useful, but WITHOUT
15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16 FOR A PARTICULAR PURPOSE. See the license for more details.
17*/
18
19/*! \page resources Additional resources
20
21 The main %QuantLib resource is the %QuantLib web site
22 (https://www.quantlib.org).
23
24 Additional resources available from the above site include:
25
26 - available documentation (https://www.quantlib.org/docs.shtml);
27 - the %QuantLib mailing lists and forums
28 (https://www.quantlib.org/mailinglists.shtml);
29 - the %QuantLib programming style guidelines
30 (https://www.quantlib.org/style.shtml);
31 - links to pages for reporting issues
32 (https://github.com/lballabio/QuantLib/issues)
33 and submitting changes
34 (https://github.com/lballabio/QuantLib/pulls);
35 - a page (https://www.quantlib.org/extensions.shtml) about how to use %QuantLib
36 in other languages/platforms.
37*/
38