missionpinball / mpf-docs

missionpinball.org website content & all MPF docs
https://missionpinball.org/
MIT License
35 stars 115 forks source link

No write permission on tutorial page 3_get_flipping.rst #293

Closed chris20-20 closed 4 years ago

chris20-20 commented 4 years ago

Hi, I tried to add aomething to the page: https://github.com/missionpinball/mpf-docs/edit/latest/tutorial/3_get_flipping.rst

In line 53ff you can add Notepad++ like: If you use Sublime or Notepad++ as your editor, it just does this automatically. Other editors might require plugins. (For example, you can add this functionality to Atom with a free package called "autocomplete-plus".)

Maybe helpful to add Virtual Pinball (I'm using) in line 468ff: 7b. Using Virtual Pinball as "virtual" hardware


In case you are using Virtual Pinball the config file will look like:

.. code-block:: mpf-config

    hardware:
        platform: virtual_pinball

See also:
* :doc:`The Virtual Pinball (VPX) Platform </hardware/virtual/virtual_pinball_vpx>`
jabdoa2 commented 4 years ago

If you want you can create a Pull Request for that: http://docs.missionpinball.org/en/dev/about/contributing_to_mpf_docs.html#to-make-a-quick-change-to-an-existing-page. Alternatively, I make the change tomorrow.