1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-09-18 21:21:59 +00:00

Rename project to dehance

This commit is contained in:
2021-05-02 18:12:04 -04:00
parent 3b05fb2053
commit 6a7662ae0f
32 changed files with 784 additions and 668 deletions

View File

@@ -7,18 +7,19 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
import datetime
from pathlib import Path
BASE_DIR = Path(__file__).parent.resolve()
ABOUT = {}
with open(Path(BASE_DIR, "..", "imagemonk", "__about__.py")) as infile:
with open(Path(BASE_DIR, "..", "dehance", "__about__.py")) as infile:
exec(infile.read(), ABOUT)
# -- Project information -----------------------------------------------------
project = ABOUT["__title__"]
copyright = "2020"
copyright = str(datetime.date.today().year)
author = ", ".join(ABOUT["__authors__"])
# The full version, including alpha/beta/rc tags

View File

@@ -1,11 +1,11 @@
ImageMonk
Dehance
=========
.. toctree::
:maxdepth: 2
:caption: Contents:
API Reference <imagemonk>
API Reference <dehance>