Skip to content

Commit

Permalink
docs: add repo link to README and update documentation header in inde…
Browse files Browse the repository at this point in the history
…x.rst for better navigation and consistency
  • Loading branch information
yxlao committed Dec 28, 2024
1 parent acfd0f1 commit c554a56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<p align="center">
<a href="https://camtools.readthedocs.io/"><strong>Docs</strong></a> |
<a href="https://github.com/yxlao/camtools"><strong>Repo</strong></a> |
<a href="#installation"><strong>Installation</strong></a>
</p>

Expand Down
12 changes: 10 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Welcome to CamTools
===================
CamTools Documentation
======================

.. only:: not latex

Expand All @@ -15,6 +15,14 @@ Welcome to CamTools
:alt: CamTools Logo
:class: only-dark

.. raw:: html

<p align="center">
<a href="https://camtools.readthedocs.io/"><strong>Docs</strong></a> |
<a href="https://github.com/yxlao/camtools"><strong>Repo</strong></a> |
<a href="https://camtools.readthedocs.io/installation.html"><strong>Installation</strong></a>
</p>

CamTools is a collection of tools for handling cameras in computer vision. It
can be used for plotting, converting, projecting, ray casting, and doing more
with camera parameters. It follows the standard camera coordinate system with
Expand Down

0 comments on commit c554a56

Please sign in to comment.