Skip to content
Snippets Groups Projects
  1. Jun 21, 2017
    • Zbigniew Jędrzejewski-Szmek's avatar
      Fixes to allow moose module to be installed and imported (#220) · 60f3632e
      Zbigniew Jędrzejewski-Szmek authored
      * pymoose: unbreak installation under Python 3
      
      Commit 24ebac50 removed the setting
      of the suffix of the binary python module. Unfortunately no explanation
      was provided…
      Anyway, 'python3 setup.py build' and 'python3 setup.py install' stopped
      working because setup.py is expecting a file like
      _moose.cpython-36m-x86_64-linux-gnu.so, and it simply ignored _moose.so.
      As a result the binary module was not installed.
      
      * .gitignore: ignore "moose" only in the top-level directories
      
      Just "moose" would also match python/moose, with predictably bad
      consequences.
      
      * .gitignore: ignore VERSION
      
      It's a generated file.
      
      * Restore moose/moose.py
      
      It was removed in 24dea426. No
      explanation was provided, but it seems to have been a mistake, because
      without this file, 'import moose' has little chances of succeeding,
      since __init__.py includes 'from .moose import *'.
      
      * Fix a bunch of local imports
      60f3632e
  2. Jun 19, 2017
    • malav4994's avatar
      documentation branch merge request (#219) · 7ffff42d
      malav4994 authored
      * changed files in docs folder for final version of documentation
      
      * changed the README.txt file.
      
      * changed the path to moose-examples in conf.py and formatting in chem_GUI
      
      * removed docs/source/user/py/introduction/index.rst, and /install/index.rst due to redundency
      
      * Changed some moose-example files as online readthedocs was generating some issues, and added Makefile in docs/ directory.
      
      * a couple of more changes..
      7ffff42d
  3. Jun 03, 2017
    • malav4994's avatar
      Documentation final PR (#217) · ec194c8a
      malav4994 authored
      * changed files in docs folder for final version of documentation
      
      * changed the README.txt file.
      
      * changed the path to moose-examples in conf.py and formatting in chem_GUI
      
      * removed docs/source/user/py/introduction/index.rst, and /install/index.rst due to redundency
      ec194c8a
  4. May 19, 2017
  5. May 08, 2017
  6. May 02, 2017
  7. Apr 26, 2017
  8. Apr 24, 2017
  9. Apr 23, 2017
  10. Apr 22, 2017
  11. Apr 21, 2017
  12. Apr 15, 2017