Skip to content

Commit cb6044f

Browse files
Finished migration from .md to .rst
1 parent 190574f commit cb6044f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
``binvox``
1+
binvox
22
=======
33

44
Binvox is a file-format developed by Patrick Min that helps to store
55
the 3D binary-volume (e.g. occupancy grid) in compact manner.
66
This repository contains a library for loading & saving the Binvox files.
77

88
A popular script to load/save binvox files has been published
9-
at [here](https://github.com/dimatura/binvox-rw-py). However, the code is
9+
at `here <https://github.com/dimatura/binvox-rw-py>`_. However, the code is
1010
almost 10 years old now and every project duplicated the script file
1111
when using it.
1212

@@ -19,9 +19,9 @@ Installation
1919

2020
Pip can be used to install the library:
2121

22-
```pip install binvox```
22+
``pip install binvox``
2323

2424
Understanding the binvox file-format
2525
====================================
2626

27-
Information regarding the format can be found here: [patrickmin.com/binvox](https://www.patrickmin.com/binvox/)
27+
Information regarding the format can be found here: `patrickmin.com/binvox <https://www.patrickmin.com/binvox/>`_

binvox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"
22

33
from binvox.utils import compress_flat_voxels
44
from binvox.binvox import Binvox

0 commit comments

Comments
 (0)