Skip to content

Commit

Permalink
further restructure
Browse files Browse the repository at this point in the history
add quickstart
  • Loading branch information
wkerzendorf committed Jul 22, 2019
1 parent 4101163 commit 595aba5
Show file tree
Hide file tree
Showing 32 changed files with 1,245 additions and 139 deletions.
4 changes: 2 additions & 2 deletions docs/atomic/atomic_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Atomic Data
***********

The Atom Database for TARDIS is generated by the
The Atom Database for TARDIS is generated by the Carsus package.

.. toctree::
atomic_data_description
current_public_table.rst
current_public_table
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
templates_path = ['_templates']
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build', '_templates']
exclude_patterns = ['_build', '_templates', '**.ipynb_checkpoints']
#exclude_patterns.append('_templates')

# This is added to the end of RST files - a good place to put substitutions to
Expand Down
1 change: 0 additions & 1 deletion docs/configuration/schemas/base.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/configuration/schemas/model.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/configuration/schemas/montecarlo.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/configuration/schemas/plasma.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/configuration/schemas/spectrum.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/configuration/schemas/supernova.yml

This file was deleted.

File renamed without changes.
6 changes: 5 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ assistance.
:hidden:

installation
quickstart/quickstart



Expand All @@ -45,8 +46,11 @@ assistance.
:caption: Using TARDIS
:hidden:

quickstart

running/index
running/configuration/configuration
atomic/atomic_data
models/index
examples/index
scripts/index

Expand Down
12 changes: 9 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ and after you are done with TARDIS you can deactivate::
One does not need to recreate the environment, but simply activate it every time
TARDIS is used.

Since TARDIS has reached a mature state, we recommend always installing the latest development version::
Since TARDIS has reached a mature state, we recommend always installing the
latest development version::

pip install git+https://github.com/tardis-sn/tardis

Expand All @@ -78,6 +79,12 @@ Alternatively, you can manually clone our repository and install TARDIS by
cd tardis
python setup.py install


.. _install_openmp:
Enabling parallel execution with OpenMP
---------------------------------------


Manually, cloning the repository enables other options such as running the code in parallel (enabling OpenMP).
In general we encourage to download the compilers from `conda` as we then can ensure that they work with TARDIS.
Within the TARDIS conda environment do::
Expand All @@ -92,13 +99,12 @@ For Linux::

conda install -c conda-forge openmp

To compile TARDIS for parallel execution:
To compile TARDIS for parallel execution::

python setup.py install --with-openmp


.. _troubleshooting_inst_label:

Installation Troubles (FAQ)
===========================

Expand Down
6 changes: 4 additions & 2 deletions docs/physics/montecarlo/sourceintegration.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
********************************
.. _source_integration:

*****************************************
Direct integration of the radiation field
********************************
*****************************************

:cite:`Lucy1999a` describes an alternative method for the generation of
synthetic supernova spectra. Instead of using the frequency and energy of
Expand Down
2 changes: 2 additions & 0 deletions docs/physics/montecarlo/virtualpackets.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _virtual_packets:

****************************************
Spectrum Generation with Virtual Packets
****************************************
Expand Down
108 changes: 0 additions & 108 deletions docs/quickstart.rst

This file was deleted.

Loading

0 comments on commit 595aba5

Please sign in to comment.