Skip to content

Commit 2ccf54f

Browse files
committed
Minor doc touch-ups.
1 parent 4ce4821 commit 2ccf54f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Welcome to Boost.Python, a C++ library which enables seamless interoperability b
1717

1818
See the [Boost.Python](http://boostorg.github.io/python) documentation for details.
1919

20-
!!! note
21-
Check out the [development version](http://boostorg.github.io/python/develop) of the documentation to see work in progress.
20+
**Hint :** Check out the [development version](http://boostorg.github.io/python/develop) of the documentation to see work in progress.
2221

2322
# Building ![Build Status](https://travis-ci.org/boostorg/python.svg?branch=develop)
2423

doc/numpy/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
# The name of an image file (relative to this directory) to place at the top
114114
# of the sidebar.
115-
html_logo = 'static/bpl.png'
115+
html_logo = '_static/bpl.png'
116116

117117
# The name of an image file (within the static path) to use as favicon of the
118118
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
@@ -122,7 +122,7 @@
122122
# Add any paths that contain custom static files (such as style sheets) here,
123123
# relative to this directory. They are copied after the builtin static files,
124124
# so a file named "default.css" will overwrite the builtin "default.css".
125-
html_static_path = ['static']
125+
html_static_path = ['_static']
126126

127127
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
128128
# using the given strftime format.

doc/python.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The development of these features was funded in part by grants to `Boost Consult
5050
* [link glossary Glossary]
5151
* [link support Support Resources]
5252
* [link faq Frequently Asked Questions (FAQs)]
53-
* [@numpy/index.html NumPy]
53+
* [@numpy/index.html NumPy Extension Documentation]
5454

5555
[endsect]
5656

0 commit comments

Comments
 (0)