sphix documenation
Browse files
Pipfile
CHANGED
@@ -16,7 +16,7 @@ pytest-cov = "*"
|
|
16 |
"scandir" = "*"
|
17 |
bumpversion = "*"
|
18 |
coveralls = "*"
|
19 |
-
|
20 |
|
21 |
[requires]
|
22 |
-
python_version = "3.
|
|
|
16 |
"scandir" = "*"
|
17 |
bumpversion = "*"
|
18 |
coveralls = "*"
|
19 |
+
sphinx_rtd_theme = "*"
|
20 |
|
21 |
[requires]
|
22 |
+
python_version = "3.5"
|
README.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<p align="center">
|
7 |
<img src="https://img.shields.io/pypi/v/pytube3.svg" alt="pypi">
|
8 |
<a href="https://travis-ci.org/hbmartin/pytube3"><img src="https://travis-ci.org/hbmartin/pytube3.svg?branch=master" /></a>
|
9 |
-
<a href=
|
10 |
<a href="https://coveralls.io/github/hbmartin/pytube3?branch=master"><img src="https://coveralls.io/repos/github/hbmartin/pytube3/badge.svg?branch=master" /></a>
|
11 |
<a href="https://pypi.python.org/pypi/pytube3/"><img src="https://img.shields.io/pypi/pyversions/pytube3.svg" /></a>
|
12 |
<a href="https://github.com/ambv/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" /></a>
|
|
|
6 |
<p align="center">
|
7 |
<img src="https://img.shields.io/pypi/v/pytube3.svg" alt="pypi">
|
8 |
<a href="https://travis-ci.org/hbmartin/pytube3"><img src="https://travis-ci.org/hbmartin/pytube3.svg?branch=master" /></a>
|
9 |
+
<a href='https://pytube3.readthedocs.io/en/latest/?badge=latest'><img src='https://readthedocs.org/projects/pytube3/badge/?version=latest' alt='Documentation Status' /></a>
|
10 |
<a href="https://coveralls.io/github/hbmartin/pytube3?branch=master"><img src="https://coveralls.io/repos/github/hbmartin/pytube3/badge.svg?branch=master" /></a>
|
11 |
<a href="https://pypi.python.org/pypi/pytube3/"><img src="https://img.shields.io/pypi/pyversions/pytube3.svg" /></a>
|
12 |
<a href="https://github.com/ambv/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" /></a>
|
docs/conf.py
CHANGED
@@ -34,9 +34,9 @@ source_suffix = '.rst'
|
|
34 |
master_doc = 'index'
|
35 |
|
36 |
# General information about the project.
|
37 |
-
project = '
|
38 |
copyright = '2019, Nick Ficano'
|
39 |
-
author = 'Nick Ficano'
|
40 |
|
41 |
# The version info for the project you're documenting, acts as replacement for
|
42 |
# |version| and |release|, also used in various other places throughout the
|
@@ -108,7 +108,7 @@ html_sidebars = {
|
|
108 |
# -- Options for HTMLHelp output ------------------------------------------
|
109 |
|
110 |
# Output file base name for HTML help builder.
|
111 |
-
htmlhelp_basename = '
|
112 |
|
113 |
|
114 |
# -- Options for LaTeX output ---------------------------------------------
|
@@ -120,7 +120,7 @@ latex_elements = {}
|
|
120 |
# author, documentclass [howto, manual, or own class]).
|
121 |
latex_documents = [
|
122 |
(
|
123 |
-
master_doc, '
|
124 |
'Nick Ficano', 'manual',
|
125 |
),
|
126 |
]
|
@@ -132,7 +132,7 @@ latex_documents = [
|
|
132 |
# (source start file, name, description, authors, manual section).
|
133 |
man_pages = [
|
134 |
(
|
135 |
-
master_doc, '
|
136 |
[author], 1,
|
137 |
),
|
138 |
]
|
@@ -145,8 +145,8 @@ man_pages = [
|
|
145 |
# dir menu entry, description, category)
|
146 |
texinfo_documents = [
|
147 |
(
|
148 |
-
master_doc, '
|
149 |
-
author, '
|
150 |
'Miscellaneous',
|
151 |
),
|
152 |
]
|
|
|
34 |
master_doc = 'index'
|
35 |
|
36 |
# General information about the project.
|
37 |
+
project = 'pytube3'
|
38 |
copyright = '2019, Nick Ficano'
|
39 |
+
author = 'Nick Ficano, Harold Martin'
|
40 |
|
41 |
# The version info for the project you're documenting, acts as replacement for
|
42 |
# |version| and |release|, also used in various other places throughout the
|
|
|
108 |
# -- Options for HTMLHelp output ------------------------------------------
|
109 |
|
110 |
# Output file base name for HTML help builder.
|
111 |
+
htmlhelp_basename = 'pytube3doc'
|
112 |
|
113 |
|
114 |
# -- Options for LaTeX output ---------------------------------------------
|
|
|
120 |
# author, documentclass [howto, manual, or own class]).
|
121 |
latex_documents = [
|
122 |
(
|
123 |
+
master_doc, 'pytube3.tex', 'pytube3 Documentation',
|
124 |
'Nick Ficano', 'manual',
|
125 |
),
|
126 |
]
|
|
|
132 |
# (source start file, name, description, authors, manual section).
|
133 |
man_pages = [
|
134 |
(
|
135 |
+
master_doc, 'pytube3', 'pytube3 Documentation',
|
136 |
[author], 1,
|
137 |
),
|
138 |
]
|
|
|
145 |
# dir menu entry, description, category)
|
146 |
texinfo_documents = [
|
147 |
(
|
148 |
+
master_doc, 'pytube3', 'pytube3 Documentation',
|
149 |
+
author, 'pytube3', 'One line description of project.',
|
150 |
'Miscellaneous',
|
151 |
),
|
152 |
]
|
setup.py
CHANGED
@@ -54,7 +54,7 @@ setup(
|
|
54 |
package_data={
|
55 |
'': ['LICENSE'],
|
56 |
},
|
57 |
-
url='https://github.com/hbmartin/
|
58 |
license='MIT',
|
59 |
entry_points={
|
60 |
'console_scripts': [
|
@@ -86,5 +86,4 @@ setup(
|
|
86 |
long_description_content_type='text/markdown',
|
87 |
long_description=long_description,
|
88 |
zip_safe=True,
|
89 |
-
cmdclass={'upload': UploadCommand},
|
90 |
)
|
|
|
54 |
package_data={
|
55 |
'': ['LICENSE'],
|
56 |
},
|
57 |
+
url='https://github.com/hbmartin/pytube3',
|
58 |
license='MIT',
|
59 |
entry_points={
|
60 |
'console_scripts': [
|
|
|
86 |
long_description_content_type='text/markdown',
|
87 |
long_description=long_description,
|
88 |
zip_safe=True,
|
|
|
89 |
)
|