.. Gamepad.Coder documentation master file, created by sphinx-quickstart on Tue Jan 19 20:07:53 2021. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ HTML CODE |SUBSTITUTIONS| DEFINED IN /conf.py ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ .. Note to self : Ensure this title is unique. Using this string as an if branch to use different CSS on the toplvl Docs homepage vs the CSS file used for the rest of the docs. ============================================ APIs, Manuals, Tutorials ============================================ Welcome to my documentation. | All of my programs here are free and open source, | released under the `Community Commons Zero `_ (cc0) license. .. note:: If you're primarily here to look at my code, here are two annotated scripts I've prepared: * :doc:`Emulate_Numpad.ahk ` * :doc:`Program_Launcher.ahk ` .. hint:: |details_open| While browsing this website, you'll come across sections that look like this. Click either the text (or the arrow) to "unfold" the region and reveal the hidden text. |summary_close| |hr| |indented_block| Congrats! Now you're prepared to navigate this Documentation website. Whenever you see that arrow, it'll fold or unfold a region of the page. On this website, those arrows will never navigate you away from the current page. Presently, you'll find those arrows in ``Hint`` and ``Tip`` boxes like this. .. raw:: HTML
        		
        
Or_you_will_find_them( inside_blocks_of_code ){} Like := "this one! =] " }
|indented_block_close| |details_close| |br| .. v1 .. code-block:: AutoHotkey_CustomLexer Or_you_will_find_them( inside_blocks_of_code ){ Like := "this one! =] " } Have a great day, and enjoy. |br| |br| .. toctree:: :maxdepth: 3 :caption: AutoHotkey: What is AutoHotkey? AutoHotkey/Utilities/index.rst .. toctree:: :maxdepth: -1 :caption: Godot: :titlesonly: What is Godot? Godot/HowTo/index Godot/Projects/index |br| |br| .. note:: Primarily this website is a portfolio for my code and writing styles. But I'm definitely going to add more to this website and keep it online long-term. I plan on uploading my notes, experiments, and tutorials for Godot here. And as time permits, I plan on documenting the tool chains, pre-processing scripts, post-processing scripts, and custom modifications I've used to create this website under a ``Web`` section.