Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ parts:
- file: api
- file: CITATION
- file: CHANGELOG
- caption: Development
chapters:
- file: development
22 changes: 22 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
(sec_development)=

# Development

All contributions, bug reports, documentation improvements and ideas are welcome. If you think
there is anything missing, please open an [issue](https://github.com/tskit-dev/tscompare/issues)
or [pull request](https://github.com/tskit-dev/tscompare/pulls) on GitHub.

See the [tskit developer documentation](https://tskit.dev/tskit/docs/stable/development.html)
for the general development workflow (git, prek, testing, documentation).

Install development dependencies with:

```
uv sync
```

Run the tests with:

```
uv run pytest
```