Skip to content

Commit da91171

Browse files
committed
Update Book docs
Adds book table of contents and buy on amazon button.
1 parent b8f3b14 commit da91171

File tree

4 files changed

+46
-4
lines changed

4 files changed

+46
-4
lines changed

docs/source/_static/Book_index.pdf

4.95 MB
Binary file not shown.

docs/source/book.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
###########################################
2+
Advanced Portfolio Optimization
3+
###########################################
4+
5+
A Cutting-edge Quantitative Approach
6+
####################################
7+
8+
9+
Motivation
10+
==========
11+
12+
This book attempts to fill the gap that exists in quantitative finance books and courses that only focus
13+
on the mean-variance model and its variants, and ignore the further developments made in the last 70 years
14+
after the publication of Markowitz's pioneering work. Readers will find this book very useful because each
15+
section explains the idea and mathematics of each model, and each section is accompanied by its corresponding
16+
Python code that allows all the examples to be reproduced.
17+
18+
Buy on Amazon
19+
=============
20+
21+
Click the button below to buy on Amazon:
22+
23+
.. raw:: html
24+
25+
<a href="https://a.co/d/hwa69Ve" target="_blank" style="text-decoration:none;">
26+
<button style="padding:10px 20px; font-size:16px; background-color:#FFA500; color:white; border:none; border-radius:5px; cursor:pointer;">
27+
Buy on Amazon
28+
</button>
29+
</a>
30+
31+
32+
Table of Contents
33+
=================
34+
35+
The detailed content of the book follows below:
36+
37+
.. raw:: html
38+
39+
<embed src="_static\Book_index.pdf" width="100%" height="1000px" type="application/pdf">

docs/source/excel.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Riskfolio-XL
33
############
44

5-
**Riskfolio-Lib add-in for Microsoft Excel**
5+
Riskfolio-Lib add-in for Microsoft Excel
6+
########################################
67

78
Description
89
===========

docs/source/index.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Riskfolio-Lib
99
:keywords lang=es: optimización de portafolios python, optimización de portafolios, optimización de portafolios de Markowitz, optimización de portafolios con cvar, asignación de activos, asignación estratégica de activos
1010

1111

12-
**Quantitative Strategic Asset Allocation, Easy for Everyone.**
12+
Quantitative Strategic Asset Allocation, Easy for Everyone
13+
##########################################################
1314

1415
.. image:: images/MSV_Frontier.png
1516
:width: 45%
@@ -500,9 +501,10 @@ Contents
500501
.. toctree::
501502
:maxdepth: 1
502503

503-
Install <install>
504-
Portfolio Course <course>
504+
Portfolio Optimization Book <book>
505+
Portfolio Optimization Course <course>
505506
Riskfolio-XL <excel>
507+
Install <install>
506508
Portfolio Models <portfolio>
507509
Hierarchical Clustering Models <hcportfolio>
508510
Parameters Estimation <parameters>

0 commit comments

Comments
 (0)