Add GitHub users to extlinks

pull/504/head
James Bourbeau 2018-12-17 08:36:29 -06:00
rodzic 381d21c25b
commit 4f3d5de778
2 zmienionych plików z 15 dodań i 27 usunięć

Wyświetl plik

@ -11,7 +11,7 @@ Release date: TBD
New features
------------
- Add additional metadata to docker images about how they were built :pr:`500` by
`@jrbourbeau`_.
:user:`jrbourbeau`.
API changes
-----------
@ -29,33 +29,33 @@ New features
------------
- Build from sub-directory: build the image based on a sub-directory of a
repository :pr:`413` by `@dsludwig`_.
repository :pr:`413` by :user:`dsludwig`.
- Editable mode: allows editing a local repository from a live container
:pr:`421` by `@evertrol`_.
- Change log added :pr:`426` by `@evertrol`_.
:pr:`421` by :user:`evertrol`.
- Change log added :pr:`426` by :user:`evertrol`.
- Documentation: improved the documentation for contributors :pr:`453` by
`@choldgraf`_.
:user:`choldgraf`.
- Buildpack: added support for the nix package manager :pr:`407` by
`@costrouc`_.
:user:`costrouc`.
- Log a 'success' message when push is complete :pr:`482` by
`@yuvipanda`_.
:user:`yuvipanda`.
- Allow specifying images to reuse cache from :pr:`478` by
`@yuvipanda`_.
- Add JupyterHub back to base environment :pr:`476` by `@yuvipanda`_.
- Repo2docker has a logo! by `@agahkarakuzu`_ and `@blairhudson`_.
- Improve support for Stencila, including identifying stencila runtime from document context :pr:`457` by `@nuest`_.
:user:`yuvipanda`.
- Add JupyterHub back to base environment :pr:`476` by :user:`yuvipanda`.
- Repo2docker has a logo! by :user:`agahkarakuzu` and :user:`blairhudson`.
- Improve support for Stencila, including identifying stencila runtime from document context :pr:`457` by :user:`nuest`.
API changes
-----------
- Add content provider abstraction :pr:`421` by `@betatim`_.
- Add content provider abstraction :pr:`421` by :user:`betatim`.
Bug fixes
---------
- Update to Jupyter notebook 5.7 :pr:`475` by `@betatim`_ and `@minrk`_
- Update to Jupyter notebook 5.7 :pr:`475` by :user:`betatim` and :user:`minrk`.
@ -93,16 +93,3 @@ Version 0.1
===========
Released 2017-04-14
.. _@agahkarakuzu: https://github.com/agahkarakuzu
.. _@betatim: https://github.com/betatim
.. _@blairhudson: https://github.com/blairhudson
.. _@choldgraf: https://github.com/choldgraf
.. _@costrouc: https://github.com/costrouc
.. _@dsludwig: https://github.com/dsludwig
.. _@evertrol: https://github.com/evertrol
.. _@jrbourbeau: https://github.com/jrbourbeau
.. _@minrk: https://github.com/minrk
.. _@nuest: https://github.com/nuest
.. _@yuvipanda: https://github.com/yuvipanda

Wyświetl plik

@ -37,7 +37,8 @@ extensions = ['sphinx.ext.extlinks']
extlinks = {
'issue': ('https://github.com/jupyter/repo2docker/issues/%s', 'Issue #'),
'pr': ('https://github.com/jupyter/repo2docker/pull/%s', 'PR #')
'pr': ('https://github.com/jupyter/repo2docker/pull/%s', 'PR #'),
'user': ('https://github.com/%s', '@'),
}
# Add any paths that contain templates here, relative to this directory.