1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-09-19 05:31:58 +00:00

Rename project to fresnel-lens

This commit is contained in:
2021-10-28 19:03:09 -04:00
parent f9c38a5bcc
commit 888225bdf7
31 changed files with 155 additions and 160 deletions

View File

@@ -12,7 +12,7 @@ from pathlib import Path
BASE_DIR = Path(__file__).parent.resolve()
ABOUT = {}
with open(Path(BASE_DIR, "..", "imagemuck", "__about__.py")) as infile:
with open(Path(BASE_DIR, "..", "fresnel_lens", "__about__.py")) as infile:
exec(infile.read(), ABOUT)

View File

@@ -1,11 +1,11 @@
ImageMuck
=========
Fresnel Lens
============
.. toctree::
:maxdepth: 2
:caption: Contents:
API Reference <imagemuck>
API Reference <fresnel_lens>