Commit graph

1063 commits

Author SHA1 Message Date
a
48e16455b8 new 2020-09-25 00:16:49 +03:00
a
033c8c6009 new 2020-09-25 00:15:55 +03:00
a
30bfe190c2 new 2020-09-24 23:42:39 +03:00
a
588b1b7b52 docs 2020-09-24 23:39:36 +03:00
Anthony Scopatz
1c5d41897b
Merge pull request #3765 from bobhy/xonfig-kernel
Move jup kernel spec from setup to xonfig; add doc.
2020-09-23 09:25:25 -07:00
Bob Hyman
f07d016995 Merge branch 'master' into xonfig-kernel 2020-09-23 04:41:31 -04:00
anki-code
28ab18699d
Update contents.rst 2020-09-23 09:11:54 +03:00
Anthony Scopatz
089fb90b0b
Merge pull request #3785 from Eadaen/history_testing-ead
Commands to easily manage deletion of history from the current session.
2020-09-22 09:10:04 -07:00
Bob Hyman
2f3a7a4e72 Merge branch 'master' into xonfig-kernel 2020-09-17 02:57:19 -04:00
Eadaen1
49bc38e4d4 Add docs. 2020-09-17 02:15:52 +01:00
Bob Hyman
0d120f7052 correct spelling of xonfig optoin, it's jupyter-kernel 2020-09-16 19:03:43 -04:00
Anthony Scopatz
99ee3b6509
Merge pull request #3760 from dannysepler/shortcuts
Docs for keyboard shortcuts
2020-09-15 17:28:16 -07:00
Danny Sepler
eb4c183a48 Use instance of ConsoleLexer, news item 2020-09-15 20:17:21 -04:00
Bob Hyman
27b304d99a Change xonfig option name 'kernel' to 'jupyter_kernel' 2020-09-14 23:02:45 -04:00
Bob Hyman
bed0011673 Move jup kernel spec from setup to xonfig; add doc. 2020-09-13 15:37:44 -04:00
Danny Sepler
f0d941009b Docs for keyboard shortcuts 2020-09-12 14:17:32 -04:00
Anthony Scopatz
d42b41407d
Merge pull request #3750 from anki-code/patch-1
Update appimage.rst
2020-09-11 19:42:53 -07:00
Eadaen1
50257a563e Update tutorial with cwd_dir changes. 2020-09-11 12:14:04 +01:00
anki-code
ccc8358eea
Fixed grammar 2020-09-11 11:05:17 +03:00
anki-code
b7d7397988
Update appimage.rst 2020-09-11 03:34:14 +03:00
David Strobach
3f56956984 Update docs 2020-09-05 17:35:23 +02:00
Bob Hyman
6f549ca6c3 Doc updates per review 2020-09-01 20:35:10 -04:00
Bob Hyman
92ee51a81e Merge branch 'master' into is_3622 2020-09-01 18:27:18 -04:00
David Strobach
7e2fed244c Fix video playbach on xon.sh landing page
This fixes browsers complaining about "Refused to display
'https://www.youtube.com/watch?v=uaje5I22kgE&feature=youtu.be'
in a frame because it set 'X-Frame-Options' to 'sameorigin'."
We need to expand the shortened youtu.be link ourselves in order
to be able to play it within an iframe.
2020-08-31 13:41:46 +02:00
Bob Hyman
eb2b8f5791 Config rewrite; move platform guides into tips and tricks 2020-08-29 13:34:52 -04:00
Bob Hyman
f034d3dc06 Merge branch 'master' into is_3622 2020-08-28 23:15:03 -04:00
willsALMANJ
fe347ef258
Fix typo on index.html 2020-08-28 11:27:41 -04:00
Anthony Scopatz
f048b295d6 black updates to tests and docs 2020-08-26 10:10:59 -05:00
Bob Hyman
3cd269a701 Merge branch 'master' into is_3622 2020-08-24 20:47:59 -04:00
Bob Hyman
f1d703d096 Merge branch 'master' into is_3622 2020-08-24 05:28:34 -04:00
Bob Hyman
59bb6b3b88 More getting started reorg 2020-08-24 04:46:25 -04:00
David Strobach
a2ec70749f index.html: Activate correct pane in Recent Update Area 2020-08-21 19:31:57 +02:00
Bob Hyman
a67df4fd5f Enable xonshcon blocks in docs. 2020-08-20 01:13:45 -04:00
Bob Hyman
409bea12bd First round doc update getting started. 2020-08-19 04:20:05 -04:00
Morten Enemark Lund
ea828ec0a5
Merge pull request #3674 from das-g/fix-grammar
Fix grammar on new landing page
2020-08-12 20:33:15 +02:00
Anthony Scopatz
377ab8d9de
Merge pull request #3662 from bobhy/is_3661
drop dependence on py.exe on Windows
2020-08-11 20:12:01 -04:00
Bob Hyman
224c555afe Document preference for pip install over setup.py. 2020-08-11 12:25:17 -04:00
Raphael Borun Das Gupta
61fc181323 fix grammar: "is solves" -> "solves" 2020-08-11 01:50:51 +02:00
Raphael Borun Das Gupta
d73401dc40 add LF at EOL 2020-08-11 01:50:19 +02:00
Anthony Scopatz
fc745561cf landing page 2020-08-09 18:00:23 -05:00
David Dotson
a8d4a57f01
Environment variable registration, deregistration (addresses #3227) (#3377)
* First attempt at register/deregister machinery for envvars

* Added detailed docstring, simplified ensurers

Also added some type checking that became clear from docstring writing.

* Changes in response to @scopatz review

Simplified kwarg names.

* defaultval -> default

* Created new Var namedtuple, as well as DEFAULT_VARS

We should now delete DEFAULT_ENSURERS, DEFAULT_VALUES, DEFAULT_DOCS, and
refactor Env to use the new single namedtuple and the DEFAULT_VARS dict

* Removed DEFAULT_ENSURERS, DEFAULT_VALUES, DEFAULT_DOCS

Now need to edit Env to use new DEFAULT_VARS, Var namedtuple

* Finished updating Env object to use new combined Var

Also made corresponding changes elsewhere ensurer was used

* Working on test failures

* More fixes in light of test failures

* Set default values for Var in register.

There's a bit of duplication here, but makes for a cleaner function.

* Black reformatting on environ.py

* Removed history replay

* Added register tests

* Added addtional deregistration test

* Removed all replay references, in docs too

* Added news item for env-reg-dereg

* trigger rebuild

* doc fix

* more doc fixes

* again

* attr names

* reorder imports

* fix flake error

Co-authored-by: Anthony Scopatz <scopatz@gmail.com>
2020-08-05 10:39:11 -04:00
Anthony Scopatz
ebca1e464f
Merge pull request #3653 from cafehaine/master
docs: More examples of what SubprocSpec can do
2020-08-02 10:53:25 -05:00
cafehaine
cb14ea9acd docs: More examples of what SubprocSpec can do 2020-08-02 09:30:22 +02:00
Anthony Scopatz
1cb37cab2f
Merge pull request #3593 from xxh/bash_to_xonsh
bash to xsh improvements
2020-08-01 16:25:37 -05:00
con-f-use
49615e9e49
add warning about JSON hack 2020-07-27 09:37:32 +02:00
con-f-use
dd3baf5835
fix typo in docs/xonshrc.rst
Co-authored-by: Burak Yigit Kaya <ben@byk.im>
2020-06-30 20:00:31 +02:00
con-f-use
51671628e3
typo in docs/xonshrc.rst
Co-authored-by: Morten Enemark Lund <melund@gmail.com>
2020-06-26 00:54:38 +02:00
con-f-use
eca552bd9e
typo docs/xonshrc.rst
Co-authored-by: Jamie Bliss <jamie@ivyleav.es>
2020-06-11 19:56:03 +02:00
con-f-use
9b418489f5
language docs/xonshrc.rst
Co-authored-by: Jamie Bliss <jamie@ivyleav.es>
2020-06-11 19:55:49 +02:00
con-f-use
bfac091034
More xonshrc snippets
...while I was at it.

 - Change date format for every other prompt
 - Use Nix Package Manager with Xonsh
2020-06-11 02:27:33 +02:00