Skip to content

Instantly share code, notes, and snippets.

View TeroFrondelius's full-sized avatar

Tero Frondelius TeroFrondelius

View GitHub Profile
[
{"name": "iit.mumbai.pub1", "size":1, "imports": ["iit.chennai.pub3"]},
{"name": "iit.delhi.pub2", "size":1, "imports": ["iit.mumbai.pub1"]},
{"name": "iit.chennai.pub3", "size":1, "imports": ["iit.delhi.pub2"]}
]
// Copright (C) 1999-2013, Bernd Gaertner
// $Rev: 3581 $
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
tero@tero-Dell-System-XPS-L321X ~/dev/JuliaFEM.jl $ make html
sphinx-build -b html docs docs/build/html
Running Sphinx v1.2.3
loading pickled environment... not yet created
Exception occurred:
File "/home/tero/anaconda/lib/python2.7/site-packages/sphinx/util/__init__.py", line 94, in get_matching_docs
suffixpattern = '*' + suffix
TypeError: cannot concatenate 'str' and 'list' objects
The full traceback has been saved in /tmp/sphinx-err-nt1Mbo.log, if you want to report the issue to the developers.
@TeroFrondelius
TeroFrondelius / calculix.sh
Created July 29, 2015 18:59
Calculix build.jl failure
Cloning into 'CalculiX-cmake'...
remote: Counting objects: 2010, done.
remote: Compressing objects: 100% (1354/1354), done.
remote: Total 2010 (delta 453), reused 0 (delta 0), pack-reused 655
Receiving objects: 100% (2010/2010), 13.43 MiB | 273.00 KiB/s, done.
Resolving deltas: 100% (687/687), done.
Checking connectivity... done.
Note: checking out '82ac120b2a5b1652134f7b2e8e60bfad8a0a2257'.
You are in 'detached HEAD' state. You can look around, make experimental
tero@tero-Dell-System-XPS-L321X ~/dev/julia $ make -C doc doctest
make: Entering directory `/home/tero/dev/julia/doc'
PATH="/home/tero/anaconda/bin:/home/tero/bin:/home/tero/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:" . /home/tero/dev/julia/deps/julia-env/bin/activate && sphinx-build -b doctest -d _build/doctrees . _build/doctest
Running Sphinx v1.2.3
loading pickled environment... not yet created
building [doctest]: targets for 77 source files that are out of date
updating environment: 77 added, 0 changed, 0 removed
reading sources... [100%] stdlib/test
/home/tero/dev/julia/doc/manual/strings.rst:721: ERROR: Unexpected indentation.
/home/tero/dev/julia/doc/stdlib/collections.rst:126: WARNING: duplicate object description of Base.length, other instance in /home/tero/dev/julia/doc/stdlib/arrays.rst, use :noindex: for one of them
@TeroFrondelius
TeroFrondelius / out.bash
Created July 29, 2015 18:17
make -C doc doctest error
tero@tero-Dell-System-XPS-L321X ~/dev/julia $ make -C doc doctest
make: Entering directory `/home/tero/dev/julia/doc'
PATH="/home/tero/anaconda/bin:/home/tero/bin:/home/tero/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:" . /home/tero/dev/julia/deps/julia-env/bin/activate && sphinx-build -b doctest -d _build/doctrees . _build/doctest
Running Sphinx v1.2.3
loading pickled environment... not yet created
building [doctest]: targets for 77 source files that are out of date
updating environment: 77 added, 0 changed, 0 removed
reading sources... [100%] stdlib/test
/home/tero/dev/julia/doc/manual/strings.rst:721: ERROR: Unexpected indentation.
/home/tero/dev/julia/doc/stdlib/collections.rst:126: WARNING: duplicate object description of Base.length, other instance in /home/tero/dev/julia/doc/stdlib/arrays.rst, use :noindex: for one of them