Loading README.md +1 −1 Original line number Original line Diff line number Diff line # Abstraction Layer for Ephemerides (ALE) # Abstraction Layer for Ephemerides (ALE) [](https://travis-ci.org/USGS-Astrogeology/ale) [](https://travis-ci.org/USGS-Astrogeology/ale) [](https://coveralls.io/github/USGS-Astrogeology/ale?branch=master) [](https://coveralls.io/github/USGS-Astrogeology/ale?branch=master) [](https://usgs-astrogeology.github.io/ale/) [](https://ale.readthedocs.io/en/latest/?badge=latest) Loading docs/conf.py +8 −0 Original line number Original line Diff line number Diff line Loading @@ -56,3 +56,11 @@ html_theme = 'alabaster' # relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] html_static_path = ['_static'] # -- Run Doxygen for C++ API -------------------------------------------------- import subprocess, os read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True' if read_the_docs_build: subprocess.call('cd ../doxygen; doxygen', shell=True) docs/index.rst +2 −1 Original line number Original line Diff line number Diff line Loading @@ -8,4 +8,5 @@ Abstraction Layer for Ephemerides (ALE) .. toctree:: .. toctree:: :maxdepth: 3 :maxdepth: 3 source/index tutorials/index library/index docs/source/library/capi/distortion.rst→docs/library/capi/distortion.rst +0 −0 File moved. View file docs/source/library/capi/index.rst→docs/library/capi/index.rst +0 −0 File moved. View file Loading
README.md +1 −1 Original line number Original line Diff line number Diff line # Abstraction Layer for Ephemerides (ALE) # Abstraction Layer for Ephemerides (ALE) [](https://travis-ci.org/USGS-Astrogeology/ale) [](https://travis-ci.org/USGS-Astrogeology/ale) [](https://coveralls.io/github/USGS-Astrogeology/ale?branch=master) [](https://coveralls.io/github/USGS-Astrogeology/ale?branch=master) [](https://usgs-astrogeology.github.io/ale/) [](https://ale.readthedocs.io/en/latest/?badge=latest) Loading
docs/conf.py +8 −0 Original line number Original line Diff line number Diff line Loading @@ -56,3 +56,11 @@ html_theme = 'alabaster' # relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] html_static_path = ['_static'] # -- Run Doxygen for C++ API -------------------------------------------------- import subprocess, os read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True' if read_the_docs_build: subprocess.call('cd ../doxygen; doxygen', shell=True)
docs/index.rst +2 −1 Original line number Original line Diff line number Diff line Loading @@ -8,4 +8,5 @@ Abstraction Layer for Ephemerides (ALE) .. toctree:: .. toctree:: :maxdepth: 3 :maxdepth: 3 source/index tutorials/index library/index