Skip to content

Commit 7a74614

Browse files
committed
Change name of the project
1 parent 0f7931f commit 7a74614

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It is based on [this post](https://mikulskibartosz.name/a-comprehensive-guide-to
55

66
This includes Docker integration and SHAP explanations for the deployed model.
77

8-
[Website](https://lopezco.github.io/python-flask-sklearn-docker-template) | [Source](https://github.com/lopezco/python-flask-sklearn-docker-template/) | [Issues](https://github.com/lopezco/python-flask-sklearn-docker-template/issues)
8+
[Website](https://lopezco.github.io/ml-flask-api) | [Source](https://github.com/lopezco/ml-flask-api/) | [Issues](https://github.com/lopezco/ml-flask-api/issues)
99

1010
## Installation
1111

docsrc/source/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
# -- Options for HTMLHelp output ---------------------------------------------
112112

113113
# Output file base name for HTML help builder.
114-
htmlhelp_basename = 'python-flask-sklearn-docker-templatedoc'
114+
htmlhelp_basename = 'ml-flask-api-doc'
115115

116116

117117
# -- Options for LaTeX output ------------------------------------------------
@@ -138,7 +138,7 @@
138138
# (source start file, target name, title,
139139
# author, documentclass [howto, manual, or own class]).
140140
latex_documents = [
141-
(master_doc, 'python-flask-sklearn-docker-template.tex', 'python-flask-sklearn-docker-template Documentation',
141+
(master_doc, 'ml-flask-api.tex', 'ml-flask-api Documentation',
142142
'lopezco', 'manual'),
143143
]
144144

@@ -148,7 +148,7 @@
148148
# One entry per manual page. List of tuples
149149
# (source start file, name, description, authors, manual section).
150150
man_pages = [
151-
(master_doc, 'python-flask-sklearn-docker-template', 'python-flask-sklearn-docker-template Documentation',
151+
(master_doc, 'ml-flask-api', 'ml-flask-api Documentation',
152152
[author], 1)
153153
]
154154

@@ -159,8 +159,8 @@
159159
# (source start file, target name, title, author,
160160
# dir menu entry, description, category)
161161
texinfo_documents = [
162-
(master_doc, 'python-flask-sklearn-docker-template', 'python-flask-sklearn-docker-template Documentation',
163-
author, 'python-flask-sklearn-docker-template', 'One line description of project.',
162+
(master_doc, 'ml-flask-api', 'ml-flask-api Documentation',
163+
author, 'ml-flask-api', 'One line description of project.',
164164
'Miscellaneous'),
165165
]
166166

0 commit comments

Comments
 (0)