PyTorchKorea / tutorials-kr

🇰🇷파이토치에서 제공하는 튜토리얼의 한국어 번역을 위한 저장소입니다. (Translate PyTorch tutorials in Korean🇰🇷)
http://tutorials.pytorch.kr
BSD 3-Clause "New" or "Revised" License
338 stars 225 forks source link

reStructuredText 문법 이슈 해결 #174

Open 9bow opened 3 years ago

9bow commented 3 years ago

이슈 내용

어떤 이슈인지 알려주세요. make docs 또는 make html-noplot 시 발생하는 reStructredText 문법 오류로 인한 WARNING 등을 해결합니다. (단, 바로가기의 텍스트가 동일하여 발생하는 WARNING은 해결할 수 없어 유지합니다. 예. WARNING: Duplicate explicit target name: "여기". 등 )

추가 정보

다른 참고할 정보 또는 URL 등이 있다면 알려주세요.

9bow commented 3 years ago
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "this tutorial".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_autograd.rst:2: WARNING: Duplicate explicit target name: "link".
/some/path/PyTorch-tutorials-kr/advanced/cpp_export.rst:38: WARNING: Title underline too short.

트레이싱(tracing)을 통해 TorchScript로 변환하기
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/some/path/PyTorch-tutorials-kr/advanced/cpp_export.rst:65: WARNING: Title underline too short.

어노테이션(annotation)을 통해 TorchScript로 변환하기
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/some/path/PyTorch-tutorials-kr/advanced/cpp_export.rst:65: WARNING: Title underline too short.

어노테이션(annotation)을 통해 TorchScript로 변환하기
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/some/path/PyTorch-tutorials-kr/advanced/cpp_export.rst:344: WARNING: Unknown target name: "이 폴더<https://github.com/pytorch/pytorch/tree/master/test/custom_operator>".
/some/path/PyTorch-tutorials-kr/advanced/cpp_extension.rst:2: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/advanced/cpp_extension.rst:2: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/advanced/cpp_frontend.rst:2: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/advanced/cpp_frontend.rst:2: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/advanced/cpp_frontend.rst:2: WARNING: Duplicate explicit target name: "docs".
/some/path/PyTorch-tutorials-kr/advanced/dynamic_quantization_tutorial.rst:11: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/advanced/neural_style_tutorial.rst:31: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/advanced/rpc_ddp_tutorial.rst:30: WARNING: Line block ends without a blank line.
/some/path/PyTorch-tutorials-kr/advanced/rpc_ddp_tutorial.rst:45: WARNING: Line block ends without a blank line.
/some/path/PyTorch-tutorials-kr/advanced/rpc_ddp_tutorial.rst:157: WARNING: Content block expected for the "code" directive; none found.
/some/path/PyTorch-tutorials-kr/advanced/static_quantization_tutorial.rst:11: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/advanced/static_quantization_tutorial.rst:11: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/advanced/static_quantization_tutorial.rst:11: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/advanced/static_quantization_tutorial.rst:11: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/advanced/static_quantization_tutorial.rst:11: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/advanced/static_quantization_tutorial.rst:11: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/advanced/super_resolution_with_onnxruntime.rst:220: WARNING: Title underline too short.

ONNX 런타임에서 이미지를 입력값으로 모델을 실행하기
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/some/path/PyTorch-tutorials-kr/advanced/super_resolution_with_onnxruntime.rst:237: WARNING: Definition list ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/advanced/torch-script-parallelism.rst:9: WARNING: Bullet list ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/advanced/torch-script-parallelism.rst:209: WARNING: Error in "code-block" directive:
maximum 1 argument(s) allowed, 7 supplied.

.. code-block:: python
    with torch.autograd.profiler.profile() as prof:
        ens(x)
    prof.export_chrome_trace('parallel.json')
/some/path/PyTorch-tutorials-kr/beginner/audio_preprocessing_tutorial.rst:334: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/beginner/audio_preprocessing_tutorial.rst:402: WARNING: Title underline too short.

Available Datasets
-----------------
/some/path/PyTorch-tutorials-kr/beginner/audio_preprocessing_tutorial.rst:402: WARNING: Title underline too short.

