aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/tutorial.hdr
Commit message (Collapse)AuthorAge
* more doxygen lexicon changes to eliminate errorsGravatar Kurtis Rader2016-04-24
| | | | | | I noticed that Doxygen was also complaining about the "<asis>" and "<bs>" tags. So convert those to the backslash form like we did for "<outp>" in the previous commit.
* replace <outp> command with \outp in docsGravatar Kurtis Rader2016-04-23
| | | | | | | | | | Doxygen has been warning that `<outp>` and `</outp>` are not valid XML/HTML commands since commit cb6d5d76 on 20016-04-04. That's primarily because there is at present no way to tell Doxygen to recognize new XML/HTML tags. The actual errors look like this: ``` .../string.doxygen:187: warning: Unsupported xml/html tag </outp> found ``` I hate build errors since they a) cause needless concern, and b) make it harder to notice when I've introduced a new error. So switch from XML/C## style markup to Doxygen style markup for the "outp" annotation.
* Add missing "Universal Variables" to tutorial.hdrGravatar Nyanpasu2016-03-22
|
* Clarify example in $PATH tutorialGravatar Fabian Homborg2016-02-29
| | | | See #2777
* Mention correct config fileGravatar Jannik V2015-12-24
| | | While the tutorial explains how to set the `PATH` variable, it mentions the file `fish.config` but it should be `config.fish`.
* Doc: Link Cartesian Product in tutorial to main documentaion.Gravatar Jak Wings2015-12-14
|
* docs: Rename cross to cartesian product, clarifyGravatar Fabian Homborg2015-09-17
|
* Document cross-productGravatar Fabian Homborg2015-09-15
| | | | | | At least in tutorial for now. Fixes #2341
* Rename sgrep to __fish_sgrepGravatar Fabian Homborg2015-09-09
| | | | Makes it harder to cause issues with aliases, see fish-shell#2245
* tutorial: arrays as a synonym for listsGravatar David Adam2015-07-23
| | | | | | Closes https://github.com/fish-shell/fish-site/issues/13 [skip ci]
* Further tweak the language about setting PATH in the tutorialGravatar ridiculousfish2015-07-03
|
* Improve discussion of how to set PATH in the tutorialGravatar ridiculousfish2015-07-03
| | | | Also fix a few broken anchors
* typoGravatar Ingo Blechschmidt2015-04-25
|
* After proofreading, fixes a few minor typos.Gravatar Mark Griffiths2014-09-12
|
* Addition of 'ascii fish' logoGravatar Mark Griffiths2014-09-03
| | | | + small fixes
* Various additions and fixesGravatar Mark Griffiths2014-09-03
|
* Consistency fixesGravatar Mark Griffiths2014-09-03
|
* Make line length, wrapping and spacing consistentGravatar Mark Griffiths2014-09-03
|
* Fixed a few more edge casesGravatar Mark Griffiths2014-09-03
|
* Tutorial auto colouring, Man page and Make fixesGravatar Mark Griffiths2014-09-03
| | | | | | | | | | | | | Completely fixes #1557 and the underlying Doxygen changes that caused it. Should make fish docs simpler and more robust, more consistent and generally prettier. todo: - trap unmarked text as arguments in context - test & fix sed portability - see in particular. (so far tested on BSD (Mac) and GNU sed). - test Makefile changes - last round of aesthetic changes and getting that ascii fish in there…
* Documentation updateGravatar Mark Griffiths2014-09-03
| | | | | | Rework for Doxygen >1.8. Moved large parts of the documentation to a simplified format, making use of Markdown enhancements and fixing bad long options.
* Change terminology in docs from 'environment variables' -> 'shell variables'Gravatar Alan Thompson2014-04-29
|
* Documented Alt-Right to accept a single word of an autosuggestionGravatar David Adam2014-02-02
| | | | See https://github.com/fish-shell/fish-shell/issues/1262
* fix two minor typos in tutorialGravatar Сергей Романов2014-01-08
|
* Fix broken links in tutorialGravatar Antoine Gourlay2013-10-31
|
* New documentation UI, including tutorial.Gravatar ridiculousfish2013-10-05