# -*- coding: utf-8 -*-
#
-# Hyperscan documentation build configuration file, created by
+# Vectorscan documentation build configuration file, created by
# sphinx-quickstart on Tue Sep 29 15:59:19 2015.
#
# This file is execfile()d with the current directory set to its
master_doc = 'index'
# General information about the project.
-project = u'Hyperscan'
-copyright = u'2015-2018, Intel Corporation'
+project = u'Vectorscan'
+copyright = u'2015-2020, Intel Corporation; 2020-2024, VectorCamp; and other contributors'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- ('index', 'Hyperscan.tex', u'Hyperscan Documentation',
+ ('index', 'Hyperscan.tex', u'Vectorscan Documentation',
u'Intel Corporation', 'manual'),
]
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'hyperscan', u'Hyperscan Documentation',
+ ('index', 'vectorscan', u'Vectorscan Documentation',
[u'Intel Corporation'], 7)
]
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'Hyperscan', u'Hyperscan Documentation',
- u'Intel Corporation', 'Hyperscan', 'High-performance regular expression matcher.',
+ ('index', 'Vectorscan', u'Vectorscan Documentation',
+ u'Intel Corporation; VectorCamp', 'Vectorscan', 'High-performance regular expression matcher.',
'Miscellaneous'),
]