Available Datasets
-----------------
/some/path/PyTorch-tutorials-kr/beginner/audio_preprocessing_tutorial.rst:11: WARNING: Duplicate explicit target name: "read more here".
/some/path/PyTorch-tutorials-kr/beginner/audio_preprocessing_tutorial.rst:11: WARNING: Duplicate explicit target name: "read more here".
/some/path/PyTorch-tutorials-kr/beginner/audio_preprocessing_tutorial.rst:11: WARNING: Duplicate explicit target name: "read more here".
/some/path/PyTorch-tutorials-kr/beginner/blitz/data_parallel_tutorial.rst:11: WARNING: Title underline too short.

선택 사항: 데이터 병렬 처리 (Data Parallelism)
==========================
/some/path/PyTorch-tutorials-kr/beginner/blitz/data_parallel_tutorial.rst:74: WARNING: Title underline too short.

더미(Dummy) 데이터셋
-------------
/some/path/PyTorch-tutorials-kr/beginner/blitz/data_parallel_tutorial.rst:101: WARNING: Unexpected section title or transition.

------------
/some/path/PyTorch-tutorials-kr/beginner/blitz/data_parallel_tutorial.rst:219: WARNING: Definition list ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/beginner/chatbot_tutorial.rst:14: WARNING: Definition list ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/beginner/data_loading_tutorial.rst:212: WARNING: Unexpected indentation.
/some/path/PyTorch-tutorials-kr/beginner/data_loading_tutorial.rst:213: WARNING: Block quote ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/beginner/fgsm_tutorial.rst:216: WARNING: Unexpected indentation.
/some/path/PyTorch-tutorials-kr/beginner/fgsm_tutorial.rst:216: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/beginner/fgsm_tutorial.rst:217: WARNING: Block quote ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/beginner/nlp/word_embeddings_tutorial.rst:125: WARNING: Title underline too short.

파이토치에서 단어 임베딩 하기
~~~~~~~~~~~~~~~~~~~~~~~~~~
/some/path/PyTorch-tutorials-kr/beginner/nlp/word_embeddings_tutorial.rst:125: WARNING: Title underline too short.

파이토치에서 단어 임베딩 하기
~~~~~~~~~~~~~~~~~~~~~~~~~~
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:11: WARNING: Title underline too short.

`torch.nn` 이 *실제로* 무엇인가요?
===============================
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:40: WARNING: Title underline too short.

MNIST 데이터 준비
----------------
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:345: WARNING: Title underline too short.

nn.Module 을 이용하여 리팩토링 하기
------------------------------
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:345: WARNING: Title underline too short.

nn.Module 을 이용하여 리팩토링 하기
------------------------------
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:398: WARNING: Unexpected indentation.
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:409: WARNING: Unexpected indentation.
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:449: WARNING: Title underline too short.

nn.Linear 를 이용하여 리팩토링 하기
------------------------------
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:449: WARNING: Title underline too short.

nn.Linear 를 이용하여 리팩토링 하기
------------------------------
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:494: WARNING: Title underline too short.

optim 을 이용하여 리팩토링 하기
------------------------------
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:494: WARNING: Title underline too short.

optim 을 이용하여 리팩토링 하기
------------------------------
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:502: WARNING: Unexpected indentation.
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:508: WARNING: Unexpected indentation.
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:551: WARNING: Title underline too short.

Dataset 을 이용하여 리팩토링하기
------------------------------
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:551: WARNING: Title underline too short.

Dataset 을 이용하여 리팩토링하기
------------------------------
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:585: WARNING: Unexpected indentation.
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:591: WARNING: Unexpected indentation.
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:614: WARNING: Title underline too short.

DataLoader 를 이용하여 리팩토링하기
-------------------------------
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:614: WARNING: Title underline too short.

DataLoader 를 이용하여 리팩토링하기
-------------------------------
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:634: WARNING: Unexpected indentation.
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:640: WARNING: Unexpected indentation.
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:666: WARNING: Title underline too short.

검증(validation) 추가하기
-----------------------
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:666: WARNING: Title underline too short.

검증(validation) 추가하기
-----------------------
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:802: WARNING: Title underline too short.

CNN 으로 넘어가기
---------------
/some/path/PyTorch-tutorials-kr/beginner/nn_tutorial.rst:802: WARNING: Title underline too short.

CNN 으로 넘어가기
---------------
/some/path/PyTorch-tutorials-kr/beginner/saving_loading_models.rst:47: WARNING: Bullet list ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/beginner/torchtext_translation_tutorial.rst:27: WARNING: Bullet list ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/beginner/torchtext_translation_tutorial.rst:28: WARNING: Title underline too short.

