File tree Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 51
51
52
52
# General information about the project.
53
53
project = 'xrft'
54
- copyright = '2018, Takaya Uchida'
55
- author = 'Takaya Uchida'
54
+ copyright = '2018, xrft developers'
56
55
57
56
# The version info for the project you're documenting, acts as replacement for
58
57
# |version| and |release|, also used in various other places throughout the
59
58
# built documents.
60
59
#
61
60
# The short X.Y version.
62
- version = '2.0 '
61
+ version = '0.1 '
63
62
# The full version, including alpha/beta/rc tags.
64
- release = '2.0 '
63
+ release = '0.1 '
65
64
66
65
# The language for content autogenerated by Sphinx. Refer to documentation
67
66
# for a list of supported languages.
Original file line number Diff line number Diff line change
1
+ name : xrft
2
+ dependencies :
3
+ - python=3.6
4
+ - pandas
5
+ - xarray
6
+ - dask
7
+ - scipy
8
+ - numpy
9
+ - functools
10
+ - pytest
11
+ - numpydoc
12
+ - sphinx
13
+ - ipython
14
+ - matplotlib
15
+ - pip :
16
+ - docrep
17
+ - nbsphinx
Original file line number Diff line number Diff line change
1
+ conda :
2
+ file : doc/environment.yml
3
+ python :
4
+ version : 3
5
+ setup_py_install : true
You can’t perform that action at this time.
0 commit comments