summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-05-09update rhel/centos/scientific linux installation instructionsAnthony LaTorre
2021-05-09add a note about deleting pip's cache folder if you are reinstalling chromaAnthony LaTorre
2021-05-09update installation instructionsAnthony LaTorre
- use chroma.bitbucket.io/chroma_pkgs to install chroma dependencies - add some instructions on how to symlink the python shared library in virtual environments created with newer versions of virtualenv
2021-05-09update rhel installation instructions to use cuda rpm packageAnthony LaTorre
2021-05-09Fix typo in install docsStan Seibert
2021-05-09Stub page for Tour of features.Stan Seibert
2021-05-09Documentation updatesStan Seibert
2021-05-09add a simple example script to produce a detector and simulate some events.Anthony LaTorre
2021-05-09add documenation for red hat enterprise 6 installAnthony LaTorre
2021-05-09simplify surface modelsAndy Mastbaum
remove the ``SURFACE_SPECULAR`` and ``SURFACE_DIFFUSE`` models, since their functionality is available using the more-general ``SURFACE_DEFAULT``. also allow the user to specify the reflection type (specular/diffuse) for the complex and wls models. change wls so the normalization of properties is more consistent with the default.
2021-05-09update docs per 2c200fc928a0Andy Mastbaum
2021-05-09add surface model documentationAndy Mastbaum
2021-05-09Fixes to chroma-setup script.Stan Seibert
2021-05-09Add CUDA driver install directions and add matplotlib dependencyStan Seibert
2021-05-09Update installation instructions for CUDA 4.1 and GEANT4.9.5.Stan Seibert
2021-05-09Shell script from Andy Mastbaum that compiles all of Chroma's dependenciesStan Seibert
along with Chroma on an Ubuntu 11.04 system.
2021-05-09Add dependency on libatlas so that numpy will compileStan Seibert
2021-05-09Nope, Chroma really does require Numpy 1.6 or later. Putting dependency ↵Stan Seibert
back and including in installation guide the workaround to get numpy to install.
2021-05-09Fix documentation bug regarding location of GEANT4 dataStan Seibert
2021-05-09I give up. We have to install pyublas by hand to be able to compile any ↵Stan Seibert
extensions using it in Chroma.
2021-05-09More fixes to installation guide.Stan Seibert
2021-05-09Update ROOT version number and make the numbers consistent. (Hat tip to ↵Stan Seibert
mastbaum for noticing the discrepancy.)
2021-05-09Minor tweaks to install instructonsStan Seibert
2021-05-09Add authors and Chroma PDF to index pageStan Seibert
2021-05-09Update index page in documentation to also work as website.Stan Seibert
2021-05-09Tell people to grab Chroma from the Bitbucket repository.Stan Seibert
2021-05-09Update version number to 0.1, switch to sphinxdoc style (lighter shades!) ↵Stan Seibert
and stop the warning about _static
2011-09-19Chroma installation guide.Stan Seibert
2011-09-09update sphinx documentation.Anthony LaTorre
2011-09-06add Mesh class to sphinx documentation.Anthony LaTorre
2011-09-03add mesh_from_stl() to sphinx documentation.Anthony LaTorre
2011-09-03reorder members in chroma.make sphinx documentation.Anthony LaTorre
2011-09-03add mesh modeling tools to sphinx documentation.Anthony LaTorre
2011-09-03add intro to sphinx documentation from the bitbucket wiki and add some ↵Anthony LaTorre
entries to the table of contents.
2011-09-03initial sphinx documentation.Anthony LaTorre