`Field` 와 `TranslationDataset`
----------------
/some/path/PyTorch-tutorials-kr/beginner/torchtext_translation_tutorial.rst:90: WARNING: Title underline too short.

``BucketIterator``
----------------
/some/path/PyTorch-tutorials-kr/beginner/torchtext_translation_tutorial.rst:90: WARNING: Title underline too short.

``BucketIterator``
----------------
/some/path/PyTorch-tutorials-kr/beginner/torchtext_translation_tutorial.rst:126: WARNING: Title underline too short.

``nn.Module`` 과 ``Optimizer`` 정의하기
----------------
/some/path/PyTorch-tutorials-kr/beginner/torchtext_translation_tutorial.rst:126: WARNING: Title underline too short.

``nn.Module`` 과 ``Optimizer`` 정의하기
----------------
/some/path/PyTorch-tutorials-kr/beginner/transformer_tutorial.rst:11: WARNING: Title underline too short.

nn.Transformer 와 TorchText 로 시퀀스-투-시퀀스(Sequence-to-Sequence) 모델링하기
==========================================================================
/some/path/PyTorch-tutorials-kr/beginner/transformer_tutorial.rst:30: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/beginner/transformer_tutorial.rst:127: WARNING: Title underline too short.

데이터 로드하고 배치 만들기
-------------------
/some/path/PyTorch-tutorials-kr/beginner/transformer_tutorial.rst:127: WARNING: Title underline too short.

데이터 로드하고 배치 만들기
-------------------
/some/path/PyTorch-tutorials-kr/beginner/transformer_tutorial.rst:183: WARNING: Title underline too short.

입력(input) 과 타겟(target) 시퀀스를 생성하기 위한 함수들
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/some/path/PyTorch-tutorials-kr/beginner/transformer_tutorial.rst:211: WARNING: Title underline too short.

인스턴스(instance) 초기화하기
--------------------
/some/path/PyTorch-tutorials-kr/beginner/transformer_tutorial.rst:211: WARNING: Title underline too short.

인스턴스(instance) 초기화하기
--------------------
/some/path/PyTorch-tutorials-kr/beginner/transformer_tutorial.rst:330: WARNING: Title underline too short.

평가 데이터셋(test dataset) 으로 모델을 평가하기
-------------------------------------
/some/path/PyTorch-tutorials-kr/beginner/transformer_tutorial.rst:330: WARNING: Title underline too short.

평가 데이터셋(test dataset) 으로 모델을 평가하기
-------------------------------------
/some/path/PyTorch-tutorials-kr/index.rst:129: WARNING: Error in "customcarditem" directive:
invalid option block.

.. customcarditem::
   :header: 기초부터 시작하는 NLP: 문자-단위 RNN으로 이름 분류하기
   :card_description:
   torchtext를 사용하지 않고 기본적인 문자-단위 RNN을 사용하여 단어를 분류하는 모델을 기초부터 만들고 학습합니다. 총 3개로 이뤄진 튜토리얼 시리즈의 첫번째 편입니다.
   :image: _static/img/thumbnails/cropped/NLP-From-Scratch-Classifying-Names-with-a-Character-Level-RNN.png
   :link: intermediate/char_rnn_classification_tutorial
   :tags: Text
/some/path/PyTorch-tutorials-kr/intermediate/char_rnn_classification_tutorial.rst:72: WARNING: Content block expected for the "NOTE" directive; none found.
/some/path/PyTorch-tutorials-kr/intermediate/char_rnn_classification_tutorial.rst:73: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/dynamic_quantization_bert_tutorial.rst:2: WARNING: Duplicate explicit target name: "여기".
/some/path/PyTorch-tutorials-kr/intermediate/dynamic_quantization_bert_tutorial.rst:2: WARNING: Duplicate explicit target name: "여기".
/some/path/PyTorch-tutorials-kr/intermediate/dynamic_quantization_bert_tutorial.rst:150: WARNING: Bullet list ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/dynamic_quantization_bert_tutorial.rst:2: WARNING: Duplicate explicit target name: "여기".
/some/path/PyTorch-tutorials-kr/intermediate/dynamic_quantization_bert_tutorial.rst:2: WARNING: Duplicate explicit target name: "여기".
/some/path/PyTorch-tutorials-kr/intermediate/flask_rest_api_tutorial.rst:31: WARNING: Block quote ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/flask_rest_api_tutorial.rst:11: WARNING: Duplicate explicit target name: "여기".
/some/path/PyTorch-tutorials-kr/intermediate/flask_rest_api_tutorial.rst:11: WARNING: Duplicate explicit target name: "이 튜토리얼".
/some/path/PyTorch-tutorials-kr/intermediate/model_parallel_tutorial.rst:86: WARNING: Title underline too short.

