File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -231,9 +231,9 @@ About the *xarray* documentation
231
231
--------------------------------
232
232
233
233
The documentation is written in **reStructuredText **, which is almost like writing
234
- in plain English, and built using `Sphinx <http://sphinx.pocoo .org/ >`__. The
234
+ in plain English, and built using `Sphinx <http://sphinx-doc .org/ >`__. The
235
235
Sphinx Documentation has an excellent `introduction to reST
236
- <http://sphinx.pocoo. org/rest .html> `__. Review the Sphinx docs to perform more
236
+ <http://www. sphinx-doc. org/en/master/usage/restructuredtext/basics .html> `__. Review the Sphinx docs to perform more
237
237
complex changes to the documentation as well.
238
238
239
239
Some other important things to know about the docs:
Original file line number Diff line number Diff line change
1
+ # This file is redundant with setup.cfg;
2
+ # it exists to let GitHub build the repository dependency graph
3
+ # https://help.github.com/en/github/visualizing-repository-data-with-graphs/listing-the-packages-that-a-repository-depends-on
4
+
5
+ numpy >= 1.15
6
+ pandas >= 0.25
You can’t perform that action at this time.
0 commit comments