Add documentation links and update install related guides - #1851
Conversation
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
|
The README can be checked here. |
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Codecov Report
@@ Coverage Diff @@
## develop #1851 +/- ##
===========================================
- Coverage 78.97% 78.96% -0.01%
===========================================
Files 131 131
Lines 16924 16924
===========================================
- Hits 13365 13364 -1
- Misses 3559 3560 +1
Continue to review full report at Codecov.
|
5489295 to
e847d3b
Compare
|
@MaJuRG Thanks for your comments, they were essential! I've resolved all of them now. :) |
e847d3b to
3d39090
Compare
steven-esser
left a comment
There was a problem hiding this comment.
@AyanSinhaMahapatra My mistake.
@pombredanne This looks good to me. Not sure if you want to have a look or not before merge, but ill leave it open for a little
|
|
||
| - As a **standalone command line tool**, ScanCode is **easy to install**, run | ||
| and embed in your CI/CD processing pipeline. It runs on **Windows, macOS and Linux**. | ||
| and embed in your CI/CD processing pipeline. It runs on **Windows, MacOS and Linux**. |
There was a problem hiding this comment.
macOS is the correct case from what I can see on Apple's website
There was a problem hiding this comment.
Oops, will correct this.
| |Develop| |devel-cov| | |devel-posix| | |devel-win| | | ||
| +-------+--------------+-----------------+--------------+ | ||
|
|
||
| Documentation Build |
There was a problem hiding this comment.
How is this different from the documentation link below?
There was a problem hiding this comment.
This one is the Documentation Build (RTD) status, like the code build status often displayed on README's. The ones below are just links. Check it out here
| ============ | ||
|
|
||
| Pre-requisites: | ||
| There are 3 main ways you can `install ScanCode <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html>`_. |
There was a problem hiding this comment.
Would it make sense to move the bulk of this in an INSTALL.rst file instead? and only keep the simple happy installation path here?
There was a problem hiding this comment.
Okay right. That would definitely be better IMHO, the README being smaller and more concise. Should I do that? In that case I'd only link to the installation documentation right?
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
4c3c68c to
1f82690
Compare
|
Thank you ++... merging! |
Signed-off-by: Ayan Sinha Mahapatra ayansmahapatra@gmail.com
Updates install page and README to promote Python 3.6. This fixes Promote Python 3.6 to primary platform (vs Python 2.7) #1874.
Updates README to link to ReadTheDocs. This fixes Update scancode-toolkit github pages with new documentation links #1849 and Documentation Inconsistencies/Improvements Tracker #1813 (partly)
Update install methods related Information in the README and on the docs, for better support and clarity. Discussion comments here.
Tasks
Run tests locally to check for errors.