기존에 존재하는 모듈에 모델 병렬 처리 적용해보기
----------------------------------------
/some/path/PyTorch-tutorials-kr/intermediate/model_parallel_tutorial.rst:86: WARNING: Title underline too short.

기존에 존재하는 모듈에 모델 병렬 처리 적용해보기
----------------------------------------
/some/path/PyTorch-tutorials-kr/intermediate/model_parallel_tutorial.rst:255: WARNING: Title underline too short.

입력 텐서값을 분할하는 파이프라인을 설계하여 학습 시간을 단축하는 방법에 대한 예제
-----------------------------
/some/path/PyTorch-tutorials-kr/intermediate/model_parallel_tutorial.rst:255: WARNING: Title underline too short.

입력 텐서값을 분할하는 파이프라인을 설계하여 학습 시간을 단축하는 방법에 대한 예제
-----------------------------
/some/path/PyTorch-tutorials-kr/intermediate/named_tensor_tutorial.rst:11: WARNING: Duplicate explicit target name: "this explanation".
/some/path/PyTorch-tutorials-kr/intermediate/pruning_tutorial.rst:79: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/intermediate/pruning_tutorial.rst:79: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/intermediate/pruning_tutorial.rst:289: WARNING: Title underline too short.

모델 내 여러 파라미터값들에 대하여 가지치기 기법 적용
--------------------------------------
/some/path/PyTorch-tutorials-kr/intermediate/pruning_tutorial.rst:289: WARNING: Title underline too short.

모델 내 여러 파라미터값들에 대하여 가지치기 기법 적용
--------------------------------------
/some/path/PyTorch-tutorials-kr/intermediate/quantized_transfer_learning_tutorial.rst:2: WARNING: Title underline too short.

(beta) 컴퓨터 비전(Vision) 튜토리얼을 위한 양자화된 전이학습(Quantized Transfer Learning)
========================================================================
/some/path/PyTorch-tutorials-kr/intermediate/quantized_transfer_learning_tutorial.rst:31: WARNING: Unexpected indentation.
/some/path/PyTorch-tutorials-kr/intermediate/quantized_transfer_learning_tutorial.rst:82: WARNING: Title underline too short.

데이터 불러오기
~~~~~~~~~
/some/path/PyTorch-tutorials-kr/intermediate/quantized_transfer_learning_tutorial.rst:82: WARNING: Title underline too short.

데이터 불러오기
~~~~~~~~~
/some/path/PyTorch-tutorials-kr/intermediate/quantized_transfer_learning_tutorial.rst:85: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/quantized_transfer_learning_tutorial.rst:2: WARNING: Duplicate explicit target name: "여기".
/some/path/PyTorch-tutorials-kr/intermediate/quantized_transfer_learning_tutorial.rst:294: WARNING: Title underline too short.

파트 1. 양자화된 특징 추출기(Quantized Feature Extractor)를 기반으로 사용자 지정 분류기 훈련하기
---------------------------------------------------------------------------
/some/path/PyTorch-tutorials-kr/intermediate/quantized_transfer_learning_tutorial.rst:294: WARNING: Title underline too short.

파트 1. 양자화된 특징 추출기(Quantized Feature Extractor)를 기반으로 사용자 지정 분류기 훈련하기
---------------------------------------------------------------------------
/some/path/PyTorch-tutorials-kr/intermediate/quantized_transfer_learning_tutorial.rst:317: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/intermediate/quantized_transfer_learning_tutorial.rst:393: WARNING: Title underline too short.

파트 2. 양자화 가능한 모델 미세조정(Finetuning)
----------------------------------------
/some/path/PyTorch-tutorials-kr/intermediate/quantized_transfer_learning_tutorial.rst:393: WARNING: Title underline too short.

