Skip to content

Commit

Permalink
Update gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Sep 4, 2023
0 parents commit a54fa79
Show file tree
Hide file tree
Showing 50 changed files with 14,877 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# EditorConfig: http://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[Makefile]
indent_style = tab

[*.md]
trim_trailing_whitespace = false

[{package.json,.travis.yml}]
indent_size = 2

[*.{js,ts,css,html,svelte}]
indent_size = 2
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/*cache
/.coverage
/.eggs
/.tox
/build/
/pip-wheel-metadata/
/dist/
/docs/api/
/frontend/coverage/
/src/fava/static/*
!/src/fava/static/favicon.ico
/src/fava/translations/messages.pot
/src/fava.egg-info
/htmlcov
/venv

/.idea/
/.vscode/

node_modules
*.pyc
*.so
*.mo
.DS_Store
.env
TODO
npm-debug.log
Empty file added .nojekyll
Empty file.
39 changes: 39 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
ci:
skip: ["eslint"]
repos:
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
hooks:
- id: ruff
- repo: local
hooks:
- id: prettier
name: prettier
language: node
entry: prettier --write --list-different --ignore-unknown
require_serial: true
additional_dependencies:
- "[email protected]"
- "[email protected]"
- "[email protected]"
- id: stylelint
name: stylelint
language: node
entry: stylelint --fix
files: \.(css|svelte)$
require_serial: true
additional_dependencies:
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
- id: eslint
name: eslint
language: node
entry: ./frontend/node_modules/eslint/bin/eslint.js --max-warnings 0
require_serial: true
files: frontend/.*\.(js|ts|svelte)$
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src/fava/**/*.html
package-lock.json
3 changes: 3 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"proseWrap": "always"
}
10 changes: 10 additions & 0 deletions _sources/api.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
API Documentation
=================

.. note:: There's no stability guarantee as this is just for internal purposes currently.

.. toctree::
:glob:

api/fava*

55 changes: 55 additions & 0 deletions _sources/api/fava.beans.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
fava.beans
==========

.. automodule:: fava.beans

fava.beans.abc
--------------

.. automodule:: fava.beans.abc

fava.beans.account
------------------

.. automodule:: fava.beans.account

fava.beans.create
-----------------

.. automodule:: fava.beans.create

fava.beans.flags
----------------

.. automodule:: fava.beans.flags

fava.beans.funcs
----------------

.. automodule:: fava.beans.funcs

fava.beans.helpers
------------------

.. automodule:: fava.beans.helpers

fava.beans.load
---------------

.. automodule:: fava.beans.load

fava.beans.prices
-----------------

.. automodule:: fava.beans.prices

fava.beans.str
--------------

.. automodule:: fava.beans.str

fava.beans.types
----------------

.. automodule:: fava.beans.types

105 changes: 105 additions & 0 deletions _sources/api/fava.core.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
fava.core
=========

.. automodule:: fava.core

fava.core.accounts
------------------

.. automodule:: fava.core.accounts

fava.core.attributes
--------------------

.. automodule:: fava.core.attributes

fava.core.budgets
-----------------

.. automodule:: fava.core.budgets

fava.core.charts
----------------

.. automodule:: fava.core.charts

fava.core.commodities
---------------------

.. automodule:: fava.core.commodities

fava.core.conversion
--------------------

.. automodule:: fava.core.conversion

fava.core.documents
-------------------

.. automodule:: fava.core.documents

fava.core.extensions
--------------------

.. automodule:: fava.core.extensions

fava.core.fava_options
----------------------

.. automodule:: fava.core.fava_options

fava.core.file
--------------

.. automodule:: fava.core.file

fava.core.filters
-----------------

.. automodule:: fava.core.filters

fava.core.group_entries
-----------------------

.. automodule:: fava.core.group_entries

fava.core.ingest
----------------

.. automodule:: fava.core.ingest

fava.core.inventory
-------------------

.. automodule:: fava.core.inventory

fava.core.misc
--------------

.. automodule:: fava.core.misc

fava.core.module_base
---------------------

.. automodule:: fava.core.module_base

fava.core.number
----------------

.. automodule:: fava.core.number

fava.core.query_shell
---------------------

.. automodule:: fava.core.query_shell

fava.core.tree
--------------

.. automodule:: fava.core.tree

fava.core.watcher
-----------------

.. automodule:: fava.core.watcher

5 changes: 5 additions & 0 deletions _sources/api/fava.ext.portfolio_list.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fava.ext.portfolio_list
=======================

.. automodule:: fava.ext.portfolio_list

10 changes: 10 additions & 0 deletions _sources/api/fava.ext.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
fava.ext
========

.. automodule:: fava.ext

fava.ext.auto_commit
--------------------

.. automodule:: fava.ext.auto_commit

5 changes: 5 additions & 0 deletions _sources/api/fava.help.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fava.help
=========

.. automodule:: fava.help

15 changes: 15 additions & 0 deletions _sources/api/fava.plugins.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
fava.plugins
============

.. automodule:: fava.plugins

fava.plugins.link_documents
---------------------------

.. automodule:: fava.plugins.link_documents

fava.plugins.tag_discovered_documents
-------------------------------------

.. automodule:: fava.plugins.tag_discovered_documents

45 changes: 45 additions & 0 deletions _sources/api/fava.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
fava
====

.. automodule:: fava

fava.application
----------------

.. automodule:: fava.application

fava.cli
--------

.. automodule:: fava.cli

fava.context
------------

.. automodule:: fava.context

fava.helpers
------------

.. automodule:: fava.helpers

fava.internal_api
-----------------

.. automodule:: fava.internal_api

fava.json_api
-------------

.. automodule:: fava.json_api

fava.serialisation
------------------

.. automodule:: fava.serialisation

fava.template_filters
---------------------

.. automodule:: fava.template_filters

25 changes: 25 additions & 0 deletions _sources/api/fava.util.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
fava.util
=========

.. automodule:: fava.util

fava.util.date
--------------

.. automodule:: fava.util.date

fava.util.excel
---------------

.. automodule:: fava.util.excel

fava.util.ranking
-----------------

.. automodule:: fava.util.ranking

fava.util.sets
--------------

.. automodule:: fava.util.sets

Loading

0 comments on commit a54fa79

Please sign in to comment.