Tim Head
7803aad83c
Merge pull request #451 from choldgraf/sidebar
...
adding back sidebars
2018-10-20 08:41:16 +02:00
Chris Holdgraf
ed590002db
adding back sidebars
2018-10-19 16:11:48 -07:00
Tania Allard
18d1ec66f0
Add Pipfile
2018-10-18 18:31:12 +01:00
Min RK
a8fc5395c3
Merge pull request #446 from choldgraf/docs_theme
...
adding circleci preview and jupyterhub docs theme
2018-10-18 13:51:57 +02:00
Chris Holdgraf
4c50efe6ac
adding circle and jupyterhub docs theme
2018-10-17 21:00:43 -07:00
Chris Ostrouchov
1e3630cc10
Feature: Adding nix support for repo2docker
...
test url: https://gitlab.com/costrouc/nix-binder-example
2018-10-17 16:32:40 -04:00
Min RK
7673487abd
Merge pull request #443 from betatim/subdir-tweak
...
[MRG] Switch repository used to test sub-directory support
2018-10-17 16:05:16 +02:00
Tim Head
b1dcbbe996
Adjust sub-directory tests after changing CWD behaviour
2018-10-16 13:46:00 +02:00
Tim Head
df7251dff6
Add context manager to change working dir
...
The context manager takes care of restoring the current working
directory when we are done. This is useful when the directory we set as
working directory stops existing.
2018-10-16 13:29:59 +02:00
Tim Head
4e1eff5f1b
Switch repository used to test sub-directory support
...
Using a repository that contains invlid instructions in the root of the
repository so that the test for subdirectory support will fail if
repo2docker doesn't actually switch into the requested sub-directory.
2018-10-16 13:28:08 +02:00
Tim Head
4310a39e28
Merge pull request #242 from betatim/content-provider
...
[MRG] Add Content Providers Infrastructure
2018-10-16 11:35:46 +02:00
Tim Head
05bdc12651
Expand comments and doc strings
2018-10-16 09:46:17 +02:00
Tim Head
98d46957f1
Expand comment about using a local directory as checkout and source
2018-10-16 08:04:13 +02:00
Tim Head
71903721d9
Add tests for local content provider
2018-10-16 08:04:13 +02:00
Tim Head
c7dc5e1841
Remove explicit passing of logger instance
2018-10-16 08:04:13 +02:00
Tim Head
02b41948dd
Add tests for Git content provider
2018-10-16 08:04:13 +02:00
Tim Head
e5c7fdd341
Use the local content provider
...
This let's us remove some special casing around local directories from
the build process.
2018-10-16 08:04:13 +02:00
Tim Head
866dd4f800
Start using content providers
2018-10-16 08:04:13 +02:00
yuvipanda
18f11b8c1f
[WIP] base contentproviders commit
...
Very much a WIP, but some thougts on how we can support more
than just git.
2018-10-16 08:04:13 +02:00
Tim Head
1990c0644f
Merge pull request #442 from jupyter/jzf2101-patch-1
...
Update CONTRIBUTING.md
2018-10-16 07:09:33 +02:00
J Forde
ec7326150c
Update CONTRIBUTING.md
...
Added clarity to updating conda- I read it as meaning the specific version of conda
2018-10-15 23:26:01 -04:00
J Forde
8e747d6fc0
Update CONTRIBUTING.md
...
`freeze.py` expects `environment.yml` to be in working directory - calling it from project root will not work since the file is in a different folder
2018-10-15 23:15:20 -04:00
Tim Head
988ed3e60d
Merge pull request #413 from dsludwig/master
...
Subdirectory support
2018-10-15 23:23:07 +02:00
Derek Ludwig
4f1dc9ce27
add comment
2018-10-15 10:59:16 -07:00
Derek Ludwig
405abf4a98
update tests
2018-10-15 10:58:00 -07:00
Derek Ludwig
2d2738b6db
Merge remote-tracking branch 'upstream/master'
2018-10-15 10:21:41 -07:00
Chris Holdgraf
befb958ed7
Merge pull request #436 from betatim/fix-coverage-fix
...
[MRG] Change back into main repository directory
2018-10-13 11:56:50 -06:00
Chris Holdgraf
49d655fb0f
Merge pull request #440 from matthewfeickert/fix/fix-Dockerfile-Advanced-environments-link
...
Correct url of Advanced Binder Documentation link
2018-10-13 11:53:26 -06:00
Matthew Feickert
bf2b471d28
Correct url of Advanced Binder Documentation link
...
The URL was missing a "/tutorials/" in the path
2018-10-13 11:57:09 -05:00
Chris Holdgraf
f1339604ab
Merge pull request #431 from matthewfeickert/feature/add-packages-to-build-docs
...
Add pip install doc-requirements.txt to setup of virtual environment instructions
2018-10-12 13:24:26 -06:00
Tim Head
58e04fe61a
Change back into main repository directory
2018-10-12 20:13:06 +02:00
Matthew Feickert
32327abfea
Add pip install of doc-requirements.txt
...
To be able to build the docs the libraries in docs/doc-requirements.txt
need to be installed. As such, the installation of these libraries
should be part of the setup of the developer virtual env.
2018-10-12 12:04:29 -05:00
Tim Head
b5d64fb2b4
Merge pull request #432 from betatim/fix-coverage
...
[MRG] Switch to right sub-directory for coverage reports
2018-10-12 18:05:28 +02:00
Tim Head
de4509010f
Merge pull request #435 from betatim/pep8ing
...
PEP8 styling
2018-10-12 18:04:34 +02:00
Tim Head
86b32d511d
PEP8 styling
2018-10-12 16:33:16 +02:00
Tim Head
8c6be2079b
Add a coverage.py config file to exclude _version.py
2018-10-12 16:11:42 +02:00
Tim Head
57cdd065d0
Switch to right sub-directory for coverage reports
2018-10-12 16:11:42 +02:00
Tim Head
9552307073
Merge pull request #429 from betatim/julia-fix
...
[MRG] Only check beginning of name of Python shared library
2018-10-12 16:10:11 +02:00
Tim Head
126e22d3e0
Check beginning of the string only for Julia
...
Only uses the beginning of the string to determine which version of
Python we use in Julia
2018-10-12 11:55:14 +02:00
Tim Head
30a5ef0308
Merge pull request #434 from sneumann/patch-1
...
Fix ordering of parameter before URL
2018-10-12 10:39:23 +02:00
sneumann
ec9bd982a4
Fix ordering of parameter before URL
...
Hi, I ran into
`jupyter-repo2docker https://github.com/.../ --ref 16c6b...f1a9f` still using master and ignoring my `--ref`.
@betatim suggested https://gitter.im/jupyterhub/binder?at=5bc05a19c7bf7c3662f9e0bf to
```
have you tried changing the order of the arguments repo2docker --ref 16c...1a9f https://github.com/ ... we've had issues with the arguments after the URL being interpreted as the command to run in the container
```
which indeed fixed the issue. I am here updating the usage.rst document, where I got the ordering from. Not sure if that is the only documentation showing this order, and also not fixing the issue mentioned by Tim. Yours, Steffen
2018-10-12 10:36:58 +02:00
Chris Holdgraf
a161b0925a
Merge pull request #428 from evertrol/adjust-css-header-links
...
Adjust css for header links
2018-10-10 07:31:43 -07:00
Evert Rol
d7cee53419
Remove underlines from H2 headers that are links
...
The `contents::` directive in Sphinx causes the headers of referred
sections to become links back to the line in the table of
contents. This causes the headers to use the default attributes for
links, including underlines. The latter makes the header style out of
line with the rest of the documentation. A single `text-decoration:
none` in the custom CSS file fixes this (note: only for H2 headers
currently: these were the offending ones).
2018-10-10 14:51:10 +02:00
Evert Rol
3703750b8f
Fix path to custom CSS file
...
Note: Sphinx automatically already includes a _static/custom.css file,
so the change is not noticable; it only avoids a 404 for a single
file.
2018-10-10 14:49:45 +02:00
Tim Head
dc3114fdc0
Merge pull request #426 from evertrol/add-changelog
...
Add a change log
2018-10-10 10:33:16 +02:00
Evert Rol
3a99a5c56c
Add a change log
...
Adds an initial (template) change log, with a description on its usage
in the CONTRIBUTING documentation.
2018-10-10 09:25:10 +02:00
Chris Holdgraf
c0eaf5c8a7
Merge pull request #427 from betatim/update-contrib-docs
...
[MRG] Update the contributing docs
2018-10-09 11:37:07 -07:00
Tim Head
36c204d85b
Update links to docs in the README
2018-10-09 10:12:56 +02:00
Tim Head
d3c0aec374
Add a "checklist" for PRs to our contributing guide
2018-10-09 10:09:25 +02:00
Tim Head
53f0f78316
Merge pull request #425 from evertrol/change-faq-to-rst
...
Change faq to rst
2018-10-09 07:32:12 +02:00