GithubHelp home page GithubHelp logo

manual-chinese's Introduction

关于Neo4j中文手册

文档采用了asciidoc格式,请参考:

编译生成文档

Asciidoc version 8.6.8 is a requirement together with whatever dependencies it needs and specifically docbook, w3m, fop and graphviz.

Apache Maven together with Make are used to unpack the pieces of the manual and to execute asciidoc on them. Note that running parallel jobs with Make (-j option) is not supported.

生成文档, 使用命令:
mvn clean install
This will produce a single html5 page (in 'target/html5'). Note that this won’t suffice in order to build the download packages of Neo4j. However, the build requirements are limited to Python and Graphviz (and Maven, Java). This build checks for missing include files and AsciiDoc syntax errors.

要生成所有的目标, 使用:
mvn clean install -DfullBuild 或者
mvn clean install -DfullManualBuild

To build all dependencies of the manual, use the following at the top level of the repository:
mvn clean install -DdocsBuild
In order to build all the artifacts of the manual too, add -DfullManualBuild

在OSX系统上面生成文档

安装涉及到的库文件

brew install docbook asciidoc w3m fop graphviz libtool

注册 docbook xml DTD

sudo ./osx-register-docbook

在Ubuntu系统上生成文档

sudo apt-get install asciidoc docbook fop graphviz w3m maven libxml2-utils xsltproc

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.