Fix Colab buttons
parent
f2ac38fbfb
commit
7f16fba071
|
@ -24,7 +24,7 @@
|
||||||
"id": "OJNfomRj5H-C"
|
"id": "OJNfomRj5H-C"
|
||||||
},
|
},
|
||||||
"source": [
|
"source": [
|
||||||
"<a href=\"https://colab.research.google.com/github/p-zach/myst-test/blob/main/Pose2.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
|
"<a href=\"https://colab.research.google.com/github/borglab/gtsam/blob/develop/doc/PythonReference/Pose2.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"source": [
|
"source": [
|
||||||
"<a href=\"https://colab.research.google.com/github/borglab/gtsam/blob/docs/ImuFactor/gtsam/geometry/doc/Pose3.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
|
"<a href=\"https://colab.research.google.com/github/borglab/gtsam/blob/develop/doc/PythonReference/Pose3.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
2
myst.yml
2
myst.yml
|
@ -10,7 +10,7 @@ project:
|
||||||
- file: INSTALL.md
|
- file: INSTALL.md
|
||||||
- title: Python Reference
|
- title: Python Reference
|
||||||
children:
|
children:
|
||||||
- pattern: './doc/Python Reference/*'
|
- pattern: './doc/PythonReference/*'
|
||||||
site:
|
site:
|
||||||
nav:
|
nav:
|
||||||
- title: Getting started
|
- title: Getting started
|
||||||
|
|
Loading…
Reference in New Issue