emacs.d/elpa/sphinx-frontend-20161025.758/sphinx-frontend-autoloads.el
2019-11-29 17:16:57 +01:00

50 lines
1.3 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; sphinx-frontend-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "sphinx-frontend" "sphinx-frontend.el" (0 0
;;;;;; 0 0))
;;; Generated autoloads from sphinx-frontend.el
(autoload 'sphinx-build-html "sphinx-frontend" "\
Compiles the rst file to html via sphinx and shows the output in a buffer.
Without `arg' saves current file.
\(fn ARG)" t nil)
(autoload 'sphinx-build-latex "sphinx-frontend" "\
Compiles the rst file to latex via sphinx and shows the output in a buffer.
Without `arg' saves current file.
\(fn ARG)" t nil)
(autoload 'sphinx-run-pdflatex "sphinx-frontend" "\
Ad-hoc call pdflatex for LaTeX-builded documentation.
\(fn)" t nil)
(autoload 'sphinx-clean-html "sphinx-frontend" "\
Removes `sphinx-output-dir-html' dir.
\(fn)" t nil)
(autoload 'sphinx-clean-pdf "sphinx-frontend" "\
Removes `sphinx-output-dir-pdf' dir.
\(fn)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "sphinx-frontend" '("sphinx-")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; sphinx-frontend-autoloads.el ends here