Skip to content

Commit 11d09f1

Browse files
Add basic dev docs
1 parent cda6570 commit 11d09f1

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/development.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,18 @@
44
Developer documentation
55
=======================
66

7-
.. todo:: Write developer documentation.
7+
All contributions, bug reports, documentation improvements and ideas are welcome. If you
8+
think there is anything missing, please open an
9+
`issue <https://github.com/tskit-dev/tsinfer/issues>`_ or
10+
`pull request <https://github.com/tskit-dev/tsinfer/pulls>`_ on GitHub.
11+
12+
See the `tskit developer documentation <https://tskit.dev/tskit/docs/stable/development.html>`_
13+
for the general development workflow (git, prek, testing, documentation).
14+
15+
Install development dependencies with::
16+
17+
uv sync
18+
19+
Run the tests with::
20+
21+
uv run pytest

0 commit comments

Comments
 (0)