Commit graph

742 commits

Author SHA1 Message Date
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
Gil Forsyth
8e04b8de64 fix bad indent 2016-10-25 11:02:24 -04:00
Gil Forsyth
b0de2c55ab fix lexer name 2016-10-25 11:01:03 -04:00
Gil Forsyth
88bd04e5af remove defunct teepty docs 2016-10-25 10:53:59 -04:00
Gil Forsyth
8a5dfcf3a7 add xonshcon lexer to sphinx conf 2016-10-25 10:53:30 -04:00
Morten Enemark Lund
0720f8945f Also set fonts with registry file 2016-10-20 14:11:09 +02:00
Morten Enemark Lund
0130810cf6 Update docs on colors with new pictures 2016-10-20 12:42:42 +02:00
Morten Enemark Lund
2248700214 Ensure that the running cmd.exe directly also get the right colors. 2016-10-20 09:02:41 +02:00
Morten Enemark Lund
50dd2bbf2e Update to win color documentation 2016-10-20 07:50:03 +02:00
Gordon Ball
7d79644612 Merge branch 'master' into first-class-paths 2016-10-19 15:05:42 +02:00
Gordon Ball
00802dfef9 Add support for path-yielding backticks 2016-10-18 12:19:16 +02:00
Gordon Ball
5e843149af Add tutorial section noting path objects can be implicitly used in subprocess mode 2016-10-17 21:20:45 +02:00
Gordon Ball
ca0d365d68 Reference path literals and backticks in the tutorial, and add news 2016-10-17 15:18:30 +02:00
laerus
1d631b8588 quoting tutorial code block fix 2016-10-15 23:43:22 +03:00
laerus
cee72fd1eb tutorial quoting section 2016-10-15 20:12:10 +03:00
Anthony Scopatz
b3f84f66c5 More which and improvements 2016-10-06 00:43:14 -04:00
Anthony Scopatz
f62397fc99 updated docs 2016-10-04 20:51:45 -04:00
Jamie Bliss
78af6446fa Fix docs 2016-10-02 11:12:01 -04:00
Jamie Bliss
a7912de08a Attempt to document extras 2016-09-29 22:57:18 -04:00
Anthony Scopatz
65ecc4db6b Merge pull request #1775 from xonsh/doc_updates
Doc updates
2016-09-29 00:58:05 -04:00
Gil Forsyth
5812dc7399 remove mispronunciations in index
sorry guys -- this one kept causing people unnecessary pain.
2016-09-28 11:45:07 -04:00