Skip to content

Commit 9fb777a

Browse files
committed
Getting ready to publish 0.3.0
1 parent a469f42 commit 9fb777a

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

text/Makefile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,20 @@ local_js: specs
5858
download_js:
5959
-mkdir results/js
6060
-mkdir results/json
61-
(cd results/js; $(SYNC) 's3://beta.book.xogeny.com/_static/js/*.js.gz' .)
61+
(cd results/js; $(SYNC) 's3://book.xogeny.com/_static/js/*.js.gz' .)
6262
(cd results/js; gzip -dk *.js.gz)
63-
(cd results/json; $(SYNC) 's3://beta.book.xogeny.com/_static/json/*.json.gz' .)
63+
(cd results/json; $(SYNC) 's3://book.xogeny.com/_static/json/*.json.gz' .)
6464
(cd results/json; gzip -dk *.json.gz)
6565

6666
# This target builds all the simulation results and then pushes them
6767
# out to an S3 bucket for static hosting
6868
deploy_js: local_js
69-
(cd results/js; $(SYNC) *.js.gz --add-header=Content-Encoding:gzip s3://beta.book.xogeny.com/_static/js/)
70-
(cd results/js; $(SYNC) *.xml.gz --add-header=Content-Encoding:gzip s3://beta.book.xogeny.com/_static/js/)
71-
(cd results/json; $(SYNC) *.json.gz --add-header=Content-Encoding:gzip s3://beta.book.xogeny.com/_static/json/)
72-
(cd results/js; $(SYNC) *.js s3://beta.book.xogeny.com/_static/js/)
73-
(cd results/js; $(SYNC) *.xml s3://beta.book.xogeny.com/_static/js/)
74-
(cd results/json; $(SYNC) *.json s3://beta.book.xogeny.com/_static/json/)
69+
(cd results/js; $(SYNC) *.js.gz --add-header=Content-Encoding:gzip s3://book.xogeny.com/_static/js/)
70+
(cd results/js; $(SYNC) *.xml.gz --add-header=Content-Encoding:gzip s3://book.xogeny.com/_static/js/)
71+
(cd results/json; $(SYNC) *.json.gz --add-header=Content-Encoding:gzip s3://book.xogeny.com/_static/json/)
72+
(cd results/js; $(SYNC) *.js s3://book.xogeny.com/_static/js/)
73+
(cd results/js; $(SYNC) *.xml s3://book.xogeny.com/_static/js/)
74+
(cd results/json; $(SYNC) *.json s3://book.xogeny.com/_static/json/)
7575

7676
# This target builds the PDF and the epub version and pushes them
7777
# out to an S3 bucket
@@ -117,7 +117,7 @@ server_it: dirhtml_it build_links
117117
(cd build/dirhtml_it; python -m SimpleHTTPServer)
118118

119119
web: dirhtml build_links
120-
(cd build/dirhtml; $(SYNC) * s3://beta.book.xogeny.com/)
120+
(cd build/dirhtml; $(SYNC) * s3://book.xogeny.com/)
121121
# TODO: Set Content-Encoding on all gz files to be gzip (use find?)
122122

123123
node: dirhtml build_links

text/source/_themes/xogeny-semantic/normal-page.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
<div class="ui divider"></div>
4040
<p class="pull-right">
4141
<span class="pull-right">Release: {{ release }}</span>
42-
<br>
43-
<span class="pull-right">File: {{ pagename }}.rst</span>
4442
</p>
4543
<div class="ui breadcrumb">
4644
{%- for parent in parents %}

0 commit comments

Comments
 (0)