Skip to content

Commit 4c16a77

Browse files
authored
Merge pull request #10 from ayasyrev/rebuild_docs
Rebuild docs
2 parents 93c32ca + a540a6a commit 4c16a77

File tree

4 files changed

+4
-38
lines changed

4 files changed

+4
-38
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22
> Constructor to create pytorch model.
33
44

5-
# News
6-
7-
2020-07-29 added YaResNet and MXResNet constructor.
8-
2020-05-10 added Twist module.
9-
105
## Install
116

127
`pip install model-constructor`
138

14-
Or instll from repo:
9+
Or install from repo:
1510

1611
`pip install git+https://github.com/ayasyrev/model_constructor.git`
1712

docs/index.html

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,6 @@
3636
</div>
3737
{% endraw %}
3838

39-
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
40-
<div class="text_cell_render border-box-sizing rendered_html">
41-
<h1 id="News">News<a class="anchor-link" href="#News"> </a></h1>
42-
</div>
43-
</div>
44-
</div>
45-
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
46-
<div class="text_cell_render border-box-sizing rendered_html">
47-
<p>2020-07-29 added YaResNet and MXResNet constructor.<br>
48-
2020-05-10 added Twist module.</p>
49-
50-
</div>
51-
</div>
52-
</div>
5339
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
5440
<div class="text_cell_render border-box-sizing rendered_html">
5541
<h2 id="Install">Install<a class="anchor-link" href="#Install"> </a></h2>
@@ -65,7 +51,7 @@ <h2 id="Install">Install<a class="anchor-link" href="#Install"> </a></h2>
6551
</div>
6652
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
6753
<div class="text_cell_render border-box-sizing rendered_html">
68-
<p>Or instll from repo:</p>
54+
<p>Or install from repo:</p>
6955

7056
</div>
7157
</div>

nbs/index.ipynb

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,6 @@
5252
"> Constructor to create pytorch model."
5353
]
5454
},
55-
{
56-
"cell_type": "markdown",
57-
"metadata": {},
58-
"source": [
59-
"# News"
60-
]
61-
},
62-
{
63-
"cell_type": "markdown",
64-
"metadata": {},
65-
"source": [
66-
"2020-07-29 added YaResNet and MXResNet constructor. \n",
67-
"2020-05-10 added Twist module."
68-
]
69-
},
7055
{
7156
"cell_type": "markdown",
7257
"metadata": {},
@@ -85,7 +70,7 @@
8570
"cell_type": "markdown",
8671
"metadata": {},
8772
"source": [
88-
"Or instll from repo:"
73+
"Or install from repo:"
8974
]
9075
},
9176
{

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = apache2
1616
status = 2
1717
nbs_path = nbs
1818
doc_path = docs
19-
requirements = fastcore torch
19+
requirements = fastcore torch numpy
2020
doc_host = https://ayasyrev.github.io
2121
doc_baseurl = /model_constructor/
2222
git_url = https://github.com/ayasyrev/model_constructor/tree/master/

0 commit comments

Comments
 (0)