Skip to content

Commit

Permalink
Merge pull request #2 from lbussy/legacy
Browse files Browse the repository at this point in the history
Legacy
  • Loading branch information
lbussy committed Mar 30, 2019
2 parents 912e5ff + 4efe7c8 commit 18d03b6
Show file tree
Hide file tree
Showing 109 changed files with 19,760 additions and 1,516 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

37 changes: 0 additions & 37 deletions .gitignore

This file was deleted.

674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

177 changes: 0 additions & 177 deletions Makefile

This file was deleted.

30 changes: 0 additions & 30 deletions README.md

This file was deleted.

19 changes: 19 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SOURCEDIR = .
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file added docs/_build/doctrees/faq/faq-index.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/_build/html/.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: e0e68f116bd817e608c669ff62d5885c
tags: 645f666f9bcd5a90fca523b33c5a78b7
File renamed without changes.
File renamed without changes.
File renamed without changes.
25 changes: 25 additions & 0 deletions docs/_build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. BrewPi Documentation documentation master file, created by
sphinx-quickstart on Sun Jun 23 20:28:44 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to the BrewPi Documentation!
================================================
**A note from your host:** This Legacy branch of documentation is being provided as a copy of the *original* BrewPi documentation, created when the Arduino (now referred to as "Legacy") was the only option. It is being presented here for historical purposes only, and may not be correct. What follows is that documentation and is not my work, nor is it intended for the remix project.

This documentation is written in reStructured text format and `part of the brewpi-www repository <https://github.com/BrewPi/brewpi-www/tree/develop/docs>`_. If you see something that could use some updating, please let me know! Even better: fix it yourself and send me a pull request on GitHub!

The steps below will help you to go from a blank SD card and an unprogrammed Arduino to a working BrewPi setup. Install and update scripts are available to do most of the work for you. After flashing Raspbian Wheezy onto your Pi, these scripts will automate 80% of the process. If you really want to, you can still do your setup manually or just check the manual setup guide to see what the install script will do for you.

.. toctree::
:maxdepth: 2
:numbered: 2

installing-your-pi/rpi-setup
automated-brewpi-install/automated-brewpi-install.rst
manual-brewpi-install/manual-brewpi-install.rst
after-install/program-arduino
after-install/device-configuration
updating-brewpi/update-script.rst
faq/faq-index.rst
changelog/changelog.rst
File renamed without changes.
File renamed without changes.
Binary file added docs/_build/html/_static/ajax-loader.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 18d03b6

Please sign in to comment.