Skip to content

Commit 5e645dc

Browse files
committed
Deployed 908516f with MkDocs version: 1.0.4
1 parent d7c6463 commit 5e645dc

File tree

71 files changed

+833
-833
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+833
-833
lines changed

api-guide/authentication/index.html

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -401,102 +401,102 @@ <h3 id="myModalLabel">Documentation search</h3>
401401

402402

403403
<li class="main">
404-
<a href="../../#authentication">Authentication</a>
404+
<a href="#authentication">Authentication</a>
405405
</li>
406406

407407

408408
<li>
409-
<a href="../../#how-authentication-is-determined">How authentication is determined</a>
409+
<a href="#how-authentication-is-determined">How authentication is determined</a>
410410
</li>
411411

412412
<li>
413-
<a href="../../#setting-the-authentication-scheme">Setting the authentication scheme</a>
413+
<a href="#setting-the-authentication-scheme">Setting the authentication scheme</a>
414414
</li>
415415

416416
<li>
417-
<a href="../../#unauthorized-and-forbidden-responses">Unauthorized and Forbidden responses</a>
417+
<a href="#unauthorized-and-forbidden-responses">Unauthorized and Forbidden responses</a>
418418
</li>
419419

420420
<li>
421-
<a href="../../#apache-mod_wsgi-specific-configuration">Apache mod_wsgi specific configuration</a>
421+
<a href="#apache-mod_wsgi-specific-configuration">Apache mod_wsgi specific configuration</a>
422422
</li>
423423

424424

425425
<li class="main">
426-
<a href="../../#api-reference">API Reference</a>
426+
<a href="#api-reference">API Reference</a>
427427
</li>
428428

429429

430430
<li>
431-
<a href="../../#basicauthentication">BasicAuthentication</a>
431+
<a href="#basicauthentication">BasicAuthentication</a>
432432
</li>
433433

434434
<li>
435-
<a href="../../#tokenauthentication">TokenAuthentication</a>
435+
<a href="#tokenauthentication">TokenAuthentication</a>
436436
</li>
437437

438438
<li>
439-
<a href="../../#sessionauthentication">SessionAuthentication</a>
439+
<a href="#sessionauthentication">SessionAuthentication</a>
440440
</li>
441441

442442
<li>
443-
<a href="../../#remoteuserauthentication">RemoteUserAuthentication</a>
443+
<a href="#remoteuserauthentication">RemoteUserAuthentication</a>
444444
</li>
445445

446446

447447
<li class="main">
448-
<a href="../../#custom-authentication">Custom authentication</a>
448+
<a href="#custom-authentication">Custom authentication</a>
449449
</li>
450450

451451

452452
<li>
453-
<a href="../../#example">Example</a>
453+
<a href="#example">Example</a>
454454
</li>
455455

456456

457457
<li class="main">
458-
<a href="../../#third-party-packages">Third party packages</a>
458+
<a href="#third-party-packages">Third party packages</a>
459459
</li>
460460

461461

462462
<li>
463-
<a href="../../#django-oauth-toolkit">Django OAuth Toolkit</a>
463+
<a href="#django-oauth-toolkit">Django OAuth Toolkit</a>
464464
</li>
465465

466466
<li>
467-
<a href="../../#django-rest-framework-oauth">Django REST framework OAuth</a>
467+
<a href="#django-rest-framework-oauth">Django REST framework OAuth</a>
468468
</li>
469469

470470
<li>
471-
<a href="../../#json-web-token-authentication">JSON Web Token Authentication</a>
471+
<a href="#json-web-token-authentication">JSON Web Token Authentication</a>
472472
</li>
473473

474474
<li>
475-
<a href="../../#hawk-http-authentication">Hawk HTTP Authentication</a>
475+
<a href="#hawk-http-authentication">Hawk HTTP Authentication</a>
476476
</li>
477477

478478
<li>
479-
<a href="../../#http-signature-authentication">HTTP Signature Authentication</a>
479+
<a href="#http-signature-authentication">HTTP Signature Authentication</a>
480480
</li>
481481

482482
<li>
483-
<a href="../../#djoser">Djoser</a>
483+
<a href="#djoser">Djoser</a>
484484
</li>
485485

486486
<li>
487-
<a href="../../#django-rest-auth">django-rest-auth</a>
487+
<a href="#django-rest-auth">django-rest-auth</a>
488488
</li>
489489

490490
<li>
491-
<a href="../../#django-rest-framework-social-oauth2">django-rest-framework-social-oauth2</a>
491+
<a href="#django-rest-framework-social-oauth2">django-rest-framework-social-oauth2</a>
492492
</li>
493493

494494
<li>
495-
<a href="../../#django-rest-knox">django-rest-knox</a>
495+
<a href="#django-rest-knox">django-rest-knox</a>
496496
</li>
497497

498498
<li>
499-
<a href="../../#drfpasswordless">drfpasswordless</a>
499+
<a href="#drfpasswordless">drfpasswordless</a>
500500
</li>
501501

502502

api-guide/caching/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,12 +401,12 @@ <h3 id="myModalLabel">Documentation search</h3>
401401

402402

