Skip to content
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

Feature 2463 modify table #2508

Merged
merged 49 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
394e648
creating test dropdown menus
lisagoodrich Jan 11, 2024
a1a83b8
fixing warnings
lisagoodrich Jan 11, 2024
64a8222
fixing warnings
lisagoodrich Jan 11, 2024
5c73ac2
fixing warnings 3
lisagoodrich Jan 11, 2024
ac8cc2e
fixing warnings 4
lisagoodrich Jan 11, 2024
1b779d6
Attempt to fix documentation errors
jprestop Jan 11, 2024
3642711
adding 2 more test dropdowns
lisagoodrich Jan 12, 2024
d59525e
fixing spacing
lisagoodrich Jan 12, 2024
c448e19
trying to fix link
lisagoodrich Jan 12, 2024
8409e4b
take 2
lisagoodrich Jan 12, 2024
f484f9b
Removing double underscores added earlier
jprestop Jan 12, 2024
7df3018
moving dropdown menus
lisagoodrich Jan 12, 2024
0f233e3
Adding version to dropdown menu title
jprestop Jan 12, 2024
d4075bb
fixing spacing
lisagoodrich Jan 17, 2024
6265441
dropdowns date util, eofs, h5py
lisagoodrich Jan 17, 2024
d56dfa4
fixing formatting
lisagoodrich Jan 17, 2024
8152673
fixing formatting
lisagoodrich Jan 17, 2024
59bd5c2
Merge branch 'develop' of github.com:dtcenter/METplus into feature_24…
jprestop Jan 17, 2024
c8ced00
Per #2463, adding template for future entries
jprestop Jan 17, 2024
21560a2
adding imageio, lxml & matplotlib
lisagoodrich Jan 18, 2024
85126ec
dropdown up to nc-time-axis
lisagoodrich Jan 18, 2024
257eab9
fixing spacing problems
lisagoodrich Jan 18, 2024
d672a4f
Fixing broken s2s links and other incorrect links
jprestop Jan 18, 2024
514be9e
Fixing spelling and capitalization
jprestop Jan 18, 2024
9a78b09
Removing the dash in front of 1.4 for nc-time-axis
jprestop Jan 18, 2024
e550cca
Modifying formatting
jprestop Jan 18, 2024
bf90191
adding dropdowns thru pylab
lisagoodrich Jan 18, 2024
a92919c
fixing problems
lisagoodrich Jan 18, 2024
8f7f87f
dropdowns thru scikit-learn
lisagoodrich Jan 18, 2024
2486dfe
fixing spacing
lisagoodrich Jan 18, 2024
f1ea651
final dropdowns thru yaml
lisagoodrich Jan 18, 2024
4ea0199
fixing spacing
lisagoodrich Jan 18, 2024
d8cd40d
fixing loose ends
lisagoodrich Jan 18, 2024
d3e3e0e
Per #2463, moving information to an Appendix and adding text and link…
jprestop Jan 22, 2024
aa90419
Per #2463, adding to index.rst
jprestop Jan 22, 2024
3b4d564
Per #2463, reworded language and updated Python 3.8 reference
jprestop Jan 22, 2024
24e621a
Per #2463, fixing errors
jprestop Jan 22, 2024
c791efd
Per #2463, made updates based on feedback at the METplus Engineering …
jprestop Jan 23, 2024
bfe8747
Merge branch 'develop' of github.com:dtcenter/METplus into feature_24…
jprestop Feb 22, 2024
db2f4ab
removing tables, changing most METplus wrappers, version numbers.
lisagoodrich Feb 23, 2024
43b320c
trying to fix met_version
lisagoodrich Feb 23, 2024
cdf3c0b
Per #2463, adding necessary code for substitutions
jprestop Feb 26, 2024
fc8b1d0
Per #2463, fixing syntax error
jprestop Feb 26, 2024
2699e17
adding period
lisagoodrich Feb 26, 2024
d1fffab
removing section 1.5
lisagoodrich Feb 26, 2024
d0e635a
Per #2463, replace old label reference with new label reference and u…
jprestop Feb 26, 2024
f29dd22
read python version from file to replace in docs
georgemccabe Feb 27, 2024
e244b7f
fixed typo in variable name
georgemccabe Feb 27, 2024
dca153b
adding python_version to the overview.
lisagoodrich Feb 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/Contributors_Guide/add_use_case.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@ use case OR category directory for a model_applications use case
* Update the description of the input data in the Datasets section.

* Update the list of External Dependencies (if applicable) to include any
required Python packages. Update the :ref:`python_requirements_table`
table. If the package is already listed in the spreadsheet, add
a link to the documentation page for this new use case, following the
format in the table. If the package is not already listed, update
the table to include the name of the required package, the version,
required Python packages. Update the :ref:`components_python_packages`
section. If the package is already listed, add a link to the documentation
page for this new use case in the dropdown menu for that package, following the
format in the dropdown menu. If the package is not already listed, update
the dropdown menus to include the name of the required package, the version,
the METplus component (e.g. METplus wrappers, METcalcpy, METplotpy), the
source, a brief description of the package, and a link to this new use
case that uses this new Python package.
Expand Down
Loading