Skip to content

Commit

Permalink
general overhaul of the docs for 3.0 (#902)
Browse files Browse the repository at this point in the history
* fix missing graphics on gh_pages

* fix right ls

* fix ls
  • Loading branch information
wkerzendorf authored Apr 29, 2019
1 parent 96b19c0 commit f659779
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
15 changes: 1 addition & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ script:
- python setup.py build_docs
- pip install doctr
- git lfs uninstall
- ls docs/_build/html/_images
- doctr deploy --built-docs docs/_build/html .


Expand All @@ -79,20 +80,6 @@ jobs:
- SETUP_CMD='test --coverage --args="--tardis-refdata=$REF_DATA_HOME"'
- TEST_MODE='spectrum'
- SAVE_COVERAGE=true
- stage: test
python: 2.7
env:
- COMPILER=clang
- SETUP_CMD='test --args="--tardis-refdata=$REF_DATA_HOME"'
- TEST_MODE='spectrum'
- stage: test
os: osx
language: generic
env:
- COMPILER=clang
- SETUP_CMD='test --args="--tardis-refdata=$REF_DATA_HOME"'
- TEST_MODE='spectrum'
- MINICONDA_URL='http://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh'
- stage: integration
if: type = cron
script:
Expand Down
11 changes: 4 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
.. image:: graphics/tardis_logo.jpg
.. the "raw" directive below is used to hide the title in favor of just the logo being visible
.. raw:: html
.. .. raw:: html
<style media="screen" type="text/css">
h1 { display:none; }
</style>
.. <style media="screen" type="text/css">
.. h1 { display:none; }
.. </style>
##################################
Tardis Core Package Documentation
Expand All @@ -25,9 +25,6 @@ for 1D models of supernova ejecta. It is designed for rapid spectral modelling
of supernovae. If you use this code for any publications or presentations please
acknowledge it by citing :cite:`Kerzendorf2014`.

.. note::
This documentation is still under construction!


============
Using Tardis
Expand Down

0 comments on commit f659779

Please sign in to comment.