Min RK
f77e6ee916
classic notebook interface
...
Co-authored-by: Chris Holdgraf <choldgraf@berkeley.edu>
2021-09-16 20:16:41 +02:00
Min RK
0308f79f98
update user_interface doc to reflect that lab is default
2021-09-16 10:35:35 +02:00
Chris Holdgraf
d2bdb90786
Update docs/source/contributing/tasks.md
...
Co-authored-by: Simon Li <orpheus+devel@gmail.com>
2021-09-13 11:28:57 -07:00
Chris Holdgraf
b83ebe9920
Update docs/source/contributing/tasks.md
...
Co-authored-by: Simon Li <orpheus+devel@gmail.com>
2021-09-13 11:28:46 -07:00
Chris Holdgraf
7376dfcd80
Clarify conda package update instructions in dev docs
2021-09-13 09:26:04 -07:00
Chris Holdgraf
1ffb05f02e
Recommonmark -> MyST Parser
2021-09-13 09:23:27 -07:00
Erik Sundell
c73321cfda
Merge pull request #1067 from manics/release-2021080
...
[MRG] Release 2021.08.0
2021-08-24 18:40:50 +02:00
Simon Li
2ea48cbaca
Container registry PRs (quay.io)
2021-08-24 17:01:03 +01:00
Simon Li
7fecae7763
changelog #1066 #1068
2021-08-06 20:38:09 +01:00
Simon Li
0d20a9f7e2
sphinx conf.py: root_doc
2021-07-28 23:48:58 +01:00
Simon Li
e7f4667aec
Attempt to arrange PRs into categories
2021-07-24 12:02:39 +01:00
Simon Li
afd64f8bf2
Remove remaining `master` from docs
2021-07-24 11:33:21 +01:00
Simon Li
4ab4b17ef7
Regex: https://github.com/(.+)/(.+)/(.+)/master/ ➡️ https://github.com/$1/$2/$3/HEAD/
...
For `binder-examples/*`, `jupyterlab/jupyterlab-demo`, `norvig/pytudes`
2021-07-24 11:14:36 +01:00
Simon Li
f8a16d42ef
Regex https://github.com/jupyterhub/(.+)/(.+)/master/ ➡️ https://github.com/jupyterhub/$1/$2/HEAD/
2021-07-24 11:09:43 +01:00
Simon Li
1541ae6ca9
Changelog for 2021.01.0 2021.03.0 2021.08.0
2021-07-24 10:59:52 +01:00
YuviPanda
e7e4dd9ee3
Remove Pipfile & Pipfile.lock
...
- Seem unused - definitely not updated.
- I think pipenv has also lost a lot of its popularity
over the last year or two
- This does not affect the Pipfile *buildpack*, so repos we
build that have a Pipfile will not see any difference
Fixes https://github.com/jupyterhub/repo2docker/issues/1032
2021-07-03 13:30:03 +05:30
Simon Li
2e4140cd6f
Pin doc-requirements.txt versions
...
Hopefully dependabot can take care of them
2021-07-02 22:57:13 +01:00
Yuvi Panda
76f55c5a25
Stop using deprecated add_stylesheet in sphinx
...
add_stylesheet has been deprecated for a while.
This should hopefully fix the CI failures in circleci
2021-06-30 15:31:57 +05:30
Florian Kohrt
f8d1a19fee
State newly used installation command
...
`install_local` is used since 1f5469f
2021-05-21 11:26:53 +02:00
Tim Head
1140dd1919
Merge pull request #988 from douardda/swhid
2021-01-26 13:56:29 +01:00
Tim Head
c7578d926e
Fix typo
...
Co-authored-by: Chris Holdgraf <choldgraf@gmail.com>
2021-01-21 16:45:27 +01:00
Tim Head
98795a9e22
Add workflow to push a release to pypi
...
This adds a new GH Action workflow that will build and upload a new
package to pypi.org. The release instructions are updated to use
calendar versioning. Outdated instructions related to the change log
have been removed.
2021-01-20 15:29:05 +01:00
David Douard
5f26710d01
Mention the SWHID source-repository format in the usage documentation
2021-01-19 18:04:48 +01:00
Min RK
edfca79371
Remove support for stencila
...
Changes in stencila mean it doesn't work anymore and it's not feasible to update nbstencilaproxy
Instead, show only a warning about removed support for stencila
2020-11-19 18:17:23 +01:00
Kenan Erdogan
526c914bbb
Update docs/source/usage.rst
...
Co-authored-by: Simon Li <orpheus+devel@gmail.com>
2020-10-06 15:04:15 +02:00
Kenan Erdogan
d90ede5239
update docs for config dirs
2020-10-06 15:04:15 +02:00
paugier
05002a4177
hg-evolve required for Mercurial support (simpler)
2020-09-14 14:05:52 +02:00
paugier
64633bbcbc
Documentation about Mercurial support
2020-09-11 00:10:55 +02:00
Tim Head
f45d84be1f
Merge pull request #952 from manics/doc-config-usage-location
...
[MRG] Crosslink 'Configuring your repository' with usage
2020-09-08 08:51:23 +02:00
Simon Li
f1ab72a45f
Crosslink 'Configuring your repository' with usage
2020-09-07 20:56:30 +01:00
Tim Head
ad80defc12
Bump Python requirement to 3.6 from 3.5
...
This increases the lowest version of Python required to run repo2docker itself.
2020-09-07 08:02:09 +02:00
Min RK
60555b1d05
update repo URLs for jupyterhub/repo2docker
2020-08-10 09:33:05 +02:00
Michaël Defferrard
0b598ace44
doc: runtime.txt installs python x.y (& concise rewording)
2020-06-16 11:11:47 +02:00
Michaël Defferrard
91560db0b5
doc: environment.yml installs a conda env, not only python
2020-06-15 17:49:31 +02:00
Tania Allard
82120e9c95
Fix repo2docker logo
2020-06-05 12:30:52 +01:00
Tania Allard
dad4972942
Merge remote-tracking branch 'upstream/master' into trallard-patch-1
2020-06-04 12:55:27 +01:00
Adam H. Sparks
2395ebd007
Add a missing “:” on line 145
...
See Issue https://github.com/jupyter/repo2docker/issues/898
2020-05-26 08:21:29 +10:00
Tania Allard
f550f2fad8
Fix logo display in Sphinx docs
2020-05-18 16:27:42 +01:00
Hal Wine
2f08ab7bdb
failing docker tests locally on macOS (case 2)
...
Fixes #884
2020-05-08 15:07:52 -07:00
James Lamb
53817526f8
[docs] fix grammatical error in section title
2020-04-15 10:08:26 -05:00
Uwe L. Korn
83c1563c97
Add review comment from @betatim
2020-03-23 09:45:33 +01:00
Uwe L. Korn
82ebd618fa
Document loose conda export with --from-history
2020-03-23 09:43:34 +01:00
Uwe L. Korn
b44117d0e9
Adopt new Sphinx theme name
2020-03-20 19:22:30 +01:00
Jeremy Tuloup
93cab76402
Fix typo
2020-03-19 13:26:08 +01:00
Simon Li
e20c54f7b6
docs: postBuild warn about shell script errors being ignored
2020-02-05 20:37:04 +00:00
Tim Head
6b33e767dc
Update changelog for 0.11.0
2020-02-05 09:16:50 +01:00
Tim Head
f79bf04a41
[MRG] Fix a broken link, update favicon ( #826 )
...
[MRG] Fix a broken link, update favicon
2019-12-05 08:59:27 +01:00
Tim Head
e34705476a
Fix a broken link, update favicon
2019-12-05 07:55:09 +01:00
Chris Holdgraf
ff0ca9b827
adding instructions for contentprovider extension
2019-12-04 12:34:02 -08:00
Chris Holdgraf
51e26fb8a4
adding short explainers for index pages
2019-11-27 11:30:37 -08:00