Commit graph

30 commits

Author SHA1 Message Date
Danny Sepler
b59b0ceed2 Fix some typos 2020-10-03 23:02:39 -04:00
Bob Hyman
224c555afe Document preference for pip install over setup.py. 2020-08-11 12:25:17 -04:00
Bob Hyman
a6bb5e2d56 Run (pure) flake8 in CI; deprecate config for pytest-flake8 2020-05-06 22:49:11 -04:00
Noortheen Raja
419c854eea update docs - running pylint for specific files 2020-03-15 20:43:56 +05:30
Anthony Scopatz
88d239d976 black not available on 3.5 2019-07-19 17:30:34 -04:00
Sean Farley
ec3d2ca8ad git: add pre-commit dependency
This also adds documentation for how to install this git pre-commit hook
which will run black before committing. The only downside to doing that
is the, perhaps confusing, initial run which will clone the black
repository before a dev's first commit.

Running on the command-line will be quite obvsious since the default
output shows what pre-commit is doing. But running in a gui or
editor (e.g. magit) will hide that. Viewer discretion is advised.
2019-07-13 15:44:23 -05:00
Sean Farley
b570b50836 python: add black to test dependencies
This adds black to the contributing guide as well.
2019-07-13 15:44:23 -05:00
Alexander Steffen
fa2594318d Update style guide to match reality
* black likes double quotes instead of single quotes.
* Python 3.4 is not a target anymore.
2019-07-13 10:44:55 +02:00
virus
7ab2e9113c replace link of numpydoc's styleguide to new one 2019-03-14 00:03:59 +09:00
virus
d9c7360dea Change link format of numpydoc (as dependencies)
This commit fixes these warnings.

```
src/xonsh/docs/devguide.rst:430: WARNING: Duplicate explicit target name: "numpydoc".
src/xonsh/docs/devguide.rst:107: WARNING: Duplicate target name, cannot be used as a unique reference: "numpydoc".
src/xonsh/docs/devguide.rst:263: WARNING: Duplicate target name, cannot be used as a unique reference: "numpydoc".
```
2019-03-14 00:03:59 +09:00
halloleo
4eb8b4818d How to run xonsh in Emacs
* FAQ section about how to run xonsh in Emacs
* Updated the requirements for compiling the documentation
2018-11-06 18:42:59 +11:00
David Dotson
1d60f9397b Updated docs with __xonsh__ changes 2018-09-30 13:59:08 -07:00
Joel Gerber
12e2fb80cc
Documentation spelling corrections
A number of common spelling typos found within various restructuredText
files have been identified and resolved.
2017-06-07 11:51:06 -04:00
laerus
864ee3f57a devguide update 2016-10-01 09:49:21 +03:00
Gil Forsyth
e363192d67 remove bash (from the docs)
swapping out all instances of `bash` code-blocks for `console`
code-blocks for better syntax highlighting
2016-08-18 14:18:57 -04:00
SanketDG
c96383ad0f devguide.rst: Add proper spacing in command 2016-08-18 21:35:33 +05:30
Leonardo Santagada
f1a41f2b1c reformat paragraph and remove trailing whitespace 2016-07-22 11:47:36 +02:00
Justin Moen
ec185983c3 Improve first set of dev instructions 2016-07-16 23:20:35 -07:00
laerus
6bdadba71e nop 2016-07-03 22:05:49 +03:00
laerus
31c5760182 'typoz' 2016-07-03 12:26:52 +03:00
laerus
da13f310f5 'info about writing the tests' 2016-07-03 11:43:22 +03:00
Paul Goelz
49be0a26cf Add missing -r flag to pip install command in developer's guide 2016-06-28 23:54:37 +02:00
Gil Forsyth
6d489843c3 update CONTRIBUTING with changes to pytest 2016-06-23 17:11:45 -04:00
Anthony Scopatz
d14292cb9c some doc fixes 2016-06-18 17:32:37 -04:00
Anthony Scopatz
5fd1d4f4a8 tracer and docs 2016-06-16 20:58:53 -04:00
Anthony Scopatz
1d7875e1ba Some cl instructions in contributing 2016-06-11 17:49:00 -04:00
Jeremy Donahue
a775b287db Update docker script reference to reflect its new name
docker.py was renamed to xonsh-in-docker.py, update the docs to reflect it.
2016-06-08 18:46:48 -07:00
Rahiel Kasim
10e31c9d06 CONTRIBUTING: render as RST on GitHub 2016-06-05 23:04:44 +02:00
Anthony Scopatz
5facb9bdda cont mv 2015-03-28 12:25:02 -05:00
Anthony Scopatz
e8e54f4de7 CONTRIBUTING.rst 2015-03-28 12:24:25 -05:00