diff --git a/mps/manual/build.txt b/mps/manual/build.txt index eaae71ecb07..6212836306a 100644 --- a/mps/manual/build.txt +++ b/mps/manual/build.txt @@ -11,6 +11,12 @@ its libraries, and the tests and tools that come with it. You may be building the MPS for a number of different purposes. +Getting hold of the MPS Kit +--------------------------- + +Download the latest MPS Kit release from ``_. + + Compiling the MPS for your project ---------------------------------- diff --git a/mps/manual/source/_templates/links.html b/mps/manual/source/_templates/links.html new file mode 100644 index 00000000000..b62c13d7813 --- /dev/null +++ b/mps/manual/source/_templates/links.html @@ -0,0 +1,13 @@ +

Downloads

+ +

+MPS Kit release {{ release }}
+All MPS Kit releases +

+ +

Issues

+ +

+Known issues
+Issues fixed in release {{ release }} +

diff --git a/mps/manual/source/conf.py b/mps/manual/source/conf.py index 05a2864cffe..2312fa14287 100644 --- a/mps/manual/source/conf.py +++ b/mps/manual/source/conf.py @@ -131,11 +131,11 @@ # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -#html_use_smartypants = True +html_use_smartypants = True # Custom sidebar templates, maps document names to template names. html_sidebars = { - '**': ['localtoc.html', 'relations.html', 'contact.html'], + '**': ['localtoc.html', 'relations.html', 'links.html', 'contact.html'], } # Additional templates that should be rendered to pages, maps page names to