Read the Docs | Sphinx > rst > Linkの書き方 | Link: A ReStructuredText Primer


動作環境
GeForce GTX 1070 (8GB)
ASRock Z170M Pro4S [Intel Z170chipset]
Ubuntu 16.04 LTS desktop amd64
TensorFlow v1.2.1
cuDNN v5.1 for Linux
CUDA v8.0
Python 3.5.2
IPython 6.0.0 -- An enhanced Interactive Python.
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu)
scipy v0.19.1
geopandas v0.3.0
MATLAB R2017b (Home Edition)
ADDA v.1.3b6
gnustep-gui-runtime v0.24.0-3.1
sphinx-build 1.7.1

Read the Docsにてリンクの書き方を学習中。

題材

Unityでリンクスタートをつくってみた by @mo4_9 さん

index.rst

index.rst
.. RTD_linkTest_180310 documentation master file, created by
   sphinx-quickstart on Sat Mar 10 10:37:34 2018.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to RTD_linkTest_180310's documentation!
===============================================

.. toctree::
   :maxdepth: 2
   :caption: Contents:

Link
====

Link1 (OK)
----------

Unityでリンクスタートをつくってみた: LinkStart_ @ YouTube

.. _LinkStart: https://www.youtube.com/watch?v=stGJWLFh6vM

Reference: https://qiita.com/mo4_9/items/37a4712a22109f7fe728 


Link2 (NG)
----------

Unityでリンクスタートをつくってみた: LinkStart_ @ YouTube
.. _LinkStart: https://www.youtube.com/watch?v=stGJWLFh6vM

Reference: https://qiita.com/mo4_9/items/37a4712a22109f7fe728 


Link3 (OK)
----------

Unityでリンクスタートをつくってみた: LinkStart_ @ YouTube

Reference: https://qiita.com/mo4_9/items/37a4712a22109f7fe728 

.. _LinkStart: https://www.youtube.com/watch?v=stGJWLFh6vM


Reference
=========

http://docutils.sourceforge.net/docs/user/rst/quickstart.html



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

RTD上の表示

Link2は失敗する。

..で始まるコメント行は上に空白1行をあける必要がありそうだ。

Link

Chapterなどの書き方を参考にした。