moved index.html

This commit is contained in:
tylerlaberge
2016-09-10 18:29:38 -04:00
parent f72fa69b5a
commit 384d8b1e47
3 changed files with 29 additions and 4 deletions

3
.gitattributes vendored
View File

@@ -1 +1,2 @@
/html/* linguist-vendored
/html/* linguist-vendored
/index.html

24
MANIFEST Normal file
View 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

View File

@@ -7,11 +7,11 @@
</head>
<frameset cols="20%,80%">
<frameset rows="30%,70%">
<frame src="toc.html" name="moduleListFrame"
<frame src="html/toc.html" name="moduleListFrame"
id="moduleListFrame" />
<frame src="toc-everything.html" name="moduleFrame"
<frame src="html/toc-everything.html" name="moduleFrame"
id="moduleFrame" />
</frameset>
<frame src="pypat-module.html" name="mainFrame" id="mainFrame" />
<frame src="html/pypat-module.html" name="mainFrame" id="mainFrame" />
</frameset>
</html>