Giter Site home page Giter Site logo

yixuan225 / deeplearning4j-docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deeplearning4j/deeplearning4j-docs

0.0 1.0 0.0 88.78 MB

Documentation for Deeplearning4j - Deep Learning for the JVM, Java & Scala

Home Page: https://deeplearning4j.org/

License: Apache License 2.0

HTML 98.11% CSS 0.44% JavaScript 1.33% PHP 0.08% Ruby 0.04% Shell 0.01%

deeplearning4j-docs's Introduction

WEBSITE GUIDELINE

PERMALINK

DEFAULT ENGLISH = deeplearning4j.org/title

OTHER LANGUAGE = deeplearning4j.org/lang/title

EXAMPLE:

  1. English = deeplearning4j.org/title
  2. Chinese = deeplearning4j.org/cn/title
  3. Korean = deeplearning4j.org/kr/title
  4. Japanese = deeplearning4j.org/jp/title

WEBSITE STRUCTURE

The deeplearning4j.org website divided into the following sections:

  1. Landing Page (deeplearning4j.org)
  2. Content Page (deeplearning4j.org/xxx)
  • header
  • navigation
  • sidebar
  • footer

Landing Page

To edit the Landing Page, edit the html file located at "_layouts/index.html"


Content Page

The default content layout is located at "_layouts/default.html". The default layout contains html blocks from "_includes/":

  1. header.html
  2. navigation.html
  3. sidebar.html
  4. footer.html

WEBSITE LAYOUT

To write a post with the layout you want, you should add this in the beginning of your post:

---

title: YOUR TITLE

layout: default (or other layout you preferred)

---

In example:

MD LAYOUT


Header

Header html file located at "_includes/header.html"

NOTE: You shouldn't edit this file unless needed.


Navigation

Navigation html file located at "_includes/navigation.html"

If you are modifying the Navigation file for other language, then duplicated the navigation.html and rename it to "lang-navigation.html" (i.e. cn-navigation.html)


Sidebar

Navigation html file located at "_includes/sidebar.html"

If you are modifying the Navigation file for other language, then duplicated the sidebar.html and rename it to "lang-sidebar.html" (i.e. cn-sidebar.html)


Footer

Footer html file located at "_includes/footer.html"

NOTE: You shouldn't edit this file unless needed.


STYLING (Standard)

For Image Use the following code:

<img class="img-responsive center-block" src="../img/your-image-name-here.png" alt="deeplearning4j">

If you are putting up the dl4j or other code, use the following:

More than one line:

<pre class="line-numbers"><code class="language-java">

your code here

your code here

...

</code></pr>

Only one line:

<pre><code class="language-java">

your code here

</code></pr>

NOTE: Please use &lt; for <, and &gt; for > in order not to mess up with the html coding.

deeplearning4j-docs's People

Contributors

chrisvnicholson avatar yanbowang avatar ejunprung avatar tomthetrainer avatar alexdblack avatar crockpotveggies avatar raver119 avatar nyghtowl avatar ncleaver avatar treo avatar truthlapan avatar lea-durand avatar jrmerwin avatar saudet avatar kepricon avatar eraly avatar keunwoochoi avatar bpark738 avatar bkanui avatar slinlee avatar globalcaos avatar maxpumperla avatar victormartinezconte avatar eiida avatar maragordon avatar agbohub avatar vladimir-nazarenko avatar lewuathe avatar yeewentan avatar everpeace avatar

Watchers

Xuan 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.