파트 2. 양자화 가능한 모델 미세조정(Finetuning)
----------------------------------------
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:78: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:102: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:114: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:127: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:148: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:181: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:198: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:209: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:219: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:232: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:259: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:278: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:294: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:338: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/rpc_param_server_tutorial.rst:381: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/tensorboard_tutorial.rst:165: WARNING: image file not readable: intermediate/../../_static/img/tensorboard_first_view.png
/some/path/PyTorch-tutorials-kr/intermediate/tensorboard_tutorial.rst:185: WARNING: image file not readable: intermediate/../../_static/img/tensorboard_model_viz.png
/some/path/PyTorch-tutorials-kr/intermediate/tensorboard_tutorial.rst:231: WARNING: image file not readable: intermediate/../../_static/img/tensorboard_projector.png
/some/path/PyTorch-tutorials-kr/intermediate/tensorboard_tutorial.rst:323: WARNING: image file not readable: intermediate/../../_static/img/tensorboard_scalar_runs.png
/some/path/PyTorch-tutorials-kr/intermediate/tensorboard_tutorial.rst:330: WARNING: image file not readable: intermediate/../../_static/img/tensorboard_images.png
/some/path/PyTorch-tutorials-kr/intermediate/tensorboard_tutorial.rst:383: WARNING: image file not readable: intermediate/../../_static/img/tensorboard_pr_curves.png
/some/path/PyTorch-tutorials-kr/intermediate/torchvision_tutorial.rst:33: WARNING: Bullet list ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/intermediate/torchvision_tutorial.rst:40: WARNING: Unexpected indentation.
/some/path/PyTorch-tutorials-kr/intermediate/torchvision_tutorial.rst:61: WARNING: Title underline too short.

PennFudan를 위한 사용자 정의 데이터셋 작성하기
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/some/path/PyTorch-tutorials-kr/intermediate/torchvision_tutorial.rst:287: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/intermediate/torchvision_tutorial.rst:: WARNING: Anonymous hyperlink mismatch: 1 references but 0 targets.
See "backrefs" attribute for IDs.
/some/path/PyTorch-tutorials-kr/intermediate/torchvision_tutorial.rst:86: WARNING: image file not readable: intermediate/../../_static/img/tv_tutorial/tv_image01.png
/some/path/PyTorch-tutorials-kr/intermediate/torchvision_tutorial.rst:88: WARNING: image file not readable: intermediate/../../_static/img/tv_tutorial/tv_image02.png
/some/path/PyTorch-tutorials-kr/intermediate/torchvision_tutorial.rst:178: WARNING: image file not readable: intermediate/../../_static/img/tv_tutorial/tv_image03.png
/some/path/PyTorch-tutorials-kr/intermediate/torchvision_tutorial.rst:183: WARNING: image file not readable: intermediate/../../_static/img/tv_tutorial/tv_image04.png
/some/path/PyTorch-tutorials-kr/intermediate/torchvision_tutorial.rst:481: WARNING: image file not readable: intermediate/../../_static/img/tv_tutorial/tv_image05.png
/some/path/PyTorch-tutorials-kr/intermediate/torchvision_tutorial.rst:486: WARNING: image file not readable: intermediate/../../_static/img/tv_tutorial/tv_image06.png
/some/path/PyTorch-tutorials-kr/intermediate/torchvision_tutorial.rst:488: WARNING: image file not readable: intermediate/../../_static/img/tv_tutorial/tv_image07.png
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_dynamic_bert_tutorial.rst:2: WARNING: Title underline too short.

(prototype) Graph Mode Dynamic Quantization on BERT
==============================================
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_dynamic_bert_tutorial.rst:2: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_dynamic_bert_tutorial.rst:2: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_dynamic_bert_tutorial.rst:2: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_static_quantization_tutorial.rst:11: WARNING: Title underline too short.

(prototype) Graph Mode Post Training Static Quantization in PyTorch
=========================================================
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_static_quantization_tutorial.rst:41: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_static_quantization_tutorial.rst:42: WARNING: Title underline too short.

1. Motivation of Graph Mode Quantization
---------------------
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_static_quantization_tutorial.rst:63: WARNING: Title underline too short.

2. Define Helper Functions and Prepare Dataset
---------------------
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_static_quantization_tutorial.rst:63: WARNING: Title underline too short.

2. Define Helper Functions and Prepare Dataset
---------------------
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_static_quantization_tutorial.rst:251: WARNING: Title underline too short.

4. Specify how to quantize the model with ``qconfig_dict``
-------------------------
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_static_quantization_tutorial.rst:251: WARNING: Title underline too short.

4. Specify how to quantize the model with ``qconfig_dict``
-------------------------
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_static_quantization_tutorial.rst:283: WARNING: Title underline too short.

5. Define Calibration Function
-------------------------
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_static_quantization_tutorial.rst:283: WARNING: Title underline too short.

5. Define Calibration Function
-------------------------
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_static_quantization_tutorial.rst:385: WARNING: Title underline too short.

8. Debugging Quantized Model
---------------------------
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_static_quantization_tutorial.rst:385: WARNING: Title underline too short.

8. Debugging Quantized Model
---------------------------
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_static_quantization_tutorial.rst:452: WARNING: Title underline too short.

9. Comparison with Baseline Float Model and Eager Mode Quantization
---------------------------
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_static_quantization_tutorial.rst:452: WARNING: Title underline too short.

9. Comparison with Baseline Float Model and Eager Mode Quantization
---------------------------
/some/path/PyTorch-tutorials-kr/prototype/numeric_suite_tutorial.rst:348: WARNING: Title underline too short.

Numeric Suite for Dynamic Quantization
-------------------------------------
/some/path/PyTorch-tutorials-kr/prototype/numeric_suite_tutorial.rst:348: WARNING: Title underline too short.

Numeric Suite for Dynamic Quantization
-------------------------------------
/some/path/PyTorch-tutorials-kr/recipes/android_native_app_with_custom_op.rst:2: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/recipes/android_native_app_with_custom_op.rst:2: WARNING: Duplicate explicit target name: "here".
/some/path/PyTorch-tutorials-kr/recipes/deployment_with_flask.rst:256: WARNING: Unknown target name: "빠른 시작 가이드(quickstart guide)".
/some/path/PyTorch-tutorials-kr/recipes/recipes/Captum_Recipe.rst:68: WARNING: Title underline too short.

속성(attribution) 계산하기
---------------------
/some/path/PyTorch-tutorials-kr/recipes/recipes/Captum_Recipe.rst:68: WARNING: Title underline too short.

속성(attribution) 계산하기
---------------------
/some/path/PyTorch-tutorials-kr/recipes/recipes/defining_a_neural_network.rst:30: WARNING: Literal block ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/recipes/recipes/dynamic_quantization.rst:35: WARNING: Title underline too short.

What is dynamic quantization?
-------------
/some/path/PyTorch-tutorials-kr/recipes/recipes/dynamic_quantization.rst:35: WARNING: Title underline too short.

What is dynamic quantization?
-------------
/some/path/PyTorch-tutorials-kr/recipes/recipes/dynamic_quantization.rst:315: WARNING: Title underline too short.

Additional Resources
=========
/some/path/PyTorch-tutorials-kr/recipes/recipes/dynamic_quantization.rst:315: WARNING: Title underline too short.

Additional Resources
=========
/some/path/PyTorch-tutorials-kr/recipes/recipes/dynamic_quantization.rst:316: WARNING: Title level inconsistent:

Documentation
~~~~~~~~~~~~~~
/some/path/PyTorch-tutorials-kr/recipes/recipes/dynamic_quantization.rst:321: WARNING: Title level inconsistent:

Tutorials
~~~~~~~~~~~~~~
/some/path/PyTorch-tutorials-kr/recipes/recipes/dynamic_quantization.rst:328: WARNING: Title level inconsistent:

Blogs
~~~~~~~~~~~~~~
/some/path/PyTorch-tutorials-kr/recipes/recipes/loading_data_recipe.rst:11: WARNING: Title underline too short.

PyTorch에서 데이터 불러오기
=======================
/some/path/PyTorch-tutorials-kr/recipes/recipes/loading_data_recipe.rst:37: WARNING: Title underline too short.

초기 설정
-----
/some/path/PyTorch-tutorials-kr/recipes/recipes/loading_data_recipe.rst:37: WARNING: Title underline too short.

초기 설정
-----
/some/path/PyTorch-tutorials-kr/recipes/recipes/loading_data_recipe.rst:43: WARNING: Literal block ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/recipes/recipes/loading_data_recipe.rst:44: WARNING: Title underline too short.

단계(Steps)
-----
/some/path/PyTorch-tutorials-kr/recipes/recipes/loading_data_recipe.rst:44: WARNING: Title underline too short.

단계(Steps)
-----
/some/path/PyTorch-tutorials-kr/recipes/recipes/loading_data_recipe.rst:178: WARNING: Title underline too short.

더 알아보기
----------
/some/path/PyTorch-tutorials-kr/recipes/recipes/loading_data_recipe.rst:178: WARNING: Title underline too short.

더 알아보기
----------
/some/path/PyTorch-tutorials-kr/recipes/recipes/profiler.rst:30: WARNING: Literal block ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/recipes/recipes/save_load_across_devices.rst:25: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/recipes/recipes/save_load_across_devices.rst:32: WARNING: Literal block ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/recipes/recipes/save_load_across_devices.rst:45: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/recipes/recipes/save_load_across_devices.rst:45: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/recipes/recipes/save_load_across_devices.rst:97: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/recipes/recipes/save_load_across_devices.rst:124: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/recipes/recipes/save_load_across_devices.rst:155: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/recipes/recipes/save_load_across_devices.rst:155: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/recipes/recipes/save_load_across_devices.rst:159: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/recipes/recipes/save_load_across_devices.rst:181: WARNING: Title underline too short.

6. ``torch.nn.DataParallel`` 모델을 저장하고 불러오기
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/some/path/PyTorch-tutorials-kr/recipes/recipes/save_load_across_devices.rst:181: WARNING: Title underline too short.

6. ``torch.nn.DataParallel`` 모델을 저장하고 불러오기
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/some/path/PyTorch-tutorials-kr/recipes/recipes/save_load_across_devices.rst:183: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/recipes/recipes/save_load_across_devices.rst:185: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/recipes/recipes/saving_and_loading_a_general_checkpoint.rst:39: WARNING: Literal block ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/recipes/recipes/saving_and_loading_a_general_checkpoint.rst:51: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/recipes/recipes/saving_and_loading_models_for_inference.rst:39: WARNING: Literal block ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/recipes/recipes/saving_and_loading_models_for_inference.rst:51: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/recipes/recipes/saving_multiple_models_in_one_file.rst:32: WARNING: Literal block ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/recipes/recipes/saving_multiple_models_in_one_file.rst:44: WARNING: Inline literal start-string without end-string.
/some/path/PyTorch-tutorials-kr/recipes/recipes/tensorboard_with_pytorch.rst:32: WARNING: Literal block ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/recipes/recipes/tensorboard_with_pytorch.rst:33: WARNING: Title underline too short.

PyTorch로 TensorBoard 사용하기
-----
/some/path/PyTorch-tutorials-kr/recipes/recipes/tensorboard_with_pytorch.rst:33: WARNING: Title underline too short.

PyTorch로 TensorBoard 사용하기
-----
/some/path/PyTorch-tutorials-kr/recipes/recipes/tensorboard_with_pytorch.rst:52: WARNING: Title underline too short.

스칼라(scalar) 기록하기
-----
/some/path/PyTorch-tutorials-kr/recipes/recipes/tensorboard_with_pytorch.rst:52: WARNING: Title underline too short.

스칼라(scalar) 기록하기
-----
/some/path/PyTorch-tutorials-kr/recipes/recipes/tensorboard_with_pytorch.rst:105: WARNING: Title underline too short.

TensorBoard 실행하기
-----
/some/path/PyTorch-tutorials-kr/recipes/recipes/tensorboard_with_pytorch.rst:105: WARNING: Title underline too short.

TensorBoard 실행하기
-----
/some/path/PyTorch-tutorials-kr/recipes/recipes/tensorboard_with_pytorch.rst:132: WARNING: Title underline too short.

TensorBoard 대시보드 공유하기
-----
/some/path/PyTorch-tutorials-kr/recipes/recipes/tensorboard_with_pytorch.rst:132: WARNING: Title underline too short.

TensorBoard 대시보드 공유하기
-----
/some/path/PyTorch-tutorials-kr/recipes/recipes/what_is_state_dict.rst:27: WARNING: Unexpected indentation.
/some/path/PyTorch-tutorials-kr/recipes/recipes/what_is_state_dict.rst:28: WARNING: Block quote ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/recipes/recipes/what_is_state_dict.rst:41: WARNING: Literal block ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/recipes/recipes/zeroing_out_gradients.rst:11: WARNING: Title underline too short.

PyTorch에서 변화도를 0으로 만들기
================================
/some/path/PyTorch-tutorials-kr/recipes/recipes/zeroing_out_gradients.rst:39: WARNING: Literal block ends without a blank line; unexpected unindent.
/some/path/PyTorch-tutorials-kr/recipes/recipes/zeroing_out_gradients.rst:40: WARNING: Title underline too short.

