Coder Social home page Coder Social logo

s0fire / docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from libretro/docs

0.0 0.0 0.0 374.69 MB

This is a repo of the RetroArch official document page.

Home Page: https://docs.libretro.com/

License: MIT License

Shell 0.29% TeX 98.33% Makefile 1.38%

docs's Introduction

Contribute to the documentation

The docs are written in Markdown if you need help with the syntax use this guide. Mkdocs uses some Markdown extensions that you may have to familiarize with.

The documentation source is maintained via Git. For more info on how to use git refer to their help

In order to propose improvements to a document:

  1. Clone the repo
  2. Make the changes and update your clone
  3. Follow the "Building the docs" section to render the documentation site locally
  4. Propose your changes using the button New Pull Request in the docs repo

There is a To-Do list for libretro/docs here and you can submit suggestions or issues regarding documentation at the libretro/docs issue tracker.

Building the docs

  1. Make sure you have Python and pip installed
    python --version
    pip --version
    

!!! Note "Building in Windows/msys2" If you are using the standard RetroArch msys2 environment, you will need to install python with the command pacman -S python. Next you will need to download the get-pip.py script from the pip bootstrap site. Finally, execute the script with the command python get-pip.py.

  1. Install MkDocs

    pip install mkdocs
    
  2. Install MkDocs-Material

    pip install mkdocs-material
    
  3. Install PyMdown Extensions

    pip install pymdown-extensions
    
  4. Build the site

    mkdocs build
    
  5. The documentation will be built to the site directory; preview any changes with MkDocs' built-in dev-server before submitting a pull request

    mkdocs serve
    

References

Adding a new core

These are the documents that should be added/updated when a new core is added to the libretro ecosystem.

  • Add the core to docs/library/ (Follow the latest core template. docs/meta/core-template.md)
  • Add the core to mkdocs.yml
  • Add the core to docs/meta/core-list.md
  • Add the core to docs/meta/see-also.md if it's related to another core in some way
  • Add the core to docs/development/licenses.md
  • Add the core to docs/guides/softpatching.md if it supports softpatching
  • Add the core to docs/guides/retroachievements.md if it supports cheevos
  • Add the core to docs/library/bios.md if it needs a BIOS

docs's People

Contributors

alphanu1 avatar auster-south-anemoi avatar barbudreadmon avatar bslenul avatar cuttlefishjones8652 avatar drhelius avatar felinben avatar fpscan avatar fr500 avatar ggrtk avatar gouchi avatar hizzlekizzle avatar hunterk avatar inactive123 avatar jdgleaver avatar jste0 avatar keo13579 avatar libretroadmin avatar maksun avatar markwkidd avatar meleu avatar natinusala avatar negativeexponent avatar porg avatar robloach avatar sanaki avatar sonninnos avatar thebunnyrules avatar zlika avatar zoltanvb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.