This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"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"]} | |
] |