#8979 closed (fixed)
Documentation fixes
| Reported by: | Ramiro Morales | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
A few issues thata haven't already been reported in other Component:Documentation tickets: reST fixes, addition of Pygmentation to some files, typos.
Attachments (1)
Change History (6)
by , 17 years ago
| Attachment: | doc-fixes-r8985.diff added |
|---|
follow-ups: 3 4 comment:1 by , 17 years ago
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 17 years ago
Replying to adrian:
Note that this patch did not apply cleanly for me, as it refers to "a/docs" and "b/docs". In the future, could you do a "svn diff" from within the main "trunk" directory to produce a clean patch?
Problem is I don't use SVN, the patch was generated from work in a named branch in a Mercurial repository, I think git does also generates that kind of patches. See Jacob's comment here
comment:4 by , 17 years ago
Replying to adrian:
Note that this patch did not apply cleanly for me, as it refers to "a/docs" and "b/docs". In the future, could you do a "svn diff" from within the main "trunk" directory to produce a clean patch?
Tip: "patch -p1 < diff-file.diff"
The "-pN" parameter means "Strip the smallest prefix containing num leading slashes...", so, in this case would mean "Strip b/ and a/". It defaults to "-p0" ;)
Git, Mercurial, even doing diff by hand (i.e. when using a release tarball) will generate diff with those prefix, then "-p1" does the job ;)
comment:5 by , 17 years ago
Looks like I missed the Cool Kids' memo about Git patches. Thanks for the pointer!
Note that this patch did not apply cleanly for me, as it refers to "a/docs" and "b/docs". In the future, could you do a "svn diff" from within the main "trunk" directory to produce a clean patch?