403403
<li class="main">
404-
<a href="../../#caching">Caching</a>
404+
<a href="#caching">Caching</a>
405405
</li>
406406

407407

408408
<li>
409-
<a href="../../#using-cache-with-apiview-and-viewsets">Using cache with apiview and viewsets</a>
409+
<a href="#using-cache-with-apiview-and-viewsets">Using cache with apiview and viewsets</a>
410410
</li>
411411

412412

api-guide/content-negotiation/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,26 +401,26 @@ <h3 id="myModalLabel">Documentation search</h3>
401401

402402

403403
<li class="main">
404-
<a href="../../#content-negotiation">Content negotiation</a>
404+
<a href="#content-negotiation">Content negotiation</a>
405405
</li>
406406

407407

408408
<li>
409-
<a href="../../#determining-the-accepted-renderer">Determining the accepted renderer</a>
409+
<a href="#determining-the-accepted-renderer">Determining the accepted renderer</a>
410410
</li>
411411

412412

413413
<li class="main">
414-
<a href="../../#custom-content-negotiation">Custom content negotiation</a>
414+
<a href="#custom-content-negotiation">Custom content negotiation</a>
415415
</li>
416416

417417

418418
<li>
419-
<a href="../../#example">Example</a>
419+
<a href="#example">Example</a>
420420
</li>
421421

422422
<li>
423-
<a href="../../#setting-the-content-negotiation">Setting the content negotiation</a>
423+
<a href="#setting-the-content-negotiation">Setting the content negotiation</a>
424424
</li>
425425

426426

api-guide/exceptions/index.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -401,80 +401,80 @@ <h3 id="myModalLabel">Documentation search</h3>
401401

402402

403403
<li class="main">
404-
<a href="../../#exceptions">Exceptions</a>
404+
<a href="#exceptions">Exceptions</a>
405405
</li>
406406

407407

408408
<li>
409-
<a href="../../#exception-handling-in-rest-framework-views">Exception handling in REST framework views</a>
409+
<a href="#exception-handling-in-rest-framework-views">Exception handling in REST framework views</a>
410410
</li>
411411

412412
<li>
413-
<a href="../../#custom-exception-handling">Custom exception handling</a>
413+
<a href="#custom-exception-handling">Custom exception handling</a>
414414
</li>
415415

416416

417417
<li class="main">
418-
<a href="../../#api-reference">API Reference</a>
418+
<a href="#api-reference">API Reference</a>
419419
</li>
420420

421421

422422
<li>
423-
<a href="../../#apiexception">APIException</a>
423+
<a href="#apiexception">APIException</a>
424424
</li>
425425

426426
<li>
427-
<a href="../../#parseerror">ParseError</a>
427+
<a href="#parseerror">ParseError</a>
428428
</li>
429429

430430
<li>
431-
<a href="../../#authenticationfailed">AuthenticationFailed</a>
431+
<a href="#authenticationfailed">AuthenticationFailed</a>
432432
</li>
433433

434434
<li>
435-
<a href="../../#notauthenticated">NotAuthenticated</a>
435+
<a href="#notauthenticated">NotAuthenticated</a>
436436
</li>
437437

438438
<li>
439-
<a href="../../#permissiondenied">PermissionDenied</a>
439+
<a href="#permissiondenied">PermissionDenied</a>
440440
</li>
441441

442442
<li>
443-
<a href="../../#notfound">NotFound</a>
443+
<a href="#notfound">NotFound</a>
444444
</li>
445445

446446
<li>
447-
<a href="../../#methodnotallowed">MethodNotAllowed</a>
447+
<a href="#methodnotallowed">MethodNotAllowed</a>
448448
</li>
449449

450450
<li>
451-
<a href="../../#notacceptable">NotAcceptable</a>
451+
<a href="#notacceptable">NotAcceptable</a>
452452
</li>
453453

454454
<li>
455-
<a href="../../#unsupportedmediatype">UnsupportedMediaType</a>
455+
<a href="#unsupportedmediatype">UnsupportedMediaType</a>
456456
</li>
457457

458458
<li>
459-
<a href="../../#throttled">Throttled</a>
459+
<a href="#throttled">Throttled</a>
460460
</li>
461461

462462
<li>
463-
<a href="../../#validationerror">ValidationError</a>
463+
<a href="#validationerror">ValidationError</a>
464464
</li>
465465

466466

467467
<li class="main">
468-
<a href="../../#generic-error-views">Generic Error Views</a>
468+
<a href="#generic-error-views">Generic Error Views</a>
469469
</li>
470470

471471

472472
<li>
473-
<a href="../../#rest_frameworkexceptionsserver_error">rest_framework.exceptions.server_error</a>
473+
<a href="#rest_frameworkexceptionsserver_error">rest_framework.exceptions.server_error</a>
474474
</li>
475475

476476
<li>
477-
<a href="../../#rest_frameworkexceptionsbad_request">rest_framework.exceptions.bad_request</a>
477+
<a href="#rest_frameworkexceptionsbad_request">rest_framework.exceptions.bad_request</a>
478478
</li>
479479

480480

0 commit comments

Comments
 (0)