Opened 22 months ago
Closed 22 months ago
#27512 closed defect (fixed)
Incorrect emphasis in a tutorial
Reported by: | kcrisman | Owned by: | gh-canonicalfunctor |
---|---|---|---|
Priority: | trivial | Milestone: | sage-8.8 |
Component: | documentation | Keywords: | |
Cc: | Merged in: | ||
Authors: | Mihail Tarigradschi | Reviewers: | Travis Scrimshaw, John Palmieri |
Report Upstream: | N/A | Work issues: | |
Branch: | 1868426 (Commits) | Commit: | 1868426429b5a7c85163c7d94c8635e449d72366 |
Dependencies: | Stopgaps: |
Description
It is very important that the names of the symbolic links in Sage’s folders be precisely as indicated. If the names differ, Sage will not notice that the files are present
Apparently
**It is very important that the names of the symbolic links in Sage's folders** ** be precisely as indicated. If the names differ, Sage will not notice that** **the files are present**
is not achieving the desired effect in .rst
format.
Change History (7)
comment:1 Changed 22 months ago by
comment:2 Changed 22 months ago by
- Branch set to u/gh-canonicalfunctor/incorrect_emphasis_in_a_tutorial
comment:3 Changed 22 months ago by
- Commit set to 1868426429b5a7c85163c7d94c8635e449d72366
- Status changed from new to needs_review
comment:4 Changed 22 months ago by
This fix is fine. The actual problem was the space near the beginning of the second line ("[space]be precisely as indicated ...").
Version 0, edited 22 months ago
by
(next)
comment:5 Changed 22 months ago by
- Owner changed from (none) to gh-canonicalfunctor
comment:6 Changed 22 months ago by
- Reviewers set to Travis Scrimshaw, John Palmieri
- Status changed from needs_review to positive_review
comment:7 Changed 22 months ago by
- Branch changed from u/gh-canonicalfunctor/incorrect_emphasis_in_a_tutorial to 1868426429b5a7c85163c7d94c8635e449d72366
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
The
**
does work across linebreaks, but the**
, linebreak**
is likely getting read incorrectly. The fix should just be removing all but the first and last**
.(Side note, the
.bashrc
part bullet points are not correctly aligned.)