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    (http://quantlib.org).
23
24    Additional resources available from the above site include:
25
26    - available documentation (http://quantlib.org/docs.shtml);
27    - current news (http://sourceforge.net/news/?group_id=12740);
28    - the %QuantLib mailing lists and forums
29      (http://quantlib.org/mailinglists.shtml);
30    - the %QuantLib programming style guidelines
31      (http://quantlib.org/style.shtml);
32    - links to pages for reporting issues
33      (https://github.com/lballabio/QuantLib/issues)
34      and submitting changes
35      (https://github.com/lballabio/QuantLib/pulls);
36    - a page (http://quantlib.org/extensions.shtml) about how to use %QuantLib
37      in other languages/platforms.
38*/
39
40