You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/05/08 16:59:36 UTC

[GitHub] piiswrong closed pull request #10851: Finish prerequisites on MXNetTutorialTemplate

piiswrong closed pull request #10851: Finish prerequisites on MXNetTutorialTemplate
URL: https://github.com/apache/incubator-mxnet/pull/10851
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/example/MXNetTutorialTemplate.ipynb b/example/MXNetTutorialTemplate.ipynb
index 2ec9b8562a4..851a87f1824 100644
--- a/example/MXNetTutorialTemplate.ipynb
+++ b/example/MXNetTutorialTemplate.ipynb
@@ -32,7 +32,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "A brief explanation of how the reader can use the tutorial. Can the reader copy each code snippet into a Python or other environment? Or can the reader run <filename> before or after reading through the explanations to understand how the code works?"
+    "A brief explanation of how the reader can use the tutorial. Can the reader copy each code snippet into a Python or other environment? Or can the reader run `<filename>` before or after reading through the explanations to understand how the code works?"
    ]
   },
   {
@@ -70,10 +70,10 @@
    "source": [
     "To complete this tutorial, you need:\n",
     "\n",
-    "- [MXNet](//http://mxnet.io/get_started/setup.html#overview)\n",
-    "- [Language](http://)\n",
-    "- [Tool](http://)\n",
-    "- Familiarity with concept or tool"
+    "- [MXNet](https://mxnet.incubator.apache.org/install/#overview)\n",
+    "- [Language](https://mxnet.incubator.apache.org/tutorials/)\n",
+    "- [Tool](https://mxnet.incubator.apache.org/api/python/index.html)\n",
+    "- [Familiarity with concept or tool](https://gluon.mxnet.io/)\n"
    ]
   },
   {
@@ -96,10 +96,9 @@
    "source": [
     "You can download the data used in this tutorial from the [Site Name](http://) site. To download the data:\n",
     "\n",
-    "1. At the <language> prompt, type:\n",
-    "\n",
-    "    ``command``\n",
+    "1. At the `<language>` prompt, type:\n",
     "\n",
+    "    `<command>`\n",
     "2. Second task.\n",
     "\n",
     "3. Last task."
@@ -109,7 +108,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "Briefly describe key aspects of the data. If there are two or more aspects of the data that require involved discussion, use subheads (### <Concept or Sub-component Name>). To include a graphic, introduce it with a brief description and use the image linking tool to include it. Store the graphic in GitHub and use the following format: <img width=\"517\" alt=\"screen shot 2016-05-06 at 10 13 16 pm\" src=\"https://cloud.githubusercontent.com/assets/5545640/15089697/d6f4fca0-13d7-11e6-9331-7f94fcc7b4c6.png\">. You do not need to provide a title for your graphics. "
+    "Briefly describe key aspects of the data. If there are two or more aspects of the data that require involved discussion, use subheads (### `<Concept or Sub-component Name>`). To include a graphic, introduce it with a brief description and use the image linking tool to include it. Store the graphic in GitHub and use the following format: <img width=\"517\" alt=\"screen shot 2016-05-06 at 10 13 16 pm\" src=\"https://cloud.githubusercontent.com/assets/5545640/15089697/d6f4fca0-13d7-11e6-9331-7f94fcc7b4c6.png\">. You do not need to provide a title for your graphics. "
    ]
   },
   {
@@ -343,7 +342,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "To *perform the task*, *provide explanation here.*"
+    "To *fperform the task*, *provide explanation here.*"
    ]
   },
   {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services