Skip to content

Commit 2b95e52

Browse files
committed
Fix RTD generation and link to cookiecutter
1 parent 10b1c13 commit 2b95e52

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Travis](https://travis-ci.org/QuantStack/xtensor.svg?branch=master)](https://travis-ci.org/QuantStack/xtensor-python)
44
[![Appveyor](https://ci.appveyor.com/api/projects/status/qx61nsg4ebxnj8s9?svg=true)](https://ci.appveyor.com/project/QuantStack/xtensor-python)
55
[![Documentation](http://readthedocs.org/projects/xtensor-python/badge/?version=latest)](https://xtensor-python.readthedocs.io/en/latest/?badge=latest)
6+
[![Join the Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/QuantStack/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
67

78
Python bindings for the [xtensor](https://github.com/QuantStack/xtensor) C++ multi-dimensional array library.
89

docs/environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ channels:
44
- conda-forge
55

66
dependencies:
7-
- breathe
7+
- sphinx
8+
- pip:
9+
- breathe

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ This software is licensed under the BSD-3-Clause license. See the LICENSE file f
5353
.. _NumPy: http://www.numpy.org
5454
.. _`Buffer Protocol`: https://docs.python.org/3/c-api/buffer.html
5555
.. _xtensor: https://github.com/QuantStack/xtensor
56-
.. _pybind11: https://github.com/pybind/pybind11/
57-
.. _xtensor-cookiecutter: https://github.com/pybind/pybind11/
56+
.. _pybind11: https://github.com/pybind/pybind11
57+
.. _xtensor-cookiecutter: https://github.com/QuantStack/xtensor-cookiecutter

0 commit comments

Comments
 (0)