Skip to content

Commit

Permalink
address #7 fix sidebar and repo refrence ReST
Browse files Browse the repository at this point in the history
  • Loading branch information
hpk42 committed Dec 22, 2016
1 parent 7f7f431 commit 6448d93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
7 changes: 4 additions & 3 deletions doc/_templates/globaltoc.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

<ul>
<li><a href="{{ pathto('index') }}">Autocrypt Intro / Index</a></li>
<li><a href="{{ pathto('key-discovery') }}">In-Band key discovery</a></li>
<li><a href="{{ pathto('mua-internals') }}">MUA internals & state</a></li>
<li><a href="{{ pathto('index') }}">Autocrypt Index & Contact</a></li>
<li><a href="{{ pathto('features') }}">Autocrypt Features</a></li>
<li><a href="{{ pathto('examples') }}">Example mail flows</a></li>
<li><a href="{{ pathto('level0') }}">Level-0 support</a></li>
<!--
<ul>
<li><a href="{{ pathto('user-experience') }}">User Experience</a></li>
Expand Down
8 changes: 2 additions & 6 deletions doc/_templates/sidebarintro.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<h3>About Autocrypt</h3>
<p>
Autocrypt replaces the use of cleartext with
end-to-end encrypted e-mail. We encourage
adoption by radically simplifying user experience
and by using in-band opportunistic key discovery.
See <a href="https://github.com/autocrypt/autocrypt/">autocrypt/autocrypt
github repo</a> for the source.
Autocrypt aims to automatically replace the use of
cleartext with end-to-end encrypted e-mail.
</p>
3 changes: 2 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ you may:
- join chats at **#autocrypt on freenode or matrix.org**.

- collaborate through PRs, issues and edits on our
`github Autocrypt repo`
`github Autocrypt repo`_

.. _`Autocrypt mailing list`: https://lists.mayfirst.org/mailman/listinfo/autocrypt

.. _`github Autocrypt repo`: https://github.com/autocrypt/autocrypt

.. _`upcoming events`:
Expand Down

0 comments on commit 6448d93

Please sign in to comment.