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
ca8dc08a
Commit
ca8dc08a
authored
Jun 03, 2016
by
Wenzel Jakob
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated pbtest link
parent
aa79af09
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
docs/advanced.rst
+2
-2
docs/compiling.rst
+2
-2
No files found.
docs/advanced.rst
View file @
ca8dc08a
...
...
@@ -1533,7 +1533,7 @@ Generating documentation using Sphinx
Sphinx [#f4]_ has the ability to inspect the signatures and documentation
strings in pybind11-based extension modules to automatically generate beautiful
documentation in a variety formats. The p
btest
repository [#f5]_ contains a
documentation in a variety formats. The p
ython_example
repository [#f5]_ contains a
simple example repository which uses this approach.
There are two potential gotchas when using this approach: first, make sure that
...
...
@@ -1561,4 +1561,4 @@ work, it is important that all lines are indented consistently, i.e.:
)mydelimiter");
.. [#f4] http://www.sphinx-doc.org
.. [#f5] http://github.com/pybind/p
btest
.. [#f5] http://github.com/pybind/p
ython_example
docs/compiling.rst
View file @
ca8dc08a
...
...
@@ -7,9 +7,9 @@ Building with setuptools
For projects on PyPI, building with setuptools is the way to go. Sylvain Corlay
has kindly provided an example project which shows how to set up everything,
including automatic generation of documentation using Sphinx. Please refer to
the [p
btest
]_ repository.
the [p
ython_example
]_ repository.
.. [p
btest] https://github.com/pybind/pbtest
.. [p
ython_example] https://github.com/pybind/python_example
Building with cppimport
========================
...
...
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