diff --git a/LICENSE b/LICENSE index ebc4b67..3fa8fdf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ 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 of this software and associated documentation files (the "Software"), to deal diff --git a/docs/source/conf.py b/docs/source/conf.py index a6aed8b..a4bca50 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -120,7 +120,7 @@ html_css_files = [ # -- Options for HTMLHelp output ------------------------------------------ # Output file base name for HTML help builder. -htmlhelp_basename = "protoflowdoc" +htmlhelp_basename = "prototorchdoc" # -- Options for LaTeX output --------------------------------------------- diff --git a/prototorch/utils/utils.py b/prototorch/utils/utils.py index 46ed01b..6e4d6c8 100644 --- a/prototorch/utils/utils.py +++ b/prototorch/utils/utils.py @@ -1,4 +1,4 @@ -"""ProtoFlow utilities""" +"""ProtoTorch utilities""" import warnings from typing import (