Developer Documentation
Welcome to the CensoredDistributions.jl developer documentation. This section contains guides and resources for contributors and maintainers.
Contributing to CensoredDistributions.jl
New to contributing? Start here:
- Contributing Guide: How to contribute code, documentation, and issues
- Release Process: How we manage releases and versioning
For general Julia development setup, see Getting Started with Julia in the Getting Started section.
Frequently Asked Questions
How do I run tests faster during development?
You can skip the quality tests (which include Aqua.jl, DocTest, and other checks) by using:
julia --project=test test/runtests.jl skip_quality
This is useful during active development when you want quick feedback on your changes without waiting for the full quality suite.
For users looking to get started with the package, see the Getting Started section.