Commit graph

812 commits

Author SHA1 Message Date
Raphael Das Gupta
69ea35d2cd reflow tutorial source text 2017-01-03 17:20:38 +01:00
Raphael Das Gupta
3a3275d9a0 rephrase backtick xonsh/bash warning in tutorial
... again

(for more clarity)
2017-01-03 17:16:07 +01:00
Raphael Das Gupta
8e5051828f rephrase backticks xonsh/bash warning in tutorial 2017-01-03 17:13:55 +01:00
Raphael Das Gupta
a257f30c14 add missing verb in tutorial
to fix grammar
2017-01-03 17:06:18 +01:00
Raphael Das Gupta
8b00202231 escape backslash in Tutorial warning
There is no notion of an escaping character in xonsh, but there is in reStructuredText
2017-01-03 12:56:44 +01:00
Anthony Scopatz
cda5f87d57 remove live 2016-12-24 12:10:36 -08:00
Anthony Scopatz
7b05e32ca0 no org 2016-12-20 15:20:03 -08:00
Anthony Scopatz
77e8b10f07 more doc fixes 2016-12-20 13:47:58 -08:00
Gil Forsyth
d3310c948f Merge pull request #1917 from SanketDG/fix-input/output-docs
Tutorial: Add note about redirection
2016-12-18 15:18:09 -05:00
SanketDG
0c9b809d96 Tutorial: Add note about redirection
Fixes https://github.com/xonsh/xonsh/issues/1863
2016-12-19 00:27:21 +05:30
Anthony Scopatz
25cf37a090 Merge pull request #2018 from xonsh/xompletions
Xompletions
2016-12-16 10:37:19 -08:00
Hugo Wang
3b5b86fd98 docs update 2016-12-17 01:36:58 +08:00
Hugo Wang
568687d6b9 for english 2016-12-17 00:48:19 +08:00
Gil Forsyth
582d9abf23 fix incorrect eventsbody generation in conf.py 2016-12-16 11:22:32 -05:00
Gil Forsyth
4a4076a0c2 add xompletions to api docs 2016-12-16 11:22:23 -05:00
Hugo Wang
a3027d020b updated docs/api/history/ 2016-12-17 00:06:03 +08:00
Hugo Wang
23ec9ab316 doc fix 2016-12-16 23:05:45 +08:00
Hugo Wang
3b213fc588 wip - updating history docs 2016-12-16 23:01:14 +08:00
Gil Forsyth
53ffa886bc Merge pull request #2015 from xonsh/gazing
Python-powered, cross-platform, Unix-gazing shell
2016-12-15 16:08:05 -05:00
Anthony Scopatz
d85dc753af index changes 2016-12-15 10:09:48 -08:00
Anthony Scopatz
cbb9c24959 Python-powered, cross-platform, Unix-gazing shell 2016-12-15 09:38:26 -08:00
Gil Forsyth
53595218c3 update path to history_main in docs 2016-12-14 13:42:43 -05:00
dragon788
5f5a534452 Fix typo
Fixed a misspelled word.
2016-12-08 22:04:28 -06:00
Gordon Ball
ee97ae8bd0 Merge branch 'master' into first-class-paths 2016-12-08 13:06:21 +01:00
Jamie Bliss
4d43087757 For #1996 2016-12-05 13:48:13 -05:00
Gil Forsyth
45670f1dd6 import xonsh.main to fix events docs generation
sphinx will implicitly import main, but not before we call
`make_events()`, so only `on_chdir` shows up on the events listing.
explicitly importing `xonsh.main` fixes this up so all of the available
events are documented properly.
2016-12-01 12:41:19 -05:00
Anthony Scopatz
8fa2b2f185 front page hooks to xonsh-live 2016-11-27 19:38:00 -05:00
Morten Enemark Lund
4c3183edb7 Update better windows console colors 2016-11-05 22:10:04 +01:00
Anthony Scopatz
3545358a4b Merge pull request #1926 from xonsh/promptfields
prompt mechanism refactor
2016-11-04 15:21:59 -04:00
laerus
927dd300b6 renamed FORMATTER_DICT to PROMPT_FIELDS 2016-11-02 16:06:35 +02:00
Konstantinos Tsakiltzidis
705fd4b88e Merge pull request #1920 from xonsh/small_doc_fix
add missing newline in code block
2016-10-31 19:10:26 +02:00
Gil Forsyth
745cdc6a3b add missing newline in code block
What idiot didn't bother to check if this page in the docs was formatted
correctly?  Couldn't they be bothered to at least check that the docs
compiled without errors?

```
git blame
```

Oh.  It was me.
2016-10-31 12:34:46 -04:00
Matthias Bussonnier
5a866781ba Pure-css "Fork me on GitHub" 2016-10-31 07:24:55 -07:00
Matthias Bussonnier
42df1404be Fix "Fork me on GitHub" ribbons.
The current ribbon just don't react on click on some platform for
some reason. Mainly because the Image is in the corner, but not the
link.

This fixes it

Though it still look ugly on hi-dpi screen

One might want to consider a pure-css method like
https://simonwhitaker.github.io/github-fork-ribbon-css/
2016-10-30 20:47:54 -07:00
Anthony Scopatz
0c3bd1649a Merge pull request #1914 from Carreau/rel-canonical
Hack a rel=canonical in the templates.
2016-10-30 21:42:46 -04:00
Matthias Bussonnier
c0d584d7a3 Hack a rel=canonical in the templates.
We do not want non-canonical versions of xonsh docs to be indexed. OR at
least they should point to the canonical version.

Technically we should even try to have the stable version under a
/stable/ url (to leave us with some freedom of changing things) So that
later we can replace stable with X.y and have a version switcher.
2016-10-30 12:27:40 -07:00
Anthony Scopatz
9f35a4ea69 wrote tut 2016-10-30 10:47:32 -04:00
Anthony Scopatz
86111a6ebf Uncaptured aliases 2016-10-29 21:11:08 -04:00
Gil Forsyth
126e97075c add expl for libgcc core dump error 2016-10-26 10:12:04 -04:00
Gil Forsyth
843254f212 add dirs alias answer to customization faq 2016-10-26 09:58:12 -04:00
Gil Forsyth
077e851280 add tab completion setup to customization faq 2016-10-26 09:30:51 -04:00
Gil Forsyth
03d2ac8525 update lexer 2016-10-25 12:01:20 -04:00
Gil Forsyth
22055c5309 move some general custom stuff from linux to cust faq
things like terminal tabs and open terminal here moved to customization guide
2016-10-25 11:57:08 -04:00
Gil Forsyth
409e88c2d9 update customization page and index page link 2016-10-25 11:57:08 -04:00
Gil Forsyth
9fb95af525 add links to customization faq to linux and osx pages 2016-10-25 11:57:08 -04:00
Gil Forsyth
7cc084432a rename add-to-shell 2016-10-25 11:57:08 -04:00
Gil Forsyth
5cbf1c3609 begin customization faq 2016-10-25 11:57:08 -04:00
Gil Forsyth
af2a67870d dont remove indent on example 2016-10-25 11:16:48 -04:00
Gil Forsyth
da2a10b9e1 fix windows docs image filenames 2016-10-25 11:12:38 -04:00
Gil Forsyth
6d0d4e22dd few more sphinx warnings and error fixes 2016-10-25 11:11:07 -04:00