moved index.html
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1 +1,2 @@
|
|||||||
/html/* linguist-vendored
|
/html/* linguist-vendored
|
||||||
|
/index.html
|
||||||
24
MANIFEST
Normal file
24
MANIFEST
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# file GENERATED by distutils, do NOT edit
|
||||||
|
setup.cfg
|
||||||
|
setup.py
|
||||||
|
pypat\__init__.py
|
||||||
|
pypat\behavioral\__init__.py
|
||||||
|
pypat\behavioral\chain.py
|
||||||
|
pypat\behavioral\command.py
|
||||||
|
pypat\behavioral\iterator.py
|
||||||
|
pypat\behavioral\mediator.py
|
||||||
|
pypat\behavioral\memento.py
|
||||||
|
pypat\behavioral\null.py
|
||||||
|
pypat\behavioral\observer.py
|
||||||
|
pypat\behavioral\visitor.py
|
||||||
|
pypat\creational\__init__.py
|
||||||
|
pypat\creational\builder.py
|
||||||
|
pypat\creational\factory.py
|
||||||
|
pypat\creational\pool.py
|
||||||
|
pypat\creational\prototype.py
|
||||||
|
pypat\creational\singleton.py
|
||||||
|
pypat\structural\__init__.py
|
||||||
|
pypat\structural\adapter.py
|
||||||
|
pypat\structural\composite.py
|
||||||
|
pypat\structural\decorator.py
|
||||||
|
pypat\structural\flyweight.py
|
||||||
@@ -7,11 +7,11 @@
|
|||||||
</head>
|
</head>
|
||||||
<frameset cols="20%,80%">
|
<frameset cols="20%,80%">
|
||||||
<frameset rows="30%,70%">
|
<frameset rows="30%,70%">
|
||||||
<frame src="toc.html" name="moduleListFrame"
|
<frame src="html/toc.html" name="moduleListFrame"
|
||||||
id="moduleListFrame" />
|
id="moduleListFrame" />
|
||||||
<frame src="toc-everything.html" name="moduleFrame"
|
<frame src="html/toc-everything.html" name="moduleFrame"
|
||||||
id="moduleFrame" />
|
id="moduleFrame" />
|
||||||
</frameset>
|
</frameset>
|
||||||
<frame src="pypat-module.html" name="mainFrame" id="mainFrame" />
|
<frame src="html/pypat-module.html" name="mainFrame" id="mainFrame" />
|
||||||
</frameset>
|
</frameset>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user