Skip to content

Commit

Permalink
Updating Docs for commit 67ac2d8 made on 2024-10-12T16:48:23+00:00 fr…
Browse files Browse the repository at this point in the history
…om refs/heads/master by michaelb
  • Loading branch information
michaelb committed Oct 12, 2024
0 parents commit 3e52090
Show file tree
Hide file tree
Showing 139 changed files with 29,136 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 72a0bfb1a1ebafb61c987fda49313927
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# README for the GitHub Pages Branch
This branch is simply a cache for the website served from https://michaelb.github.io/sniprun,
and is not intended to be viewed on github.com.

For more information on how this site is built using Sphinx, Read the Docs, and GitHub Actions/Pages, see:
* https://www.docslikecode.com/articles/github-pages-python-sphinx/
* https://tech.michaelaltfield.net/2020/07/18/sphinx-rtd-github-pages-1
Binary file added _images/api.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/classic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/demo_c.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/demo_repl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/floating_window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/nvimnotify.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/terminalWithCode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/virtual_text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
.. Sniprun documentation master file, created by
sphinx-quickstart on Sun Oct 9 14:55:25 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Sniprun's documentation!
===================================

.. toctree::
:maxdepth: 2
:caption: Sniprun:

sources/README.md

.. toctree::
:maxdepth: 2
:caption: Display modes:

sources/display_modes.md

.. toctree::
:maxdepth: 1
:hidden:
:caption: Interpreters:


sources/common_options.md
sources/interpreters/Ada_original.md
sources/interpreters/Bash_original.md
sources/interpreters/Clojure_fifo.md
sources/interpreters/C_original.md
sources/interpreters/Cpp_original.md
sources/interpreters/CSharp_original.md
sources/interpreters/CS_original.md
sources/interpreters/D_original.md
sources/interpreters/Elixir_original.md
sources/interpreters/FSharp_fifo.md
sources/interpreters/Generic.md
sources/interpreters/GFM_original.md
sources/interpreters/Go_original.md
sources/interpreters/Haskell.md
sources/interpreters/Http_original.md
sources/interpreters/Java_original.md
sources/interpreters/JS_TS_bun.md
sources/interpreters/JS_TS_deno.md
sources/interpreters/Julia_jupyter.md
sources/interpreters/Julia_original.md
sources/interpreters/Lua_nvim.md
sources/interpreters/Lua_original.md
sources/interpreters/Mathematica_original.md
sources/interpreters/Neorg_original.md
sources/interpreters/OCaml_fifo.md
sources/interpreters/OrgMode_original.md
sources/interpreters/Prolog_original.md
sources/interpreters/Python3_fifo.md
sources/interpreters/Python3_jupyter.md
sources/interpreters/Python3_original.md
sources/interpreters/R_original.md
sources/interpreters/Ruby_original.md
sources/interpreters/Rust_original.md
sources/interpreters/Sage_fifo.md
sources/interpreters/Scala_original.md
sources/interpreters/TypeScript_original.md
Loading

0 comments on commit 3e52090

Please sign in to comment.