Skip to content

Commit

Permalink
Only use dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Sep 21, 2023
1 parent 88ba2e1 commit f9ffef3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# BaseType.jl

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://SymbolicML.org/BaseType.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://SymbolicML.org/BaseType.jl/dev/)
[![Build Status](https://github.com/SymbolicML/BaseType.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/SymbolicML/BaseType.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

This package defines a tiny function `base_numeric_type` that
extracts the base numeric type from a possible container type `T`.
extracts the base numeric type from a possible container type `T`:

- `base_numeric_type(::Type{T}) where {T}`
- `base_numeric_type(x::T)`
Expand Down

0 comments on commit f9ffef3

Please sign in to comment.