This repository has been archived by the owner on Nov 13, 2017. It is now read-only.
forked from keiffster/program-y
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated coding standards after running pylint
- Loading branch information
Showing
46 changed files
with
1,324 additions
and
928 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Program-y by keiffster</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="/stylesheets/normalize.css" media="screen"> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> | ||
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> | ||
</head> | ||
<body> | ||
<section class="page-header"> | ||
<h1 class="project-name">Program-y</h1> | ||
<h2 class="project-tagline">AIML 2.0 Interpreter and related programs and knowledge files</h2> | ||
<a href="https://github.com/keiffster/program-y" class="btn">View on GitHub</a> | ||
<a href="https://keiffster.github.io/program-y/tutorial/main.html" class="btn">Tutorial</a> | ||
<a href="https://keiffster.github.io/program-y/userguide/main.html" class="btn">User Guide</a> | ||
<a href="https://github.com/keiffster/program-y/zipball/master" class="btn">Download .zip</a> | ||
<a href="https://github.com/keiffster/program-y/tarball/master" class="btn">Download .tar.gz</a> | ||
</section> | ||
|
||
<section class="main-content"> | ||
<h3>Tutorial</h3> | ||
<p> | ||
<ol> | ||
<li>Download</li> | ||
<li>Installation</li> | ||
<li>Running a console app</li> | ||
<li>Basic Grammar</li> | ||
<li>Extensing the Grammar</li> | ||
<li>Testing the conversation</li> | ||
<li>Core Grammar Features</li> | ||
<li>Advanced Grammar Features</li> | ||
<li>External Services</li> | ||
<li>Building your own extensions</li> | ||
</ol> | ||
</p> | ||
|
||
|
||
<footer class="site-footer"> | ||
<span class="site-footer-owner"><a href="https://github.com/keiffster/program-y">Program-y</a> is maintained by <a href="https://github.com/keiffster">keiffster</a>.</span> | ||
|
||
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span> | ||
</footer> | ||
|
||
</section> | ||
|
||
|
||
</body> | ||
</html> |
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,59 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Program-y by keiffster</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen"> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> | ||
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> | ||
</head> | ||
<body> | ||
<section class="page-header"> | ||
<h1 class="project-name">Program-y</h1> | ||
<h2 class="project-tagline">AIML 2.0 Interpreter and related programs and knowledge files</h2> | ||
<a href="https://github.com/keiffster/program-y" class="btn">View on GitHub</a> | ||
<a href="https://keiffster.github.io/program-y/tutorial/main.html" class="btn">Tutorial</a> | ||
<a href="https://keiffster.github.io/program-y/userguide/main.html" class="btn">User Guide</a> | ||
<a href="https://github.com/keiffster/program-y/zipball/master" class="btn">Download .zip</a> | ||
<a href="https://github.com/keiffster/program-y/tarball/master" class="btn">Download .tar.gz</a> | ||
</section> | ||
|
||
<section class="main-content"> | ||
<h3>User Guide</h3> | ||
<p> | ||
User Guide goes here | ||
<ul> | ||
<li>Download</li> | ||
<li>Installation</li> | ||
<li>Running a bot | ||
<ul> | ||
<li>Console</li> | ||
<li>Rest Client</li> | ||
</ul> | ||
</li> | ||
<li>Configuration | ||
<ul> | ||
<li>Bot</li> | ||
<li>Brain</li> | ||
<li>Logging</li> | ||
</ul> | ||
</li> | ||
<li>Creating your own Grammar</li> | ||
<li>External Services</li> | ||
<li>Extensions</li> | ||
</ul> | ||
</p> | ||
|
||
<footer class="site-footer"> | ||
<span class="site-footer-owner"><a href="https://github.com/keiffster/program-y">Program-y</a> is maintained by <a href="https://github.com/keiffster">keiffster</a>.</span> | ||
|
||
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span> | ||
</footer> | ||
|
||
</section> | ||
|
||
|
||
</body> | ||
</html> |
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
Oops, something went wrong.