Skip to content

Commit

Permalink
generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
odryfox committed Apr 25, 2021
1 parent d38477a commit 3bf4fc6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions site/index.html
Expand Up @@ -95,7 +95,7 @@ <h3 id="_2">Установка</h3>
<h3 id="_3">Сходу простой пример</h3>
<p>Возможно вы гений и поймете концепцию, просто посмотрев на пример.</p>
<p>Опишем агента, который умеет знакомиться:</p>
<pre><code class="language-python">from typing import List
<pre><code class="language-python">from typing import Dict, List
from millet import Agent, BaseSkill, BaseSkillClassifier


Expand All @@ -107,7 +107,7 @@ <h3 id="_3">Сходу простой пример</h3>

class SkillClassifier(BaseSkillClassifier):
@property
def skills_map(self) -&gt; dict[str, BaseSkill]:
def skills_map(self) -&gt; Dict[str, BaseSkill]:
return {
'meeting': MeetingSkill(),
}
Expand Down Expand Up @@ -276,5 +276,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.1.2
Build Date UTC : 2021-04-18 04:57:16.733052+00:00
Build Date UTC : 2021-04-25 14:25:06.550398+00:00
-->
2 changes: 1 addition & 1 deletion site/search/search_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/sitemap.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
<loc>None</loc>
<lastmod>2021-04-18</lastmod>
<lastmod>2021-04-25</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit 3bf4fc6

Please sign in to comment.