Min RK
2c47fd4a02
Add /api/ and /api/info endpoints
...
/api/ is not authenticated, and just reports JupyterHub's version for now.
/api/info is admin-only, and reports more detailed info about Python, authenticators/spawners in use, etc.
2016-08-01 15:15:59 +02:00
Min RK
9878f1e32d
Document parameters to shutdown API
2016-08-01 15:12:05 +02:00
Min RK
b3f117bc59
Merge pull request #669 from vilhelmen/swagger_fix
...
Fix invalid license object and bad JSON pointers in API spec
2016-07-29 10:25:39 +02:00
Will Starms
499ba89f07
Correct invalid JSON pointers
2016-07-28 22:25:38 -05:00
Will Starms
05d743f725
Correct invalid license object in API spec
2016-07-28 22:19:05 -05:00
Carol Willing
172976208e
Minor additions to work done by @iamed18 in PR#602
2016-07-28 14:27:19 -07:00
Edward Leonard
bfef83cefc
separated configuration examples into their own document
...
Merge conflict resolved by @willingc
2016-07-28 13:58:20 -07:00
Edward Leonard
07d599fed2
added code-block ends
...
forgot them in last commit
2016-07-28 13:56:15 -07:00
Edward Leonard
0412407558
added example config with nginx reverse proxy
2016-07-28 13:56:15 -07:00
Michael Milligan
d92fcf5827
batchspawner URL change
2016-07-28 13:54:34 -05:00
Min RK
50c2528359
Merge pull request #659 from willingc/fix-restlink
...
Remove link and reflow text
2016-07-26 12:02:24 +02:00
Matthew Markland
c6281160fa
Fix typo regarding user
2016-07-25 14:55:17 -05:00
Carol Willing
e299a6c279
Remove link and reflow text
2016-07-25 07:41:28 -07:00
Carol Willing
a3e8bd346f
Merge pull request #656 from minrk/rest-api-docs
...
Add REST API to docs
2016-07-25 07:09:16 -07:00
Carol Willing
7d8895c2fb
Add links to swagger docs for REST API
2016-07-23 18:47:23 -07:00
Min RK
5b8913be5b
install nodejs with conda on RTD
2016-07-23 12:23:30 +02:00
Min RK
d03a1ee490
build rest-api on RTD
2016-07-23 12:05:50 +02:00
Min RK
19ae38c108
add REST API to docs
...
include local build, even though it's not as nice as petstore.
Due the that, link to petstore as well.
2016-07-23 12:05:25 +02:00
Ryan Lovett
954e5b3d5e
Correct Spawner.start typo
...
As documented at https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/spawner.py#L103
2016-07-13 10:23:16 -07:00
Min RK
cedaa184f1
update log instructions in getting started
...
use recommended output-piping instead of nonexistent log_file config
2016-06-24 17:15:50 +02:00
Min RK
993101710f
fix links to authenticator/spawner pages from howitworks
2016-06-16 15:00:19 +02:00
Matthias Bussonnier
5968661742
Fix bad anchor
2016-06-11 12:09:00 -07:00
Min RK
6d106b24f4
add groups API
2016-06-01 14:04:32 +02:00
Min RK
9e9c6f2761
document services.auth
2016-05-30 13:32:10 +02:00
Carol Willing
8e99f659f5
Fix link
2016-05-18 10:59:04 -07:00
Carol Willing
5c9e9d65b5
Add links to SSL section in docs
2016-05-18 10:52:49 -07:00
Carol Willing
3e768b7297
Add chained cert doc info from @ryanlovett and @LMtx
2016-05-18 10:34:38 -07:00
Peter Dave Hello
be95a27597
optimize images
2016-05-16 21:46:53 +08:00
Ozan Çağlayan
3037d264c3
docs: Fix last two typos
2016-05-05 15:41:38 +03:00
Ozan Çağlayan
17f1346c08
doc: address reviewers comments
2016-05-04 18:15:15 +03:00
Ozan Çağlayan
276aba9f85
doc: Add section about API tokens
2016-05-04 17:35:54 +03:00
Min RK
754f850e95
changelog for 0.6.1
2016-05-04 14:08:39 +02:00
Dara Adib
14f63c168d
Fix docs typo for Spawner.disable_user_config
2016-04-26 11:36:48 -07:00
Carol Willing
13600894fb
Changed link re: Min's tip
2016-04-22 06:11:53 -07:00
Carol Willing
1b796cd871
Add links
2016-04-22 05:37:30 -07:00
Carol Willing
e7889dc12e
Add 500 error to troubleshooting docs
2016-04-22 05:36:15 -07:00
Min RK
ace38d744a
Changelog for 0.6
2016-04-22 12:50:49 +02:00
Min RK
552800ceb7
add sec doc
...
reviewed on security list
2016-04-22 10:20:18 +02:00
Min RK
183e244490
polish cookie-secret PR
...
- fix a couple of typos
- use ValueError instead of assert to ensure error is raised even when Python optimizes-out asserts
2016-04-19 10:15:10 +02:00
robnagler
21213c97c6
cookie_secret file is decoded by binascii.a2b_base64 so need to document it must be Base64. Added better doc for other values, and included description of "cookie_secret" parameter as well
2016-04-17 23:35:06 +00:00
Min RK
06902afa2d
Merge pull request #481 from willingc/issue-417
...
Add additional documentation on --no-SSL option
2016-03-15 10:12:18 +01:00
Carol Willing
b71f34eb3c
Fix transposed version number
2016-03-14 16:57:12 -07:00
Carol Willing
11df935f34
Fix awkward wording
2016-03-14 16:54:04 -07:00
Carol Willing
19b6468889
Add no-SSL option to docs
2016-03-14 16:48:49 -07:00
Carol Willing
d2dddd6c82
Update the configuration section of docs, add example
2016-03-14 16:21:24 -07:00
Matthias Bussonnier
2bf8683905
Merge pull request #477 from willingc/doc-sphinx
...
Use latest version of Sphinx to fix RTD "Edit on GitHub"
2016-03-11 10:46:52 -08:00
Carol Willing
2820ba319f
Update sphinx version for md on rtd
2016-03-11 07:55:49 -08:00
Min RK
74df94d15a
0.5 changelog
2016-03-07 13:54:40 +01:00
Thomas Kluyver
1cfd6cf12e
Fix grammaros
2016-02-13 18:18:23 +00:00
Thomas Kluyver
d40dcc35fb
Reword intro
2016-02-13 16:44:41 +00:00