Skip to content

Commit d466e08

Browse files
committed
added docs link
1 parent 07ea577 commit d466e08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

quaddtype/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
[![PyPI](https://img.shields.io/pypi/v/numpy-quaddtype.svg)](https://pypi.org/project/numpy-quaddtype/)
44
[![PyPI Downloads](https://static.pepy.tech/badge/numpy-quaddtype/month)](https://pepy.tech/project/numpy-quaddtype)
55
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/numpy_quaddtype.svg?label=Conda%20downloads)](https://anaconda.org/conda-forge/numpy_quaddtype)
6+
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://numpy.org/numpy-user-dtypes/quaddtype/)
67
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)
78

89
A cross-platform Quad (128-bit) float Data-Type for NumPy.
910

11+
**[📖 Read the full documentation](https://numpy.org/numpy-user-dtypes/quaddtype/)**
12+
1013
## Table of Contents
1114

1215
- [NumPy-QuadDType](#numpy-quaddtype)
@@ -204,7 +207,7 @@ The documentation for the `numpy-quaddtype` package is built using Sphinx. To bu
204207
The documentation is automatically built and served using GitHub Pages. Every time changes are pushed to the `main` branch, the documentation is rebuilt and deployed to the `gh-pages` branch of the repository. You can access the documentation at:
205208
206209
```
207-
https://numpy.github.io/numpy-user-dtypes/quaddtype/
210+
https://numpy.org/numpy-user-dtypes/quaddtype/
208211
```
209212
210213
Check the `.github/workflows/build_docs.yml` file for details.

0 commit comments

Comments
 (0)