Skip to content

Commit

Permalink
docs: replace relative import with absolute import for images
Browse files Browse the repository at this point in the history
PR Closed: #1105
  • Loading branch information
graczhual committed Nov 17, 2021
1 parent b448b8b commit 7bafcbf
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/source/advanced_features/fusion_dataset/CADC.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See `this page <https://gas.graviti.cn/dataset/hello-dataset/CADC>`_ for more de

.. _example-cadc:

.. figure:: ../../images/example-FusionDataset.png
.. figure:: /images/example-FusionDataset.png
:scale: 50 %
:align: center

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Take the `VersionControlDemo Dataset <https://gas.graviti.cn/dataset/graviti-ope

.. _commit-demonstration:

.. figure:: ../../images/commit.jpg
.. figure:: /images/commit.jpg
:scale: 40 %
:align: center

Expand Down Expand Up @@ -75,7 +75,7 @@ It means the action to turn a draft into a commit.

.. _draft-demonstration:

.. figure:: ../../images/draft.jpg
.. figure:: /images/draft.jpg
:scale: 30 %
:align: center

Expand Down Expand Up @@ -139,7 +139,7 @@ and adds :ref:`classification <reference/label_format/Classification:Classificat

.. _branch-demonstration:

.. figure:: ../../images/branch.jpg
.. figure:: /images/branch.jpg
:scale: 30 %
:align: center

Expand Down
2 changes: 1 addition & 1 deletion docs/source/features/version_control/squash_and_merge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TensorBay supports squashing and merging between different branches.
Before :func:`~tensorbay.client.version.VersionControlClient.squash_and_merge`, a dataset client instance with commits on different branches is needed.
See more details in :ref:`features/version_control/draft_and_commit:Draft and Commit`.

.. figure:: ../../images/squash_and_merge.png
.. figure:: /images/squash_and_merge.png
:scale: 40 %
:align: center

Expand Down
2 changes: 1 addition & 1 deletion docs/source/features/visualization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Open the returned URL to see the visualization result.

.. _visualization result:

.. figure:: ../images/visualization.jpg
.. figure:: /images/visualization.jpg
:align: center

The visualized result of the BSTLD dataset.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/quick_start/examples/BSTLD.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ which is a dataset with :ref:`reference/label_format/Box2D:Box2D` label(:numref:

.. _example-bstld:

.. figure:: ../../images/example-Box2D.png
.. figure:: /images/example-Box2D.png
:scale: 50 %
:align: center

Expand Down
2 changes: 1 addition & 1 deletion docs/source/quick_start/examples/LeedsSportsPose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ which is a dataset with :ref:`reference/label_format/Keypoints2D:Keypoints2D` la

.. _example-leedssportspose:

.. figure:: ../../images/example-Keypoints2D.png
.. figure:: /images/example-Keypoints2D.png
:scale: 80 %
:align: center

Expand Down
2 changes: 1 addition & 1 deletion docs/source/quick_start/examples/NeolixOD.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ which is a dataset with :ref:`reference/label_format/Box3D:Box3D` label type

.. _example-neolixod:

.. figure:: ../../images/example-Box3D.png
.. figure:: /images/example-Box3D.png
:scale: 50 %
:align: center

Expand Down
4 changes: 2 additions & 2 deletions docs/source/quick_start/examples/VOC2012Segmentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ and :ref:`reference/label_format/InstanceMask:InstanceMask` labels

.. _example-semantic-mask:

.. figure:: ../../images/example-semanticmask.png
.. figure:: /images/example-semanticmask.png
:scale: 150 %
:align: center

The preview of a semantic mask from "VOC2012 Segmentation".

.. _example-instance-mask:

.. figure:: ../../images/example-instancemask.png
.. figure:: /images/example-instancemask.png
:scale: 150 %
:align: center

Expand Down

0 comments on commit 7bafcbf

Please sign in to comment.