From 784a9635278d2102d1fb388100ce8615bffaf918 Mon Sep 17 00:00:00 2001 From: Jensun Ravichandran Date: Thu, 10 Mar 2022 14:46:56 +0100 Subject: [PATCH] chore: housekeeping --- LICENSE | 3 ++- docs/source/conf.py | 2 +- prototorch/utils/utils.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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 (