Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#10170 from EricCousineau-TRI/issue…
Browse files Browse the repository at this point in the history
…/7819

pydrake doc: Add blurb on naming conventions
  • Loading branch information
EricCousineau-TRI authored Dec 10, 2018
2 parents 145b873 + c4af48a commit 5861852
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bindings/pydrake/pydrake_pybind.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ derived class, you should use
# Conventions
## API Names
Any Python bindings of C++ code will maintain C++ naming conventions, as well
as Python code that is directly related to C++ symbols (e.g. shims, wrappers,
or extensions on existing bound classes).
All other Python code be Pythonic and use PEP 8 naming conventions.
## Target Conventions
### Names
Expand Down

0 comments on commit 5861852

Please sign in to comment.