Skip to content

Commit

Permalink
Merge pull request #2 from edwardtheharris/1-docker Closes #1.
Browse files Browse the repository at this point in the history
Add Dockerfile.
  • Loading branch information
edwardtheharris committed Jul 6, 2018
2 parents f69d307 + 3336514 commit b4bf27e
Show file tree
Hide file tree
Showing 70 changed files with 30,262 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM alpine:latest
RUN apk add --no-cache alpine-sdk bash git libxml2-dev libxslt-dev python3 python3-dev py3-pip vim
RUN pip3 install --upgrade pip
RUN pip3 install --no-cache-dir beancount fava
12 changes: 12 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
sphinx = "*"

[dev-packages]

[requires]
python_version = "3.6"
160 changes: 160 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# fava-beans-with-a-nice-cianti
Dockerfile for beancount behind fava.

Dockerfile for [beancount](https://github.com/beancount/beancount) behind [fava](https://github.com/beancount/fava).

Somewhat related to a less than open source [Ansible Container](https://www.ansible.com/integrations/containers/ansible-container) app.
20 changes: 20 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = FavaBeanswithaNiceCianti
SOURCEDIR = source
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 added doc/build/doctrees/environment.pickle
Binary file not shown.
Binary file added doc/build/doctrees/index.doctree
Binary file not shown.
4 changes: 4 additions & 0 deletions doc/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: 755510b45e7ff95c3652fe158645e2a5
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added doc/build/html/.nojekyll
Empty file.
23 changes: 23 additions & 0 deletions doc/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. Fava Beans with a Nice Cianti documentation master file, created by
sphinx-quickstart on Thu Jul 5 18:45:10 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Fava Beans with a Nice Cianti
=========================================================

.. toctree::
:maxdepth: 2
:caption: Contents:


Dunno what this project needs Sphinx documents for, but here they are.



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Binary file added doc/build/html/_static/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b4bf27e

Please sign in to comment.