forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Update Markdown to ensure Jekyll preview can work (RobotLocomoti…
…on#14659) Fix some minor styling
- Loading branch information
1 parent
a0327e7
commit 3fea9b0
Showing
9 changed files
with
69 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,14 @@ On macOS, Homebrew now symlinks Drake's compatible version of Python 3 (3.8) | |
into ``/usr/local/bin/``, so it is on the ``$PATH`` by default. There is no | ||
longer any need to add ``/usr/local/opt/[email protected]/bin`` to your ``$PATH``. | ||
|
||
{% include post-components/warning.html | ||
content = "The newly-added feature for JavaScript system diagram visualization | ||
([#13644][_#13644]) with function name ``drake::systems::GenerateHtml`` in C++ and | ||
``pydrake.systems.framework.GenerateHtml`` in Python fetches the GoJS graph | ||
library in your browser with only an evaluation license. We recommend | ||
avoiding this new feature while we sort out the licensing question | ||
([#13705][_#13705])." | ||
%} | ||
<div class="warning" markdown="1"> | ||
The newly-added feature for JavaScript system diagram visualization | ||
([#13644][_#13644]) with function name ``drake::systems::GenerateHtml`` in C++ and | ||
``pydrake.systems.framework.GenerateHtml`` in Python fetches the GoJS graph | ||
library in your browser with only an evaluation license. We recommend | ||
avoiding this new feature while we sort out the licensing question | ||
([#13705][_#13705]). | ||
</div> | ||
|
||
# Breaking changes since v0.19.0 | ||
|
||
|
@@ -168,13 +168,13 @@ Newly bound | |
* drake::systems::ScalarInitialValueProblem::SpecifiedValues ([#13610][_#13610]) | ||
* drake::trajectories::PiecewisePolynomial::Cubic ([#13610][_#13610]) | ||
* drake::trajectories::PiecewisePolynomial::Pchip ([#13610][_#13610]) | ||
* drake::trajectories::PiecewisePolynomial<T>::PolynomialType ([#13610][_#13610]) | ||
* `drake::trajectories::PiecewisePolynomial<T>::PolynomialType` ([#13610][_#13610]) | ||
* drake::trajectories::PiecewiseQuaternionSlerp::get_quaternion_knots ([#13610][_#13610]) | ||
|
||
# Notes | ||
|
||
This release provides | ||
[pre-compiled binaries](https://github.com/RobotLocomotion/drake/releases/tag/v0.20.0 | ||
[pre-compiled binaries](https://github.com/RobotLocomotion/drake/releases/tag/v0.20.0) | ||
named ``drake-20200717-{bionic|focal|mac}.tar.gz``. See | ||
[Nightly Releases](/from_binary.html#nightly-releases) for instructions on how to use them. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters