/
vshmidt
/
pytorch
Обзор
Документация
Войти
/
vshmidt
/
pytorch
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/cpp/Makefile
27 строк
894 B
Sam Estep
Lint trailing newlines (#54737)
30 мар 2021, 23:09
30 мар 2021, 23:09
5bcbbf5
Код
Авторство
О чём код?
# Minimal makefile for Sphinx documentation # You can set these variables from the command line. SPHINXOPTS = -j auto SPHINXBUILD = sphinx-build SPHINXPROJ = PyTorch SOURCEDIR = source BUILDDIR = build PYCMD = python # Put it first so that "make" without argument is like "make help". help: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) .PHONY: help Makefile clean clean: @# Clean up sphinx and doxygen build artifacts. @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @# Clean up exhale generated api. @echo "Removing everything under generated 'source/api'..." @rm -rf $(SOURCEDIR)/api # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)