Coder Social home page Coder Social logo

beancount-docs's Introduction

说明

本项目fork自beancount doc,使用 ChatGPT-4o 进行翻译。

Beancount 文档

https://beancount.github.io/docs/

源文件位于docs目录中。

这些 Markdown 格式的文档是从官方 Beancount 文档自动生成的。

可以贡献

Beancount Google Doc 转换器

安装

转换器需要 Python 3.6 - 3.10。

建议创建 virtualenv:

python3 -m venv venv
. venv/bin/activate

安装依赖项:

pip install -r requirements.txt

使用

导出并转换单个文档:

# 将 Google 文档导出为 docx 文件
python export.py document "100tGcA4blh6KSXPRGCZpUlyxaRUwFHEvnz_k9DyZFn4" doubleentry.docx
# 导出图表
python export.py drawings "100tGcA4blh6KSXPRGCZpUlyxaRUwFHEvnz_k9DyZFn4" drawings
# 将 docx 文件转换为 markdown
python export.py convert doubleentry.docx doubleentry.md --drawing-dir=drawings

导出并转换所有文档:

python crawl.py

文档网站

使用MkDocs生成静态网站:

python build.py serve

部署到 GitHub Pages:

python build.py gh-deploy

beancount-docs's People

Contributors

xuhcc avatar bradyt avatar vorburger avatar xwind18 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.