chore: housekeeping

This commit is contained in:
Jensun Ravichandran 2022-03-10 14:46:56 +01:00
parent 236cbbc4d2
commit 784a963527
No known key found for this signature in database
GPG Key ID: 4E9348239810B51F
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
MIT License MIT License
Copyright (c) 2020 si-cim Copyright (c) 2020 Saxon Institute for Computational Intelligence and Machine
Learning (SICIM)
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -120,7 +120,7 @@ html_css_files = [
# -- Options for HTMLHelp output ------------------------------------------ # -- Options for HTMLHelp output ------------------------------------------
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = "protoflowdoc" htmlhelp_basename = "prototorchdoc"
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------

View File

@ -1,4 +1,4 @@
"""ProtoFlow utilities""" """ProtoTorch utilities"""
import warnings import warnings
from typing import ( from typing import (