Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
8fadade2
Commit
8fadade2
authored
Dec 09, 2016
by
Wenzel Jakob
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add valarray to documentation, update docutils on travis
parent
4e959c9a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
.travis.yml
+1
-1
docs/advanced/cast/overview.rst
+2
-0
No files found.
.travis.yml
View file @
8fadade2
...
@@ -39,7 +39,7 @@ matrix:
...
@@ -39,7 +39,7 @@ matrix:
-
os
:
linux
-
os
:
linux
language
:
docs
language
:
docs
env
:
DOCS STYLE LINT
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
:
script
:
-
make -C docs html SPHINX_OPTIONS=-W
-
make -C docs html SPHINX_OPTIONS=-W
-
tools/check-style.sh
-
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`.
...
@@ -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::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::list<T>`` | STL linked list | :file:`pybind11/stl.h` |
+------------------------------------+---------------------------+-------------------------------+
+------------------------------------+---------------------------+-------------------------------+
| ``std::map<T1, T2>`` | STL ordered map | :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