단계(Steps)
-----
/some/path/PyTorch-tutorials-kr/recipes/recipes/zeroing_out_gradients.rst:40: WARNING: Title underline too short.

단계(Steps)
-----
/some/path/PyTorch-tutorials-kr/recipes/recipes/zeroing_out_gradients.rst:52: WARNING: Title underline too short.

1. 데이터를 불러오기 위해 필요한 모든 라이브러리 import 하기
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/some/path/PyTorch-tutorials-kr/recipes/recipes/zeroing_out_gradients.rst:200: WARNING: Title underline too short.

더 알아보기
----------
/some/path/PyTorch-tutorials-kr/recipes/recipes/zeroing_out_gradients.rst:200: WARNING: Title underline too short.

더 알아보기
----------
/some/path/PyTorch-tutorials-kr/recipes/recipes_index.rst:183: WARNING: toctree contains reference to nonexisting document 'recipes/distributed_rpc_profiling'
/some/path/PyTorch-tutorials-kr/recipes/torchscript_inference.rst:18: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/some/path/PyTorch-tutorials-kr/recipes/torchscript_inference.rst:24: WARNING: Unknown target name: "pytorch.org`_에 있는 `introduction to torchscript tutorial".
looking for now-outdated files... none found
pickling environment... done
checking consistency... /some/path/PyTorch-tutorials-kr/advanced/ONNXLive.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/advanced/neural_style_tutorial.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/advanced/numpy_extensions_tutorial.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/beginner/blitz/data_parallel_tutorial.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/beginner/chatbot_tutorial.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/beginner/colab.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/beginner/data_loading_tutorial.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/beginner/deep_learning_nlp_tutorial.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/beginner/deploy_seq2seq_hybrid_frontend_tutorial.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/beginner/former_torchies_tutorial.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/beginner/hybrid_frontend_tutorial.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/beginner/ptcheat.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/beginner/saving_loading_models.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/intermediate/spatial_transformer_tutorial.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/prototype/distributed_rpc_profiling.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_dynamic_bert_tutorial.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/prototype/graph_mode_static_quantization_tutorial.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/prototype/numeric_suite_tutorial.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/prototype/torchscript_freezing.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/recipes/android_native_app_with_custom_op.rst: WARNING: document isn't included in any toctree
/some/path/PyTorch-tutorials-kr/recipes/mobile_perf.rst: WARNING: document isn't included in any toctree
done
preparing documents... done
writing output... [100%] recipes/torchscript_inference
/some/path/PyTorch-tutorials-kr/beginner/blitz/data_parallel_tutorial.rst:180: WARNING: Could not lex literal_block as "bash". Highlighting skipped.
/some/path/PyTorch-tutorials-kr/beginner/blitz/data_parallel_tutorial.rst:226: WARNING: Could not lex literal_block as "bash". Highlighting skipped.
/some/path/PyTorch-tutorials-kr/beginner/chatbot_tutorial.rst:40: WARNING: Could not lex literal_block as "python". Highlighting skipped.
/some/path/PyTorch-tutorials-kr/intermediate/dynamic_quantization_bert_tutorial.rst:179: WARNING: Could not lex literal_block as "python". Highlighting skipped.
/some/path/PyTorch-tutorials-kr/recipes/android_native_app_with_custom_op.rst:173: WARNING: Pygments lexer name 'gradle' is not known
/some/path/PyTorch-tutorials-kr/recipes/android_native_app_with_custom_op.rst:180: WARNING: Pygments lexer name 'gradle' is not known
/some/path/PyTorch-tutorials-kr/recipes/android_native_app_with_custom_op.rst:188: WARNING: Pygments lexer name 'gradle' is not known
/some/path/PyTorch-tutorials-kr/recipes/android_native_app_with_custom_op.rst:220: WARNING: Pygments lexer name 'gradle' is not known
/some/path/PyTorch-tutorials-kr/recipes/android_native_app_with_custom_op.rst:315: WARNING: Pygments lexer name 'gradle' is not known
generating indices...  genindexdone
9bow commented 3 years ago

이후 추가될 PR 문서들과 prototype_source/recipes_source/ 하위 문서들에 대해서 추가 작업이 필요하여 이슈는 닫지 않고 남겨둡니다.