aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/user_doc.css
Commit message (Collapse)AuthorAge
* update lexicon for latest docsGravatar Mark Griffiths2016-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2699 Fixes issues with: * 'string' function synopsis * Redirection display issues * Better file & path detection * Rendering of % & @ chars in both html and man * @ symbol in tutorial Improves robustness by implementing an @EOL marker to prevent hold buffer dumping extra chars after the end of an expression. Added new '{{' and '}}' meta-chars for when you want curly braces in a regexp that was previously tripping up the lexicon. Improve man/html presentation consistency for * string * printf * prompt_pwd * type Use cli-styling for 'practical' examples. Add <bs> tag for presenting content with preceding backslash. Signed-off-by: Mark Griffiths <mark@thebespokepixel.com>
* Clean up font declarationsGravatar Mark Griffiths2014-09-23
| | | | | | | | | re: fish-shell/fish-shell@2726712e01f2ca254bd46deb5bd27cd417fca158 As this is rendering ok in Firefox, this version should pickup the best fonts for most browser/os variants based on 'font-stretch' support. `.fish_left_bar` should be condensed, the main body font shouldn't.
* Restore DejaVu Sans Condensed font.Gravatar Konrad Borowski2014-09-23
| | | | With font-strentch: condensed, the rendering is acceptable.
* Suppress italics in keyboard shortcutsGravatar Kevin Ballard2014-09-23
|
* Stop overriding <em> in user documentationGravatar Kevin Ballard2014-09-22
| | | | | | | | | <em> used to represent something else, but as far as I can tell, all uses of <em> in the documentation today actually represent text that's supposed to be visibly different. Notably, the documentation on supported escapes uses <em> to indicate the letters that are a placeholder for e.g. a hex digit, as opposed to being a literal character.
* Don't use DejaVu Sans Condensed for documentation rendering.Gravatar Konrad Borowski2014-09-21
| | | | | | | | | This font, at least under Kubuntu 14.04 and Firefox I use is rather ugly. Anti-aliasing is wrong, and the spaces between letters are rather random. It makes reading the documentation headings and table of contents harder than it needs to be. Those issues don't happen with DejaVu Sans.
* Update menus for consistencyGravatar Mark Griffiths2014-09-07
| | | | | | | | Widened 'Commands' menu + fish logo fish logo added to FAQ menu 'Commands' menu content aligned with Docs menu 'FAQ' menu content aligned and made 1st order as all entires are long and wrap.
* Synopsis tweaksGravatar Mark Griffiths2014-09-04
|
* Rebase documentation changesGravatar Mark Griffiths2014-09-03
|
* Formatting updatesGravatar Mark Griffiths2014-09-03
|
* Addition of 'ascii fish' logoGravatar Mark Griffiths2014-09-03
| | | | + small fixes
* Consistency fixesGravatar Mark Griffiths2014-09-03
|
* Make line length, wrapping and spacing consistentGravatar 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ā€¦
* Style fix for sub-line commentsGravatar Mark Griffiths2014-09-03
|
* Merged in latest changes to docs and formatting tweaksGravatar Mark Griffiths2014-09-03
| | | | | | Addresses issue #1557 as well as fixing many typos, HTML errors and inconsistencies. Also introduces automatic syntax colouring and enables new documentation to be written in Markdown. TODO fix Tutorial.
* Simplify stylingGravatar Mark Griffiths2014-09-03