Skip to content

Commit 9864c47

Browse files
authored
Removing live examples of tutorial code that are no longer hosted (#9363)
* docs: Removing live examples of tutorial code that are no longer hosted * docs: Remove all references to tutorial links
1 parent 63063da commit 9864c47

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ Some reasons you might want to use REST framework:
4545
* Customizable all the way down - just use [regular function-based views][functionview-section] if you don't need the [more][generic-views] [powerful][viewsets] [features][routers].
4646
* [Extensive documentation][docs], and [great community support][group].
4747

48-
There is a live example API for testing purposes, [available here][sandbox].
49-
5048
**Below**: *Screenshot from the browsable API*
5149

5250
![Screenshot][image]
@@ -188,7 +186,6 @@ Please see the [security policy][security-policy].
188186
[pypi]: https://pypi.org/project/djangorestframework/
189187
[twitter]: https://twitter.com/starletdreaming
190188
[group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework
191-
[sandbox]: https://restframework.herokuapp.com/
192189

193190
[funding]: https://fund.django-rest-framework.org/topics/funding/
194191
[sponsors]: https://fund.django-rest-framework.org/topics/funding/#our-sponsors

docs/community/project-management.md

-2
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ If `@tomchristie` ceases to participate in the project then `@j4mie` has respons
199199
The following issues still need to be addressed:
200200

201201
* Ensure `@jamie` has back-up access to the `django-rest-framework.org` domain setup and admin.
202-
* Document ownership of the [live example][sandbox] API.
203202
* Document ownership of the [mailing list][mailing-list] and IRC channel.
204203
* Document ownership and management of the security mailing list.
205204

@@ -208,5 +207,4 @@ The following issues still need to be addressed:
208207
[transifex-project]: https://www.transifex.com/projects/p/django-rest-framework/
209208
[transifex-client]: https://pypi.org/project/transifex-client/
210209
[translation-memory]: http://docs.transifex.com/guides/tm#let-tm-automatically-populate-translations
211-
[sandbox]: https://restframework.herokuapp.com/
212210
[mailing-list]: https://groups.google.com/forum/#!forum/django-rest-framework

docs/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
247247
[serializer-section]: api-guide/serializers#serializers
248248
[modelserializer-section]: api-guide/serializers#modelserializer
249249
[functionview-section]: api-guide/views#function-based-views
250-
[sandbox]: https://restframework.herokuapp.com/
251250
[sponsors]: https://fund.django-rest-framework.org/topics/funding/#our-sponsors
252251

253252
[quickstart]: tutorial/quickstart.md

docs/tutorial/1-serialization.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The tutorial is fairly in-depth, so you should probably get a cookie and a cup o
88

99
---
1010

11-
**Note**: The code for this tutorial is available in the [encode/rest-framework-tutorial][repo] repository on GitHub. The completed implementation is also online as a sandbox version for testing, [available here][sandbox].
11+
**Note**: The code for this tutorial is available in the [encode/rest-framework-tutorial][repo] repository on GitHub. Feel free to clone the repository and see the code in action.
1212

1313
---
1414

@@ -307,7 +307,7 @@ Quit out of the shell...
307307
Validating models...
308308

309309
0 errors found
310-
Django version 4.0, using settings 'tutorial.settings'
310+
Django version 5.0, using settings 'tutorial.settings'
311311
Starting Development server at http://127.0.0.1:8000/
312312
Quit the server with CONTROL-C.
313313

@@ -371,7 +371,6 @@ We'll see how we can start to improve things in [part 2 of the tutorial][tut-2].
371371

372372
[quickstart]: quickstart.md
373373
[repo]: https://github.com/encode/rest-framework-tutorial
374-
[sandbox]: https://restframework.herokuapp.com/
375374
[venv]: https://docs.python.org/3/library/venv.html
376375
[tut-2]: 2-requests-and-responses.md
377376
[httpie]: https://github.com/httpie/httpie#installation

0 commit comments

Comments
 (0)