-
Notifications
You must be signed in to change notification settings - Fork 300
Read The Docs documentation #3752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
edaa23a
overhaul to use readthedocs theme and service
tkknight db1eb01
added whatsnew contribution for readthedocs
tkknight 9dab91c
stickler
tkknight e89cc8c
flake8 warnings fixed
tkknight a0ae62c
ignored url which only passes some of the time during a make linkcheck
tkknight ad0b0e5
Minor tweak
tkknight d9fa5d1
Reduced maxdepth to avoid clutter on page
tkknight bf86711
corrected iris 3 reference
tkknight File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| version: 2 | ||
|
|
||
| build: | ||
| image: latest | ||
|
|
||
| conda: | ||
| environment: ci/requirements/readthedocs-conda.yml | ||
|
|
||
| sphinx: | ||
| configuration: docs/iris/src/conf.py | ||
| fail_on_warning: false | ||
|
|
||
| python: | ||
| install: | ||
| - method: setuptools | ||
| path: . | ||
|
|
||
| formats: | ||
| - htmlzip | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| name: iris-docs | ||
|
|
||
| channels: | ||
| - conda-forge | ||
|
|
||
| dependencies: | ||
| # Dependencies necessary to run setup.py of iris | ||
| # ---------------------------------------------- | ||
| - setuptools | ||
| - pyke | ||
|
|
||
| # Absolute minimal dependencies for iris | ||
| # -------------------------------------- | ||
|
|
||
| # Without these, iris won't even import. | ||
|
|
||
| - cartopy>=0.12 | ||
| - proj4<6 | ||
| - cf-units>=2 | ||
| - cftime==1.1.3 | ||
| - dask>=2 | ||
| - matplotlib | ||
| - netcdf4 | ||
| - numpy>=1.14 | ||
| - scipy | ||
|
|
||
| # Dependencies needed to run the iris tests | ||
| #------------------------------------------ | ||
|
|
||
| - black=19.10b0 | ||
| - filelock | ||
| - pillow<7 | ||
| - imagehash>=4.0 | ||
| - nose | ||
| - pre-commit | ||
| - requests | ||
| - asv | ||
|
|
||
| # Dependencies for a feature complete installation | ||
| # ------------------------------------------------ | ||
|
|
||
| # esmpy regridding not available through pip. | ||
| - esmpy>=7.0 | ||
| #gdal : under review -- not tested at present | ||
| - mo_pack | ||
| - nc-time-axis | ||
| - pandas | ||
| - python-stratify | ||
| - pyugrid | ||
|
|
||
| - graphviz | ||
|
|
||
| # Iris sample data is not available through pip. It can be installed from | ||
| # https://github.com/SciTools/iris-sample-data/archive/master.zip | ||
| - iris-sample-data | ||
| - sphinx | ||
| - sphinx_rtd_theme | ||
| - sphinx-copybutton | ||
| - sphinx-gallery | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| Gallery | ||
| ======= | ||
|
|
||
| The gallery is divided into sections as described below. All entries | ||
| show the code used to produce the example plot. Additionally there are links | ||
| to download the code directly as source or as part of a | ||
| `jupyter notebook <https://jupyterlab.readthedocs.io/en/stable/>`_, | ||
| these links are at the bottom of the page. | ||
|
|
||
| In order to successfuly view the jupyter notebook locally so you may | ||
| experiment with the code you will need an environment setup with the | ||
| appropriate dependencies, see :ref:`installing_iris` for instructions. | ||
| Ensure that ``iris-sample-data`` is installed as it is used in the gallery. | ||
| Additionally ensure that you install ``jupyter``. The command to install both | ||
| is:: | ||
|
|
||
| conda install -c conda-forge iris-sample-data jupyter | ||
|
|
||
| Once you have downloaded the notebooks (bottom of each gallery page), | ||
| you may start the jupyter notebook via:: | ||
|
|
||
| jupyter notebook | ||
|
|
||
| If you wish to contribute to the gallery see the | ||
| :ref:`contributing.documentation.gallery` section of the | ||
| :ref:`contributing.documentation`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| General | ||
| ------- |
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Meteorology | ||
| ----------- | ||
|
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Oceanography | ||
| ------------ | ||
|
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.