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:
@@ -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
|
||||
|
@@ -1,11 +1,11 @@
|
||||
ImageMonk
|
||||
Dehance
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
API Reference <imagemonk>
|
||||
API Reference <dehance>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user