We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f88fc commit 1eb175fCopy full SHA for 1eb175f
docs/developers/docs.rst
@@ -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
@@ -7,3 +7,4 @@ Developer's Guide
contributing
9
roadmap
10
+ docs
0 commit comments