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:
@@ -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)
|
||||
|
||||
|
||||
|
@@ -1,11 +1,11 @@
|
||||
ImageMuck
|
||||
=========
|
||||
Fresnel Lens
|
||||
============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
API Reference <imagemuck>
|
||||
API Reference <fresnel_lens>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user