Skip to content

Commit f3767fb

Browse files
committed
Update README.md and docs
1 parent 654112c commit f3767fb

File tree

6 files changed

+109
-23
lines changed

6 files changed

+109
-23
lines changed

README.md

+36-6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)
2+
3+
###### Platform Supported
4+
![Generic badge](https://img.shields.io/badge/Platform-MacOS|Windows-1f425f.svg)
5+
6+
###### Repo Stats
7+
[![GitHub](https://img.shields.io/github/license/thevickypedia/expose)][LICENSE]
8+
[![GitHub repo size](https://img.shields.io/github/repo-size/thevickypedia/expose)][API_REPO]
9+
[![GitHub code size](https://img.shields.io/github/languages/code-size/thevickypedia/expose)][API_REPO]
10+
11+
###### Deployments
12+
[![doc](https://github.com/thevickypedia/expose/actions/workflows/pages/pages-build-deployment/badge.svg)][gha_pages]
13+
[![pypi](https://github.com/thevickypedia/expose/actions/workflows/python-publish.yml/badge.svg)][gha_pypi]
14+
[![markdown](https://github.com/thevickypedia/expose/actions/workflows/markdown-validation.yml/badge.svg)][gha_markdown]
15+
16+
[![Pypi-format](https://img.shields.io/pypi/format/expose-localhost)](https://pypi.org/project/expose-localhost/#files)
17+
[![Pypi-status](https://img.shields.io/pypi/status/expose-localhost)](https://pypi.org/project/expose-localhost)
18+
[![sourcerank](https://img.shields.io/librariesio/sourcerank/pypi/expose-localhost)](https://libraries.io/pypi/expose-localhost)
19+
120
# Expose localhost using EC2
221
Reverse proxy that creates a secure tunnel from public endpoint to locally running web service
322

@@ -133,7 +152,7 @@ Styling conventions: [`PEP 8`](https://www.python.org/dev/peps/pep-0008/) <br>
133152
Clean code with pre-commit hooks: [`flake8`](https://flake8.pycqa.org/en/latest/) and
134153
[`isort`](https://pycqa.github.io/isort/)
135154

136-
## [Release Notes](https://github.com/thevickypedia/expose/blob/main/release_notes.rst)
155+
## [Release Notes][release-notes]
137156
**Requirement**
138157
```shell
139158
python -m pip install gitverse
@@ -158,17 +177,28 @@ pre-commit run --all-files
158177
```
159178

160179
### Pypi Package
161-
[![pypi-module](https://img.shields.io/badge/Software%20Repository-pypi-1f425f.svg)](https://packaging.python.org/tutorials/packaging-projects/)
180+
[![pypi-module](https://img.shields.io/badge/Software%20Repository-pypi-1f425f.svg)][pypi-read]
162181

163-
[https://pypi.org/project/expose-localhost/](https://pypi.org/project/expose-localhost/)
182+
[https://pypi.org/project/expose-localhost/][pypi]
164183

165184
### Runbook
166-
[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)](https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html)
185+
[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)][sphinx-read]
167186

168-
[https://thevickypedia.github.io/expose/](https://thevickypedia.github.io/expose/)
187+
[https://thevickypedia.github.io/expose/][docs]
169188

170189
## License & copyright
171190

172191
&copy; Vignesh Rao
173192

174-
Licensed under the [MIT License](https://github.com/thevickypedia/expose/blob/main/LICENSE)
193+
Licensed under the [MIT License][LICENSE]
194+
195+
[LICENSE]: https://github.com/thevickypedia/expose/blob/main/LICENSE
196+
[API_REPO]: https://api.github.com/repos/thevickypedia/expose
197+
[pypi]: https://pypi.org/project/expose-localhost/
198+
[pypi-read]: https://packaging.python.org/tutorials/packaging-projects/
199+
[sphinx-read]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html
200+
[docs]: https://thevickypedia.github.io/expose/
201+
[release-notes]: https://github.com/thevickypedia/expose/blob/main/release_notes.rst
202+
[gha_pages]: https://github.com/thevickypedia/expose/actions/workflows/pages/pages-build-deployment
203+
[gha_pypi]: https://github.com/thevickypedia/expose/actions/workflows/python-publish.yml
204+
[gha_markdown]: https://github.com/thevickypedia/expose/actions/workflows/markdown-validation.yml

docs/README.html

+28-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
88

9-
<title>Expose localhost using EC2 &#8212; Expose documentation</title>
9+
<title>Platform Supported &#8212; Expose documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="_static/classic.css" />
1212

@@ -33,7 +33,7 @@ <h3>Navigation</h3>
3333
<a href="index.html" title="Expose - Expose a web service on localhost to public internet using AWS EC2"
3434
accesskey="P">previous</a> |</li>
3535
<li class="nav-item nav-item-0"><a href="index.html">Expose documentation</a> &#187;</li>
36-
<li class="nav-item nav-item-this"><a href="">Expose localhost using EC2</a></li>
36+
<li class="nav-item nav-item-this"><a href="">Platform Supported</a></li>
3737
</ul>
3838
</div>
3939

@@ -42,7 +42,27 @@ <h3>Navigation</h3>
4242
<div class="bodywrapper">
4343
<div class="body" role="main">
4444

45-
<section id="expose-localhost-using-ec2">
45+
<p><img alt="Python" src="https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue" /></p>
46+
<section id="platform-supported">
47+
<h1>Platform Supported<a class="headerlink" href="#platform-supported" title="Permalink to this heading"></a></h1>
48+
<p><img alt="Generic badge" src="https://img.shields.io/badge/Platform-MacOS%7CWindows-1f425f.svg" /></p>
49+
</section>
50+
<section id="repo-stats">
51+
<h1>Repo Stats<a class="headerlink" href="#repo-stats" title="Permalink to this heading"></a></h1>
52+
<p><a class="reference external" href="https://github.com/thevickypedia/expose/blob/main/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/thevickypedia/expose" /></a>
53+
<a class="reference external" href="https://api.github.com/repos/thevickypedia/expose"><img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/thevickypedia/expose" /></a>
54+
<a class="reference external" href="https://api.github.com/repos/thevickypedia/expose"><img alt="GitHub code size" src="https://img.shields.io/github/languages/code-size/thevickypedia/expose" /></a></p>
55+
</section>
56+
<section id="deployments">
57+
<h1>Deployments<a class="headerlink" href="#deployments" title="Permalink to this heading"></a></h1>
58+
<p><a class="reference external" href="https://github.com/thevickypedia/expose/actions/workflows/pages/pages-build-deployment"><img alt="doc" src="https://github.com/thevickypedia/expose/actions/workflows/pages/pages-build-deployment/badge.svg" /></a>
59+
<a class="reference external" href="https://github.com/thevickypedia/expose/actions/workflows/python-publish.yml"><img alt="pypi" src="https://github.com/thevickypedia/expose/actions/workflows/python-publish.yml/badge.svg" /></a>
60+
<a class="reference external" href="https://github.com/thevickypedia/expose/actions/workflows/markdown-validation.yml"><img alt="markdown" src="https://github.com/thevickypedia/expose/actions/workflows/markdown-validation.yml/badge.svg" /></a></p>
61+
<p><a class="reference external" href="https://pypi.org/project/expose-localhost/#files"><img alt="Pypi-format" src="https://img.shields.io/pypi/format/expose-localhost" /></a>
62+
<a class="reference external" href="https://pypi.org/project/expose-localhost"><img alt="Pypi-status" src="https://img.shields.io/pypi/status/expose-localhost" /></a>
63+
<a class="reference external" href="https://libraries.io/pypi/expose-localhost"><img alt="sourcerank" src="https://img.shields.io/librariesio/sourcerank/pypi/expose-localhost" /></a></p>
64+
</section>
65+
<section id="expose-localhost-using-ec2">
4666
<h1>Expose localhost using EC2<a class="headerlink" href="#expose-localhost-using-ec2" title="Permalink to this heading"></a></h1>
4767
<p>Reverse proxy that creates a secure tunnel from public endpoint to locally running web service</p>
4868
<section id="setup">
@@ -208,7 +228,10 @@ <h2>License &amp; copyright<a class="headerlink" href="#license-copyright" title
208228
<div>
209229
<h3><a href="index.html">Table of Contents</a></h3>
210230
<ul>
211-
<li><a class="reference internal" href="#">Expose localhost using EC2</a><ul>
231+
<li><a class="reference internal" href="#">Platform Supported</a></li>
232+
<li><a class="reference internal" href="#repo-stats">Repo Stats</a></li>
233+
<li><a class="reference internal" href="#deployments">Deployments</a></li>
234+
<li><a class="reference internal" href="#expose-localhost-using-ec2">Expose localhost using EC2</a><ul>
212235
<li><a class="reference internal" href="#setup">Setup</a><ul>
213236
<li><a class="reference internal" href="#environment-variables">Environment Variables:</a></li>
214237
</ul>
@@ -270,7 +293,7 @@ <h3>Navigation</h3>
270293
<a href="index.html" title="Expose - Expose a web service on localhost to public internet using AWS EC2"
271294
>previous</a> |</li>
272295
<li class="nav-item nav-item-0"><a href="index.html">Expose documentation</a> &#187;</li>
273-
<li class="nav-item nav-item-this"><a href="">Expose localhost using EC2</a></li>
296+
<li class="nav-item nav-item-this"><a href="">Platform Supported</a></li>
274297
</ul>
275298
</div>
276299
<div class="footer" role="contentinfo">

docs/_sources/README.md.txt

+36-6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)
2+
3+
###### Platform Supported
4+
![Generic badge](https://img.shields.io/badge/Platform-MacOS|Windows-1f425f.svg)
5+
6+
###### Repo Stats
7+
[![GitHub](https://img.shields.io/github/license/thevickypedia/expose)][LICENSE]
8+
[![GitHub repo size](https://img.shields.io/github/repo-size/thevickypedia/expose)][API_REPO]
9+
[![GitHub code size](https://img.shields.io/github/languages/code-size/thevickypedia/expose)][API_REPO]
10+
11+
###### Deployments
12+
[![doc](https://github.com/thevickypedia/expose/actions/workflows/pages/pages-build-deployment/badge.svg)][gha_pages]
13+
[![pypi](https://github.com/thevickypedia/expose/actions/workflows/python-publish.yml/badge.svg)][gha_pypi]
14+
[![markdown](https://github.com/thevickypedia/expose/actions/workflows/markdown-validation.yml/badge.svg)][gha_markdown]
15+
16+
[![Pypi-format](https://img.shields.io/pypi/format/expose-localhost)](https://pypi.org/project/expose-localhost/#files)
17+
[![Pypi-status](https://img.shields.io/pypi/status/expose-localhost)](https://pypi.org/project/expose-localhost)
18+
[![sourcerank](https://img.shields.io/librariesio/sourcerank/pypi/expose-localhost)](https://libraries.io/pypi/expose-localhost)
19+
120
# Expose localhost using EC2
221
Reverse proxy that creates a secure tunnel from public endpoint to locally running web service
322

@@ -133,7 +152,7 @@ Styling conventions: [`PEP 8`](https://www.python.org/dev/peps/pep-0008/) <br>
133152
Clean code with pre-commit hooks: [`flake8`](https://flake8.pycqa.org/en/latest/) and
134153
[`isort`](https://pycqa.github.io/isort/)
135154

136-
## [Release Notes](https://github.com/thevickypedia/expose/blob/main/release_notes.rst)
155+
## [Release Notes][release-notes]
137156
**Requirement**
138157
```shell
139158
python -m pip install gitverse
@@ -158,17 +177,28 @@ pre-commit run --all-files
158177
```
159178

160179
### Pypi Package
161-
[![pypi-module](https://img.shields.io/badge/Software%20Repository-pypi-1f425f.svg)](https://packaging.python.org/tutorials/packaging-projects/)
180+
[![pypi-module](https://img.shields.io/badge/Software%20Repository-pypi-1f425f.svg)][pypi-read]
162181

163-
[https://pypi.org/project/expose-localhost/](https://pypi.org/project/expose-localhost/)
182+
[https://pypi.org/project/expose-localhost/][pypi]
164183

165184
### Runbook
166-
[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)](https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html)
185+
[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)][sphinx-read]
167186

168-
[https://thevickypedia.github.io/expose/](https://thevickypedia.github.io/expose/)
187+
[https://thevickypedia.github.io/expose/][docs]
169188

170189
## License & copyright
171190

172191
&copy; Vignesh Rao
173192

174-
Licensed under the [MIT License](https://github.com/thevickypedia/expose/blob/main/LICENSE)
193+
Licensed under the [MIT License][LICENSE]
194+
195+
[LICENSE]: https://github.com/thevickypedia/expose/blob/main/LICENSE
196+
[API_REPO]: https://api.github.com/repos/thevickypedia/expose
197+
[pypi]: https://pypi.org/project/expose-localhost/
198+
[pypi-read]: https://packaging.python.org/tutorials/packaging-projects/
199+
[sphinx-read]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html
200+
[docs]: https://thevickypedia.github.io/expose/
201+
[release-notes]: https://github.com/thevickypedia/expose/blob/main/release_notes.rst
202+
[gha_pages]: https://github.com/thevickypedia/expose/actions/workflows/pages/pages-build-deployment
203+
[gha_pypi]: https://github.com/thevickypedia/expose/actions/workflows/python-publish.yml
204+
[gha_markdown]: https://github.com/thevickypedia/expose/actions/workflows/markdown-validation.yml

docs/index.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<link rel="index" title="Index" href="genindex.html" />
2020
<link rel="search" title="Search" href="search.html" />
21-
<link rel="next" title="Expose localhost using EC2" href="README.html" />
21+
<link rel="next" title="Platform Supported" href="README.html" />
2222
</head><body>
2323
<div class="related" role="navigation" aria-label="related navigation">
2424
<h3>Navigation</h3>
@@ -30,7 +30,7 @@ <h3>Navigation</h3>
3030
<a href="py-modindex.html" title="Python Module Index"
3131
>modules</a> |</li>
3232
<li class="right" >
33-
<a href="README.html" title="Expose localhost using EC2"
33+
<a href="README.html" title="Platform Supported"
3434
accesskey="N">next</a> |</li>
3535
<li class="nav-item nav-item-0"><a href="#">Expose documentation</a> &#187;</li>
3636
<li class="nav-item nav-item-this"><a href="">Expose - Expose a web service on localhost to public internet using AWS EC2</a></li>
@@ -47,7 +47,10 @@ <h1>Expose - Expose a web service on localhost to public internet using AWS EC2<
4747
<div class="toctree-wrapper compound">
4848
<p class="caption" role="heading"><span class="caption-text">Read Me:</span></p>
4949
<ul>
50-
<li class="toctree-l1"><a class="reference internal" href="README.html">Expose localhost using EC2</a><ul>
50+
<li class="toctree-l1"><a class="reference internal" href="README.html">Platform Supported</a></li>
51+
<li class="toctree-l1"><a class="reference internal" href="README.html#repo-stats">Repo Stats</a></li>
52+
<li class="toctree-l1"><a class="reference internal" href="README.html#deployments">Deployments</a></li>
53+
<li class="toctree-l1"><a class="reference internal" href="README.html#expose-localhost-using-ec2">Expose localhost using EC2</a><ul>
5154
<li class="toctree-l2"><a class="reference internal" href="README.html#setup">Setup</a></li>
5255
<li class="toctree-l2"><a class="reference internal" href="README.html#usage">Usage</a></li>
5356
<li class="toctree-l2"><a class="reference internal" href="README.html#coding-standards">Coding Standards</a></li>
@@ -1023,7 +1026,7 @@ <h3><a href="#">Table of Contents</a></h3>
10231026
<div>
10241027
<h4>Next topic</h4>
10251028
<p class="topless"><a href="README.html"
1026-
title="next chapter">Expose localhost using EC2</a></p>
1029+
title="next chapter">Platform Supported</a></p>
10271030
</div>
10281031
<div role="note" aria-label="source link">
10291032
<h3>This Page</h3>
@@ -1056,7 +1059,7 @@ <h3>Navigation</h3>
10561059
<a href="py-modindex.html" title="Python Module Index"
10571060
>modules</a> |</li>
10581061
<li class="right" >
1059-
<a href="README.html" title="Expose localhost using EC2"
1062+
<a href="README.html" title="Platform Supported"
10601063
>next</a> |</li>
10611064
<li class="nav-item nav-item-0"><a href="#">Expose documentation</a> &#187;</li>
10621065
<li class="nav-item nav-item-this"><a href="">Expose - Expose a web service on localhost to public internet using AWS EC2</a></li>

docs/objects.inv

8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)