File: entry_points.txt

package info (click to toggle)
sphinx 1.5.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, experimental
  • size: 13,116 kB
  • ctags: 8,861
  • sloc: python: 46,366; perl: 352; makefile: 288; sh: 80; xml: 10; ansic: 1
file content (9 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
[console_scripts]
sphinx-apidoc = sphinx.apidoc:main
sphinx-autogen = sphinx.ext.autosummary.generate:main
sphinx-build = sphinx:main
sphinx-quickstart = sphinx.quickstart:main

[distutils.commands]
build_sphinx = sphinx.setup_command:BuildDoc