documentation updates for 0.2.0
See original GitHub issueDescribe the solution you’d like this ticket tracks the documentation updates for the 0.2.0 release (early July)
- double check the examples and research code
- update highlights (#536 #540)
- update change log (may revisit #234)
- revise the contributing guide to reflect the changes of local tests https://github.com/Project-MONAI/MONAI/pull/496 https://github.com/Project-MONAI/MONAI/pull/553
- revise the contributing guide to reflect the changes of minimal CI tests https://github.com/Project-MONAI/MONAI/pull/595 ~- [ ] update website and double-check all the URLs https://github.com/Project-MONAI/project-monai.github.io~ (will address this in the website source code repo)
- #391
- change to use
pip install monai==0.2.0
for some examples/demos - group transforms into subsections in https://github.com/Project-MONAI/MONAI/blob/master/docs/source/transforms.rst
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
Code Changelog — lisc 0.2.0 documentation
This page contains the changelog for the lisc module and any notes on updating between versions. Notes on the specific updates related to...
Read more >How to build/update/translate documentation
If you have a local clone of this repository and you want to change the documentation, then you should follow this simple guide....
Read more >RBTools 0.2.0 Release Notes | Documentation - Review Board
RBTools supports Review Board 1.0 and the upcoming 1.5 releases. It supports ClearCase, CVS, Git, Mercurial, Perforce, and Subversion repositories. RBTools ...
Read more >AnchoreCTL Release Notes - Version 0.2.0 - Anchore Enterprise
The latest version of AnchoreCTL is 0.2.0. AnchoreCTL is dependent on Syft v0.39.3 as a library. The current features that are supported are...
Read more >Installation — AutoGluon Documentation 0.2.0 documentation
Try to upgrade your pip to a version later than “19.0.0”, e.g., use the following command: python3 -m pip install --upgrade pip --user...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @Nic-Ma and @wyli , I just updated the document hosting website. Here are the current versions, 0.1.0, 0.2.0, stable and latest. 0.1.0 and 0.2.0 were generated from those two tags. Stable is the latest release tag and identical to 0.2.0 for now. Latest is always the head of master branch. When a new tag is added to the repo, which follows the semantic version PEP 440 and is not a pre-release tag, the stable version of the document will be updated. So 0.2.1rc2 will not update stable while 0.2.1 will.
OK, that sounds good, please feel free to adjust that in your docs PR. Thanks.