Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
8fadade2
Commit
8fadade2
authored
Dec 09, 2016
by
Wenzel Jakob
Browse files
add valarray to documentation, update docutils on travis
parent
4e959c9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.travis.yml
.travis.yml
+1
-1
docs/advanced/cast/overview.rst
docs/advanced/cast/overview.rst
+2
-0
No files found.
.travis.yml
View file @
8fadade2
...
...
@@ -39,7 +39,7 @@ matrix:
-
os
:
linux
language
:
docs
env
:
DOCS STYLE LINT
install
:
pip install sphinx sphinx_rtd_theme flake8 pep8-naming
install
:
pip install
--upgrade
sphinx sphinx_rtd_theme flake8 pep8-naming
docutils
script
:
-
make -C docs html SPHINX_OPTIONS=-W
-
tools/check-style.sh
...
...
docs/advanced/cast/overview.rst
View file @
8fadade2
...
...
@@ -116,6 +116,8 @@ as arguments and return values, refer to the section on binding :ref:`classes`.
+------------------------------------+---------------------------+-------------------------------+
| ``std::vector<T>`` | STL dynamic array | :file:`pybind11/stl.h` |
+------------------------------------+---------------------------+-------------------------------+
| ``std::valarray<T>`` | STL value array | :file:`pybind11/stl.h` |
+------------------------------------+---------------------------+-------------------------------+
| ``std::list<T>`` | STL linked list | :file:`pybind11/stl.h` |
+------------------------------------+---------------------------+-------------------------------+
| ``std::map<T1, T2>`` | STL ordered map | :file:`pybind11/stl.h` |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment