Giter Site home page Giter Site logo

goaop / documentation Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 3.0 2.82 MB

[WIP] Rewritten documentation for Go! AOP framework and related projects

License: MIT License

Makefile 0.71% JavaScript 29.55% HTML 18.47% Python 6.15% Batchfile 0.94% CSS 43.94% Shell 0.23%

documentation's Introduction

Documentation for Go! Aspect-Oriented Framework and related projects

[WORK IN PROGRESS]

This repository contains documentation for Go! AOP framework and related projects:

To see current, development version of this documentation, go to http://go-aop-php.readthedocs.io/en/dev/ where this documentation is rendered online.

Building documentation

This documentation is written using reStructuredText (see http://docutils.sourceforge.net/rst.html).

HTML files are generated with Sphinix Python documentation generator. Assets are managed via Node.js and npm, compiled and published using Webpack.

Requirements

In general, you should install Sphinix and Node.js only. When you run npm install from root directory of this project, all other dependencies will be installed.

Execute build

Documentation is built in three steps:

  1. Clean up _build/doctrees, _build/html and _static directories from previous build.
  2. Compiling all the assets by running ./node_modules/.bin/encore production. Command will start Webpack, compile all assets (.scss and .js files and fonts) and place them into _static directory.
  3. Generating documentation by running make html command. Command will convert all .rst files to .html, placing them into _build directory accompanied with _static directory as well.

Of course, you can execute all of those commands by simply runing sh build.sh script that will do all of those at once.

documentation's People

Contributors

oxenfree avatar thecelavi avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

documentation's Issues

Automatic build and deploy to public host

It would be nice to configure automatic build of docs (for example, by Travis) and then just publish or deploy formatted docs to some host (GitHub pages?, Readthedocs?).

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.