Skip to content

Commit 0f76806

Browse files
committed
Fixed outdated or missing docs conf
1 parent f1d8567 commit 0f76806

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
# General information about the project.
5050
project = 'Streamz'
51-
copyright = '2017, Matthew Rocklin'
51+
copyright = '2017-2020, Matthew Rocklin'
5252
author = 'Matthew Rocklin'
5353

5454
# The version info for the project you're documenting, acts as replacement for
@@ -160,7 +160,7 @@
160160
# dir menu entry, description, category)
161161
texinfo_documents = [
162162
(master_doc, 'Streamz', 'Streamz Documentation',
163-
author, 'Streamz', 'One line description of project.',
163+
author, 'Streamz', 'Support for pipelines managing continuous streams of data.',
164164
'Miscellaneous'),
165165
]
166166

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ data streaming systems like `Apache Flink <https://flink.apache.org/>`_,
111111

112112
core.rst
113113
dataframes.rst
114+
gpu-dataframes.rst
114115
dask.rst
115116
collections.rst
116117
api.rst

0 commit comments

Comments
 (0)