-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bef97b0
commit 67c45ff
Showing
24 changed files
with
835 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# Python imports | ||
import numbers | ||
import numpy as np | ||
# ACG imports | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
from .AyarDesignManager import AyarDesignManager | ||
from .AyarLayoutGenerator import AyarLayoutGenerator | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Minimal makefile for Sphinx documentation | ||
# | ||
|
||
# You can set these variables from the command line. | ||
SPHINXOPTS = | ||
SPHINXBUILD = python -msphinx | ||
SPHINXPROJ = ACG | ||
SOURCEDIR = source | ||
BUILDDIR = build | ||
|
||
# Put it first so that "make" without argument is like "make help". | ||
help: | ||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
||
.PHONY: help Makefile | ||
|
||
# Catch-all target: route all unknown targets to Sphinx using the new | ||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | ||
%: Makefile | ||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
ACG\.examples package | ||
===================== | ||
|
||
Submodules | ||
---------- | ||
|
||
ACG\.examples\.FillMeIn module | ||
------------------------------ | ||
|
||
.. automodule:: ACG.examples.FillMeIn | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ACG\.examples\.Getting\_Started\_Test2 module | ||
--------------------------------------------- | ||
|
||
.. automodule:: ACG.examples.Getting_Started_Test2 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ACG\.examples\.Getting\_Started\_Test3 module | ||
--------------------------------------------- | ||
|
||
.. automodule:: ACG.examples.Getting_Started_Test3 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ACG.examples | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
ACG package | ||
=========== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
|
||
ACG.examples | ||
|
||
Submodules | ||
---------- | ||
|
||
ACG\.AyarDesignManager module | ||
----------------------------- | ||
|
||
.. automodule:: ACG.AyarDesignManager | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ACG\.AyarLayoutGenerator module | ||
------------------------------- | ||
|
||
.. automodule:: ACG.AyarLayoutGenerator | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ACG\.PrimitiveUtil module | ||
------------------------- | ||
|
||
.. automodule:: ACG.PrimitiveUtil | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ACG\.Rectangle module | ||
--------------------- | ||
|
||
.. automodule:: ACG.Rectangle | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ACG\.Track module | ||
----------------- | ||
|
||
.. automodule:: ACG.Track | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ACG\.Via module | ||
--------------- | ||
|
||
.. automodule:: ACG.Via | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ACG\.VirtualInst module | ||
----------------------- | ||
|
||
.. automodule:: ACG.VirtualInst | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ACG\.VirtualObj module | ||
---------------------- | ||
|
||
.. automodule:: ACG.VirtualObj | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ACG\.XY module | ||
-------------- | ||
|
||
.. automodule:: ACG.XY | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ACG | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.