Skip to content

Commit afc5859

Browse files
committed
Reflect new cookiecutter project name
1 parent a207183 commit afc5859

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ This will pull the dependencies to xtensor-python, that is `pybind11` and `xtens
153153

154154
## Project cookiecutter
155155

156-
A template for a project making use of `xtensor-python` is available in the form of a cookie cutter [here](https://github.com/QuantStack/xtensor-cookiecutter).
156+
A template for a project making use of `xtensor-python` is available in the form of a cookiecutter [here](https://github.com/QuantStack/xtensor-python-cookiecutter).
157157

158158
This project is meant to help library authors get started with the xtensor python bindings.
159159

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
55
The full license is in the file LICENSE, distributed with this software.
66
7-
Getting started with xtensor-cookiecutter
8-
=========================================
7+
Getting started with xtensor-python-cookiecutter
8+
================================================
99

10-
`xtensor-cookiecutter`_ helps extension authors create Python extension modules making use of xtensor.
10+
`xtensor-python-cookiecutter`_ helps extension authors create Python extension modules making use of xtensor.
1111

1212
It takes care of the initial work of generating a project skeleton with
1313

@@ -32,9 +32,9 @@ After installing cookiecutter, use the xtensor_cookiecutter_:
3232

3333
.. code::
3434
35-
cookiecutter https://github.com/QuantStack/xtensor-cookiecutter.git
35+
cookiecutter https://github.com/QuantStack/xtensor-python-cookiecutter.git
3636
37-
As xtensor-cookiecutter runs, you will be asked for basic information about
37+
As xtensor-python-cookiecutter runs, you will be asked for basic information about
3838
your custom extension project. You will be prompted for the following
3939
information:
4040

@@ -50,5 +50,5 @@ This will produce a directory containing all the required content for a minimal
5050
project making use of xtensor with all the required boilerplate for package management,
5151
together with a few basic examples.
5252

53-
.. _xtensor_cookicutter: https://github.com/QuantStack/xtensor-cookiecutter
53+
.. _xtensor_cookicutter: https://github.com/QuantStack/xtensor-python-cookiecutter
5454
.. _cookiecutter: https://github.com/audreyr/cookiecutter

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to the basic accessors and iterators of ``xtensor`` containers, it a
3333

3434
Besides ``xtensor-python`` provides an API to create *Universal functions* from simple scalar functions from your C++ code.
3535

36-
Finally, a cookiecutter template project is provided. It takes care of the initial work of generating a project skeleton for a C++ extension based on ``xtensor-python`` containing a few examples, unit tests and HTML documentation. Find out more about the xtensor-cookiecutter_.
36+
Finally, a cookiecutter template project is provided. It takes care of the initial work of generating a project skeleton for a C++ extension based on ``xtensor-python`` containing a few examples, unit tests and HTML documentation. Find out more about the xtensor-python-cookiecutter_.
3737

3838
``xtensor`` and ``xtensor-python`` require a modern C++ compiler supporting C++14. The following C++ compilers are supported:
3939

@@ -62,7 +62,7 @@ This software is licensed under the BSD-3-Clause license. See the LICENSE file f
6262
basic_usage
6363
array_tensor
6464
numpy_capi
65-
cookie_cutter
65+
cookiecutter
6666

6767
.. toctree::
6868
:caption: API REFERENCE
@@ -80,4 +80,4 @@ This software is licensed under the BSD-3-Clause license. See the LICENSE file f
8080
.. _`numpy to xtensor cheat sheet`: http://xtensor.readthedocs.io/en/latest/numpy.html
8181
.. _xtensor: https://github.com/QuantStack/xtensor
8282
.. _pybind11: https://github.com/pybind/pybind11
83-
.. _xtensor-cookiecutter: https://github.com/QuantStack/xtensor-cookiecutter
83+
.. _xtensor-python-cookiecutter: https://github.com/QuantStack/xtensor-python-cookiecutter

0 commit comments

Comments
 (0)