Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
change tagline for SEO
update translations
  • Loading branch information
martinmiglio committed Oct 2, 2023
1 parent bf65973 commit 4e20c1f
Show file tree
Hide file tree
Showing 6 changed files with 337 additions and 188 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

[![GitHub](https://img.shields.io/github/license/martinmiglio/pymemuc)](LICENSE) [![Documentation Status](https://readthedocs.org/projects/pymemuc/badge/?version=latest)][full_doc] [![PyPI](https://img.shields.io/pypi/v/pymemuc) ![PyPI - Downloads](https://img.shields.io/pypi/dm/pymemuc)][pypi_link] [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pymemuc)][python_link] [![CodeFactor](https://www.codefactor.io/repository/github/martinmiglio/pymemuc/badge)][codefactor_link]

A wrapper for [MEmu Command (MEMUC)][memuc_docs] in python.
A Python API for MEmu Android Emulator.
pymemuc exposes [MEmu Command (MEMUC)][memuc_docs] functionality in Python.

Allows for easy interaction with MEmu VMs, including VM image management, VM control, running VM commands and ADB interaction.

Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ pymemuc
:target: https://www.codefactor.io/repository/github/martinmiglio/pymemuc
:alt: CodeFactor

A wrapper for `MEmu Command <https://www.memuplay.com/blog/memucommand-reference-manual.html>`_ in python.
A Python API for MEmu Android Emulator.
pymemuc exposes `MEmu Command <https://www.memuplay.com/blog/memucommand-reference-manual.html>`_ functionality in Python.

Allows for easy interaction with MEmu VMs, including VM image management, VM control, running VM commands and ADB interaction.

Expand Down
49 changes: 35 additions & 14 deletions docs/source/locales/en/LC_MESSAGES/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pymemuc \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-19 13:51-0400\n"
"POT-Creation-Date: 2023-10-02 14:08-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
Expand Down Expand Up @@ -49,51 +49,52 @@ msgstr ""

#: ../../source/index.rst:26
msgid ""
"A wrapper for `MEmu Command <https://www.memuplay.com/blog/memucommand-"
"reference-manual.html>`_ in python."
"A Python API for MEmu Android Emulator. pymemuc exposes `MEmu Command "
"<https://www.memuplay.com/blog/memucommand-reference-manual.html>`_ "
"functionality in Python."
msgstr ""

#: ../../source/index.rst:28
#: ../../source/index.rst:29
msgid ""
"Allows for easy interaction with MEmu VMs, including VM image management,"
" VM control, running VM commands and ADB interaction."
msgstr ""

#: ../../source/index.rst:31
#: ../../source/index.rst:32
msgid "Contents"
msgstr ""

#: ../../source/index.rst:39
#: ../../source/index.rst:40
msgid "Contribute"
msgstr ""

#: ../../source/index.rst:41
#: ../../source/index.rst:42
msgid ""
"If you are having any problems or wish to see added features, `find or "
"open an issue <https://github.com/marmig0404/pymemuc/issues>`_."
"open an issue <https://github.com/martinmiglio/pymemuc/issues>`_."
msgstr ""

#: ../../source/index.rst:42
#: ../../source/index.rst:43
msgid ""
"Looking to contribute directly? Open a pull request in the `repository "
"<https://github.com/marmig0404/pymemuc>`_."
"<https://github.com/martinmiglio/pymemuc>`_."
msgstr ""

#: ../../source/index.rst:45
#: ../../source/index.rst:46
msgid "Support"
msgstr ""

#: ../../source/index.rst:47
#: ../../source/index.rst:48
msgid ""
"If you are having issues, please let us know. This project is still in "
"development."
msgstr ""

#: ../../source/index.rst:50
#: ../../source/index.rst:51
msgid "License"
msgstr ""

#: ../../source/index.rst:52
#: ../../source/index.rst:53
msgid "The project is licensed under the MIT license."
msgstr ""

Expand All @@ -109,3 +110,23 @@ msgstr ""
#~ " pull request in the `repository "
#~ "<https://github.com/martinmiglio/pymemuc>`_."
#~ msgstr ""

#~ msgid ""
#~ "A wrapper for `MEmu Command "
#~ "<https://www.memuplay.com/blog/memucommand-reference-"
#~ "manual.html>`_ in python."
#~ msgstr ""

#~ msgid ""
#~ "If you are having any problems or"
#~ " wish to see added features, `find"
#~ " or open an issue "
#~ "<https://github.com/marmig0404/pymemuc/issues>`_."
#~ msgstr ""

#~ msgid ""
#~ "Looking to contribute directly? Open a"
#~ " pull request in the `repository "
#~ "<https://github.com/marmig0404/pymemuc>`_."
#~ msgstr ""

Loading

0 comments on commit 4e20c1f

Please sign in to comment.