Giter Club home page Giter Club logo

kicad-doc's People

Contributors

anderspitman avatar antoniomr avatar asukiaaa avatar baranovskiykonstantin avatar bombledmonk avatar briansidebotham avatar caerbannog avatar cbernardo avatar ciampix avatar djsbriscoe avatar evanshultz avatar fat-zer avatar gyrosgeier avatar jamestaji avatar johnbeard avatar jp-charras avatar jzygielo avatar kinichiro avatar nickoe avatar nosuz avatar orsonmmz avatar rbuj avatar reportingsjr avatar stambaughw avatar starfort-jp avatar tijuca avatar tommay avatar transistorgrab avatar yoneken avatar yurayko avatar

Watchers

 avatar  avatar

kicad-doc's Issues

using Travis-CI for checking pull-request

take consider using travis-ci for checking pull-request.

  • settings below works fine and it takes about 20 min. to build all documents.
  • apt-get install takes a lot of time of build.

.travis.yml

language: c
dist: trusty
sudo: required
cache: apt

before_script:
  - sudo apt-get -qq update
  - sudo apt-get install -y asciidoc pandoc gettext po4a dblatex
  - sudo apt-get install -y source-highlight
  - sudo apt-get install -y fonts-freefont-ttf fonts-vlgothic
  - sudo apt-get install -y texlive-xetex
  - sudo apt-get install -y texlive-lang-cjk
  - sudo apt-get install -y texlive-lang-cyrillic
  - sudo apt-get install -y texlive-lang-dutch
  - sudo apt-get install -y texlive-lang-english
  - sudo apt-get install -y texlive-lang-french
  - sudo apt-get install -y texlive-lang-german
  - sudo apt-get install -y texlive-lang-italian
  - sudo apt-get install -y texlive-lang-polish
  - sudo apt-get install -y texlive-lang-spanish
  - chmod ugo+x utils/travis/build.sh

script: utils/travis/build.sh

utils/travis/build.sh

#!/bin/sh
set -e

mkdir build
cd build
cmake ../
make -j4

unification of Help menu

KiCad Help menu should be unified.

  • library editor
    • "Contents" -> "Eeschema Manual"
  • cvpcb
    • add "Getting Started in KiCad"
  • pcbnew
    • "Contents" -> "PcbNew Manual"
  • gerbview
    • "Contents" -> "GerbView Manual"
    • add "Getting Started in KiCad"
    • fix invalid 2 icons
  • pl_editor
    • "Contents" -> "Page Layout Editor Manual"
    • fix invalid 2 icons

I put the fixing image below.
help

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.