Skip to content

Commit 1eb175f

Browse files
committed
Add new page for contribute to documentation
1 parent 64f88fc commit 1eb175f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/developers/docs.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Contribute to documentation
2+
=======
3+
4+
Zarr uses `hatch <https://hatch.pypa.io/latest/>`_ to manage the development,
5+
install hatch based on the instructions and then run the following command:
6+
7+
- ``hatch run docs:build`` to render the documentation locally to html.
8+
- ``hatch run docs:serve`` to serve the documentation locally.

docs/developers/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Developer's Guide
77

88
contributing
99
roadmap
10+
docs

0 commit comments

Comments
 (0)