File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 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
2424conda install -c conda-forge xtensor-python
2525```
2626
27+ ## Documentation
28+
29+ To get started with using ` xtensor-python ` , check out the full documentation
30+
31+ http://xtensor-python.readthedocs.io/
32+
2733## Usage
2834
2935xtensor-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 1515
1616html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
1717
18+ def setup (app ):
19+ app .add_stylesheet ("main_stylesheet.css" )
20+
1821extensions = ['breathe' ]
1922breathe_projects = { 'xtensor-python' : '../xml' }
2023templates_path = ['_templates' ]
24+ html_static_path = ['_static' ]
2125source_suffix = '.rst'
2226master_doc = 'index'
2327project = 'xtensor-python'
You can’t perform that action at this time.
0 commit comments