Code Monkey home page Code Monkey logo

abci-docs's Introduction

README

The primary goal of this project is to organize a concerted community effort to improve the ABCI User Guide and Portal Guide that explain how to utilize AI Bridging Cloud Infrastructure (ABCI). ABCI is the world's first large-scale Open AI Computing Infrastructure, constructed and operated by National Institute of Advanced Industrial Science and Technology (AIST). We would welcome your feedbacks including pull requests.

On every release we will deploy it as the current official versions of the ABCI User Guide and Portal Guide, which are located at https://docs.abci.ai/.

Structure of the repository

This repository consists of the following MkDocs documents:

Directory officially deployed URL Notes
root/ https://docs.abci.ai/ Document root of the ABCI User Guide
ja/ https://docs.abci.ai/ja/ Japanese version
en/ https://docs.abci.ai/en/ English version
portal/root/ https://docs.abci.ai/portal/ Document root of the ABCI Portal Guide
portal/ja/ https://docs.abci.ai/portal/ja/ Japanese version
portal/en/ https://docs.abci.ai/portal/en/ English version

Development

You can clone the repository to your local environment and run the builtin development server.

$ pip3 install mkdocs
$ pip3 install mkdocs-material
$ pip3 install mkdocs-redirects
$ pip3 install ghp-import # for deployment to GitHub pages
$ git clone https://github.com/aistairc/abci-docs.git
$ cd abci-docs
$ cd root/ or ja/ or en/
$ mkdocs serve

And, open 'http://127.0.0.1:8000/' using a web browser.

Build and deploy

To generate the static versions of documents:

$ make build
(static files are generated under site/ directory)

And, to deploy and publish generated documents to gh-pages branch:

$ ghp-import -m "(specific message)" -c docs.abci.ai -r origin -b gh-pages -p site

or, just run:

$ make publish-head

abci-docs's People

Contributors

ogawa avatar ttakayuki avatar ahama avatar u-kawasaki avatar s-yama avatar y-tanimura avatar sakkabe avatar stakizawa avatar morikawa-pasc avatar abci-fjse avatar pasc-kouda avatar rymzt avatar ykado avatar a-wada-rk avatar e-kwsm avatar keichi avatar nwatab avatar nis8192 avatar peaceiris 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.