mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
documentation: Update project name and copyright
The project name in the documentation should probably be updated to reflect that this is vectorscan. Update the copyright too. Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
This commit is contained in:
parent
d9a75dc3b9
commit
2d23d24b67
@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- 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.
|
# sphinx-quickstart on Tue Sep 29 15:59:19 2015.
|
||||||
#
|
#
|
||||||
# This file is execfile()d with the current directory set to its
|
# This file is execfile()d with the current directory set to its
|
||||||
@ -43,8 +43,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Hyperscan'
|
project = u'Vectorscan'
|
||||||
copyright = u'2015-2018, Intel Corporation'
|
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
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
@ -202,7 +202,7 @@ latex_elements = {
|
|||||||
# (source start file, target name, title,
|
# (source start file, target name, title,
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'Hyperscan.tex', u'Hyperscan Documentation',
|
('index', 'Hyperscan.tex', u'Vectorscan Documentation',
|
||||||
u'Intel Corporation', 'manual'),
|
u'Intel Corporation', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -232,7 +232,7 @@ latex_documents = [
|
|||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'hyperscan', u'Hyperscan Documentation',
|
('index', 'vectorscan', u'Vectorscan Documentation',
|
||||||
[u'Intel Corporation'], 7)
|
[u'Intel Corporation'], 7)
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -246,8 +246,8 @@ man_pages = [
|
|||||||
# (source start file, target name, title, author,
|
# (source start file, target name, title, author,
|
||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
('index', 'Hyperscan', u'Hyperscan Documentation',
|
('index', 'Vectorscan', u'Vectorscan Documentation',
|
||||||
u'Intel Corporation', 'Hyperscan', 'High-performance regular expression matcher.',
|
u'Intel Corporation; VectorCamp', 'Vectorscan', 'High-performance regular expression matcher.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user