Owen Campbell
Owen Campbell
Is there a setting to allow highlighting of correctly capitalised module level variables? An example would be MAX_NUMBER in the README example, where I'd like the option to see it...
Implement the sparse checkout functionality described at: http://schacon.github.io/git/git-read-tree.html#_sparse_checkout i.e. if config.core.sparsecheckout = true, then only checkout files which match the patterns listed in the file .git/info/sparse-checkout
Fixes python-discord/meta#189
Our docstrings currently use a variety of formats and we should agree a standard. My suggestion is that we use Numpydoc (https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt) since it's the closest to anything we currently...
Each of the of the original strategies from [Axelrod's second tournament](http://axelrod.readthedocs.io/en/stable/reference/overview_of_strategies.html#axelrod-s-second-tournament) needs to be reverse engineered and an issue created for each which describes its operation. - [x] [GRASR](https://github.com/Axelrod-Python/TourExec/blob/v0.3.0/src/strategies/grasr.f) -...
This is one of the strategies from [Axelrod's Second Tournament](http://axelrod.readthedocs.io/en/stable/reference/overview_of_strategies.html#axelrod-s-second-tournament) for which we have the [orginal Fortran code](https://github.com/Axelrod-Python/TourExec/blob/v0.3.0/src/strategies/k91r.f). A description of this strategy is given in Axelrod, R. (1980). More...
- [x] Replace the inline tables with csv_tables - [x] Replace the :code: directives with :class: directives - [ ] Remove the text descriptions of each strategy (ensuring that the...
It might be interesting to have a measure of how efficient a strategy is in terms of its code complexity. e.g. If two strategies have similar scores but one does...
As a user, I want to install pixiedust so that I can use it. ### Expected behavior Following the installation instructions leads to a successful installation ### Actual behavior Running...