Docs and readme fixes
ClosedPublic

Authored by viorel on Jul 20 2016, 4:26 AM.

Details

Summary

Small changes while reviewing libtaskotron install guide as discussed with
@tflink. Typo fix in /var/tmp/taskotron

Test Plan

Build the docs:

cd docs
make html

Then view local static content.

Diff Detail

Repository
rLTRN libtaskotron
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
viorel retitled this revision from to Docs and readme fixes.Jul 20 2016, 4:26 AM
viorel updated this object.
viorel edited the test plan for this revision. (Show Details)
viorel added a reviewer: tflink.
viorel added a subscriber: tflink.
jskladan accepted this revision.Jul 20 2016, 5:27 AM
jskladan added a reviewer: jskladan.
jskladan added a subscriber: jskladan.

Looks good, thank you!

This revision is now accepted and ready to land.Jul 20 2016, 5:27 AM
kparal added a subscriber: kparal.Jul 20 2016, 11:39 AM

Thanks for helping with this! I'd remove the updates-testing section, but apart from that, it looks good.

docs/source/quickstart.rst
5–6

Why should we recommend people to enable updates-testing by default? We can mention that there can be something in updates-testing, sure, but I wouldn't do that as part of the initial instructions. It can be a note somewhere. But by default, we should recommend stable versions, and if people want unstable ones, they can always check out libtaskotron from git (which is described elsewhere).

13–15

I'd move this paragraph above the command, I think it's a more natural reading flow.

readme.rst
91

Nice catch!

viorel updated this revision to Diff 2396.Jul 21 2016, 5:45 AM
  • Moved installation text before command as suggested by @kparal in comment 21-23
viorel marked an inline comment as done.Jul 21 2016, 5:54 AM
viorel added inline comments.
docs/source/quickstart.rst
5–6

I see the point in not leaving updates-testing enabled by default so perhaps
--enablerepo=updates-testing would be more appropriate?

As to pointing the user to testing repo, previous documentation referenced Copr
since that's where the package was, now it's in testing. We can (and should)
update the docs as soon as the RPM lands in stable?

viorel added inline comments.Jul 21 2016, 6:02 AM
docs/source/quickstart.rst
13–16

It looks like marking it as "Done" doesn't record the actual lines. So here it is "done" commit c0d3db218343

kparal requested changes to this revision.Jul 21 2016, 7:43 AM
kparal added a reviewer: kparal.
kparal added inline comments.
docs/source/quickstart.rst
5–6

Package stay in updates-testing just for a short time. As a matter of fact, libtaskotron is already in stable repos today :-) So people don't need to enable any repos, just install.

This revision now requires changes to proceed.Jul 21 2016, 7:43 AM
viorel updated this revision to Diff 2398.Jul 21 2016, 1:34 PM
  • Moved installation text before command as suggested by @kparal in
  • As suggested by @kparal: install from stable repo
viorel marked an inline comment as done.Jul 21 2016, 1:38 PM
viorel added inline comments.
docs/source/quickstart.rst
5–6

Yes indeed, here's commit c5fd73780a46 to celebrate!

This revision was automatically updated to reflect the committed changes.

Looks great. Pushed. Thanks a lot for submitting the diff.