Commit Graph

145 Commits

Author SHA1 Message Date
Jukka Aho a0808f18fd Update automatic document generation
It looks document generation proceduce has slightly changed.
docs/Project.toml is defining dependencies for document generation and
they are not explicitly given in `travis.yml`.
2019-09-13 17:06:56 +03:00
Jukka Aho e462fa2862 Documentation deployment fix (#230)
Similar work done in FEMQuad.jl and FEMBase.jl
2019-04-08 21:35:13 +03:00
Reza Rastak 190644ffa9 fixed deprecated warning for format = html 2019-02-27 21:35:50 -08:00
Jukka Aho 61891a6c6c Update docs/make.jl and docs/deploy.jl
Modifications to Documenter scripts:

* Fix deprecation warnings
* Refactor make.jl to be more understandable
2018-09-06 13:34:26 +03:00
Jukka Aho 413526804b Improve documentation (#199)
Let's use Literate.jl to automatically generate usage examples.

* Automatically generate documentation from other packages (first try to include each package's docs/src/index.md, but if that fails, then use README.md to introduce the package).
* Add example how to calculate local element matrices.
* Add example how to perform 2d contact analysis.
2018-05-30 11:52:01 +03:00
Tero Frondelius 02dfdcfacd JuliaFEMLogo corner 2018-04-23 15:37:03 +03:00
Jukka Aho e2260d5e18 Update docs
Let's try this kind of approach where JuliaFEM.jl documentation
is collected from other packages. May work or then not.
2018-02-07 18:47:09 +02:00
Jukka Aho 0fe98d23b9 remove matplotlib dependency
matplotlib cannot be installed during the generation of documentation,
ssl error. Use static images in documentation instead of automatically
generated ones.
2017-11-13 11:48:17 +02:00
Marja Rapo 1955403617 Fix documentation
Update documentation of several functions to match documentation guide.
2017-08-23 15:53:01 +03:00
Jukka Aho 4d0dbc44a5 add simple usage example 2017-08-05 15:07:56 +03:00
Jukka Aho 6893ec3fa8 basic doc + @autodoc functions 2017-08-05 15:07:56 +03:00
Jukka Aho 0f0c49da62 Cleanup of obsolete files
A lot of old files from old documentation systems etc. is in package.
These are now removed or moved. Old notebooks are in docs/tutorials.
This PR closes issue #124.
2017-08-05 12:08:46 +03:00
Jukka Aho e13d6482ce Use PkgTestSuite for CI (#131)
This standardizes the CI process between JuliaFEM packages
2017-07-21 16:28:03 +03:00
Jukka Aho a666bb4bd8 Use package AbaqusReader.jl (#127)
Source code related to read and parse ABAQUS .inp files is now living in
it's own repository `AbaqusReader.jl` and in this commit we cleanup the
same files from this repository.

- add AbaqusReader to .travis.yml because it's not registered package yet
- initialize Mesh from AbaqusReader.jl dict
- remove ABAQUS tests and files moved to AbaqusReader.jl
- remove references to old module Abaqus
- move ABAQUS code to preprocess.jl (what is left)
- close issue #122
- close issue #55
2017-07-21 00:40:52 +03:00
Jukka Aho 9ad66be08b Make code 0.6 compatible (#128)
* running v0.6 conversion code proposed by @ovainola in #108.
* change travis so that build is done using 0.6
* documentation is build from 0.6
* fix most of deprecation warnings
* fix test to pass 0.6
2017-07-20 20:46:57 +03:00
Jukka Aho e185b3cccb Deploy documentation from 0.5 build 2017-07-20 17:17:12 +03:00
Jukka Aho 436bf119b2 Set up documentation + lint (#121)
- remove some automatically generated stuff not should even be in
repository
- set up lint + Documents.jl in same way it is defined in freshly started projects
- add lint + doctest to after_success so that build pass, these needs to be fixed later
- build is failing on nightly (0.7) but it's ok for release (0.5.2)
- Documenter.jl supports doctests, so this closes least #23
- build system is now on Travis-CI completely, so this closes also #68
2017-07-19 07:34:38 +03:00
Jukka Aho a43d6d78a4 removed very outdated developer guide 2016-05-19 18:31:15 +03:00
Jukka Aho bb52114c2c moved logo for a better visualization 2016-02-13 01:15:49 +02:00
Jukka Aho 9bdc8e6b1f added backgrounds with logo 2016-02-09 09:02:40 +02:00
Jukka Aho 9013aae07c normal tangential coordinate system 2015-12-12 10:08:20 +02:00
Jukka Aho 84e03cb711 some mortar code 2015-11-12 07:17:03 +02:00
Jukka Aho 6f8b403019 updated developers guide + tests 2015-11-11 00:54:19 +02:00
Jukka Aho 6071b58f8d finished constitutive model tutorial 2015-11-05 19:23:52 +02:00
Jukka Aho ba2a6fe8e7 ideal plastic working 2015-11-05 17:13:02 +02:00
Jukka Aho 12c0f60af9 new tutorial about material models. 2015-11-05 10:20:00 +02:00
Jukka Aho bb814b880d symbolic fields 2015-11-03 22:32:35 +02:00
Jukka Aho 7a36a0ac3d data structures ready 2015-11-03 12:14:19 +02:00
Jukka Aho 1e9d33c0f0 data structures (almost) working 2015-11-02 23:29:52 +02:00
Jukka Aho 92463692de err.. pdf -> latex 2015-11-02 15:33:55 +02:00
Jukka Aho 8381b44bfc warning -> warn 2015-11-02 14:59:20 +02:00
Jukka Aho 4d659ce31a little tuning of test, updated tests, @debug-macro, fixed notebook conversion to pdf 2015-11-02 11:46:37 +02:00
Jukka Aho 3cac7d9b83 data structures, new testing concept 2015-11-01 18:44:50 +02:00
Jukka Aho cd1023cf08 data structures iteration #3 2015-10-30 12:40:56 +02:00
Jukka Aho c28d21b4a1 added tests 2015-10-28 04:29:14 +02:00
Jukka Aho aba63bb44c tutorial notebook working again 2015-10-27 06:37:58 +02:00
Jukka Aho 1844530303 - problem can be now represented using potential energy or residual
force vector, autodiff takes care of linearization

- elasticity equations are now solved using e.g. principle of minimum
  potential energy. syntax is quite good, see notebook.

- updated how to interpolate fields, by introducing function spaces.
  syntax is now good. still have to figure out how to do time derivatives

- etc. etc. tutorial is broken at the moment, i took of get_lhs and
  get_rhs because they didn't really work.
2015-10-26 05:40:41 +02:00
Jukka Aho 0658869b26 removed dependency for docile, doctests are now done using juliadoc 2015-10-20 23:31:15 +03:00
Jukka Aho c073c32b5e moved developer guide from notebooks to tutorials. added warning readme. 2015-10-20 22:37:15 +03:00
Jukka Aho 0100d786db Makefile: doctest there was julia4
conf.py: fucked up manual merge (Olli perkele)
runtests.jl: removed obsolete test_elasticity_solver.jl
2015-10-20 21:05:01 +03:00
ovainola 94e7a644d7 Delete JuliaFEM.abaqus_reader.rst
Deleting file
2015-10-04 13:45:54 +03:00
ovainola b78f039fd7 test 2015-08-25 21:32:43 +03:00
ovainola 0b77403324 Merge branch 'master' of https://github.com/JuliaFEM/JuliaFEM.jl 2015-08-25 21:09:11 +03:00
ovainola f5137a2603 test 2015-08-25 21:09:02 +03:00
Tero Frondelius d0126162ca Merge pull request #54 from arilaakk/master
Contributing.rst update
2015-08-09 19:43:16 +03:00
Jukka Aho bd3ab3dc96 added timeout for notebook building 2015-08-01 16:09:56 +03:00
ovainola f0348b553b autodoc test 2015-08-01 16:06:14 +03:00
ovainola 794a53be84 unnecessary 2015-08-01 16:05:46 +03:00
ovainola c09007a5f7 Update conf.py
Added extensions
2015-08-01 16:05:13 +03:00
ovainola 95c853cc91 perseesta 2 2015-08-01 15:50:52 +03:00