GithubHelp home page GithubHelp logo

fintech's Introduction

PyFrm

文档介绍

本文档使用 mkdocs 编写,pip install mkdocs 安装mkdocs。

如果对 easy_install, pip, python setup.py install 这些有疑问。

参见: http://zengrong.net/post/2169.htm

推荐markdown编写文档。

markdown为Web博客书写而设计,目前主流网站均支持。语法介绍: http://www.appinn.com/markdown/

本地使用

git clone项目后,进入项目目录,启动命令:

  • mkdocs serve - 启动本地访问服务访问手册。

如果你还不熟悉 git,请查阅:

Git教学

Git备忘单

其他常用命令:

  • mkdocs new [dir-name] - 创建新文档项目.
  • mkdocs build - 构建html本地站点.
  • mkdocs gh-deploy - 发布到github
  • mkdocs help - 帮助文档.

主要介绍技术使用及流程规范,请勿将密码、核心业务、关键算法等写入本文档。欢迎补充说明。

未安装 mkdocs 查看文档:

  1. 进入 site 目录

    cd site

  2. 启动 python 本地文件服务

    python3 执行 python -m http.server 9080

    python2 执行 python -m SimpleHTTPServer 9080

    访问本地网页 http://127.0.0.1:9080

fintech's People

Contributors

madre avatar

Watchers

James Cloos avatar  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.