Skip to content

Commit

Permalink
Minor improvements to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
eliphatfs committed Nov 25, 2023
1 parent e4d063b commit c95ec29
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Calibur🗡️

[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/eliphatfs/calibur/build_and_run.yaml?style=flat-square)](https://github.com/eliphatfs/calibur/actions)
[![Read the Docs](https://img.shields.io/readthedocs/calibur?style=flat-square)](https://calibur.readthedocs.io/en/latest/)

Calibur, a sword towards the many inconsistent and ambiguous conventions
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def abspath(rel):
"github_user": "eliphatfs",
"github_repo": "calibur",
"github_version": "main",
"conf_py_path": "/docs/",
"conf_py_path": "/docs/source/",
}

# Output file base name for HTML help builder.
Expand Down
9 changes: 9 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ The calibur package can be installed by:
pip install calibur
Development
===========

Calibur is designed to be light-weight, and only depends on `numpy` and `typing_extensions`.
However, to run tests, more dependencies are required. To install them:

.. code-block::
pip install coverage trimesh opencv-contrib-python
API Reference
=============
Expand Down

0 comments on commit c95ec29

Please sign in to comment.