Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: update NEP status for accepted/finished NEPs | Ralf Gommers | 2021-02-23 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | DOC: Add a NEP link to all neps. | Matthias Bussonnier | 2020-05-30 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | Usefull for crossreferencing and intersphinx Here is a snippet to update it if other neps are missing it: In [1]: neps = !ls nep-0* ...: for nep in neps: ...: number = nep[6:8] ...: with open(nep, 'r') as f: ...: data = f.read() ...: ...: if f'.. _NEP{number}:' in data: ...: continue ...: with open(nep, 'w') as f: ...: f.write('.. _NEP'+number+':\n') ...: f.write(data) ...: | ||||
* | DOC: include NEP number on each NEP page | Stephan Hoyer | 2018-07-01 | 1 | -3/+3 |
| | |||||
* | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 1 | -1/+1 |
| | |||||
* | Use correct tag Final for merged NEPs. Add resolution to NEP 14. | Stefan van der Walt | 2018-03-21 | 1 | -0/+1 |
| | |||||
* | Add tool for building NEP index | Stefan van der Walt | 2018-03-21 | 1 | -0/+2 |
| | |||||
* | Assign numbers to all existing NEPs | Nathaniel J. Smith | 2018-03-08 | 1 | -0/+52 |