diff --git a/README.md b/README.md index fb4e1890..373d4e87 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ Welcome to Boost.Python, a C++ library which enables seamless interoperability b See the [Boost.Python](http://boostorg.github.io/python) documentation for details. -!!! note - Check out the [development version](http://boostorg.github.io/python/develop) of the documentation to see work in progress. +**Hint :** Check out the [development version](http://boostorg.github.io/python/develop) of the documentation to see work in progress. # Building ![Build Status](https://travis-ci.org/boostorg/python.svg?branch=develop) diff --git a/doc/numpy/conf.py b/doc/numpy/conf.py index 6ee1a921..2f5d5e81 100644 --- a/doc/numpy/conf.py +++ b/doc/numpy/conf.py @@ -112,7 +112,7 @@ html_theme = 'default' # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = 'static/bpl.png' +html_logo = '_static/bpl.png' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 @@ -122,7 +122,7 @@ html_logo = 'static/bpl.png' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['static'] +html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. diff --git a/doc/python.qbk b/doc/python.qbk index fc07b2c0..ffd2d0dd 100644 --- a/doc/python.qbk +++ b/doc/python.qbk @@ -50,7 +50,7 @@ The development of these features was funded in part by grants to `Boost Consult * [link glossary Glossary] * [link support Support Resources] * [link faq Frequently Asked Questions (FAQs)] -* [@numpy/index.html NumPy] +* [@numpy/index.html NumPy Extension Documentation] [endsect]