File tree 3 files changed +14
-0
lines changed 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ The Python bindings for `xtensor` are based on the [pybind11](https://github.com
24
24
conda install -c conda-forge xtensor-python
25
25
```
26
26
27
+ ## Documentation
28
+
29
+ To get started with using ` xtensor-python ` , check out the full documentation
30
+
31
+ http://xtensor-python.readthedocs.io/
32
+
27
33
## Usage
28
34
29
35
xtensor-python offers two container types wrapping numpy arrays inplace to provide an xtensor semantics
Original file line number Diff line number Diff line change
1
+ .wy-nav-content {
2
+ max-width : 1000px ;
3
+ margin : auto;
4
+ }
Original file line number Diff line number Diff line change 15
15
16
16
html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
17
17
18
+ def setup (app ):
19
+ app .add_stylesheet ("main_stylesheet.css" )
20
+
18
21
extensions = ['breathe' ]
19
22
breathe_projects = { 'xtensor-python' : '../xml' }
20
23
templates_path = ['_templates' ]
24
+ html_static_path = ['_static' ]
21
25
source_suffix = '.rst'
22
26
master_doc = 'index'
23
27
project = 'xtensor-python'
You can’t perform that action at this time.
0 commit comments