Skip to content

Commit

Permalink
Merge pull request #236 from mraniki/dev
Browse files Browse the repository at this point in the history
📝 Update index.rst file
  • Loading branch information
mraniki committed Jul 8, 2023
2 parents 44c0f28 + ec68b3f commit 061bb84
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
10 changes: 8 additions & 2 deletions .registry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
FROM python:3.11
WORKDIR /app
COPY ./examples/ /.requirements/requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
#COPY ./examples/ /.requirements/requirements.txt .
#RUN pip install --no-cache-dir -r requirements.txt

COPY ./examples/ .
RUN pip install --no-cache-dir findmyorder
RUN pip install --no-cache-dir fastapi
RUN pip install --no-cache-dir uvicorn

EXPOSE 8080
CMD [ "python", "./example.py" ]
14 changes: 11 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FindMyOrder

.. image:: https://user-images.githubusercontent.com/8766259/233823991-cceaa05a-ff15-4796-a6bb-bcb3ee0d8859.jpg
:align: right
:width: 200
:width: 50


.. toctree::
Expand All @@ -17,14 +17,23 @@ FindMyOrder

How To Use it
==================
the following example illustrate how to use the module

.. rli:: https://raw.githubusercontent.com/mraniki/findmyorder/main/examples/example.py
:language: python
:lines: 10-29


Settings
==================
Setting available via settings.toml

.. rli:: https://raw.githubusercontent.com/mraniki/findmyorder/main/findmyorder/default_settings.toml
:language: python

FMO class
==================
* :doc:`findmyorder <findmyorder:main>`



Indices and tables
Expand All @@ -35,7 +44,6 @@ Indices and tables
* :ref:`search`



Talky
==================
* :doc:`Talkytrader <talkytrader:index>`
Expand Down

0 comments on commit 061bb84

Please sign in to comment.