Giter Site home page Giter Site logo

thomasbreuer / gapdoc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from frankluebeck/gapdoc

0.0 0.0 0.0 7.06 MB

A package to generate documentation for GAP (https://www.gap-system.org) code

Home Page: http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc/

TeX 0.47% Shell 0.69% GAP 94.32% HTML 1.82% CSS 1.41% JavaScript 1.30%

gapdoc's Introduction

GAPDoc --- A GAP 4 package for preparing documentation of GAP programs

                    Frank Lübeck
                   Max Neunhöffer
        (Lehrstuhl D für Mathematik, RWTH Aachen)              

This package provides:

  • Utilities to use the documentation (of GAP packages and in the future the GAP manuals as well) which is written in GAPDoc format with the GAP help system. If you don't want to write your own (package) documentation you can skip the remaining points.
  • The description of a markup language for GAP documentation (which is defined using the XML standard).
  • Three example documents using this language: The GAPDoc documentation itself, a short example which demonstrates all constructs defined in the GAPDoc language, and a very short example explained in the introduction of the main documentation.
  • A mechanism for distributing documentation among several files, including source code files.
  • GAP programs (written by the first named author) which produce from documentation written in the GAPDoc language several document formats:
    • text format with color markup for onscreen browsing.
    • LaTeX format and from this PDF- (and DVI)-versions with hyperlinks.
    • HTML (XHTML 1.0 strict) format for reading with a Web-browser (and many hooks for CSS layout).
  • Utility GAP programs which are used for the above but can be of independent interest as well:
    • unicode strings with translations to and from other encodings
    • further utilities for manipulating strings
    • tools for dealing with BibTeX data
    • another data format BibXMLext for bibliographical data including tools to manipulate/translate them
    • a tool ComposedDocument for composing documents which are distributed in many files

For further information see: http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc/

INSTALLATION

Just unpack one of the archives in the "pkg" subdirectory of your GAP installation. The archive is available in several formats:

  • GAPDoc-XXX.tar.gz (GNU tar archive, gzip'ed)
  • GAPDoc-XXX.tar.bz2 (GNU tar archive, bzip2'ed)
  • GAPDoc-XXX-win.zip (with DOS/Windows style line breaks in text files)

Unpacking generates a subdirectory of form GAPDoc-x.y.z.

That's it! (Maybe you want to read the help section ?SetHelpViewer in the GAP reference manual.)

Installation outside the GAP main directory: When you don't have access to the directory of your main GAP installation you can also install the package by unpacking inside a directory MYGAPDIR/pkg. (Don't forget to call gap with the -l ";MYGAPDIR" option or to adjust your gap start script.)

On UNIX/Linux you can put this package in the directory ~/.gap/pkg/ where is will be found by the default start script.

The only drawback with this installation is that in the HTML version of the package documentation the links to the main GAP manuals don't work. You can correct this by recompiling the GAPDoc documentation: Say cd GAPDoc*; gap makedocrel.g.

For questions, suggestions, ... write to

[email protected]

or use the issue tracker (https://github.com/frankluebeck/GAPDoc/issues) of the git-repository.

Frank Lübeck

gapdoc's People

Contributors

chrisjefferson avatar fingolfin avatar frankluebeck avatar mtorpey 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.