2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Minor doc touch-ups.

This commit is contained in:
Stefan Seefeld
2016-10-08 15:30:32 -04:00
parent 4ce4821111
commit 2ccf54f091
3 changed files with 4 additions and 5 deletions

View File

@@ -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)

View File

@@ -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.

View File

@@ -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]