Skip to content

Commit f9ffef3

Browse files
committed
Only use dev docs
1 parent 88ba2e1 commit f9ffef3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# BaseType.jl
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://SymbolicML.org/BaseType.jl/stable/)
43
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://SymbolicML.org/BaseType.jl/dev/)
54
[![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)
65
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
76

87
This package defines a tiny function `base_numeric_type` that
9-
extracts the base numeric type from a possible container type `T`.
8+
extracts the base numeric type from a possible container type `T`:
109

1110
- `base_numeric_type(::Type{T}) where {T}`
1211
- `base_numeric_type(x::T)`

0 commit comments

Comments
 (0)