diff --git a/.gitignore b/.gitignore index 07ea0fb4e..68c69a08b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,14 @@ # This is the git ignore for python # ignore binaries in bin/ such as e.g. py78a +bin/sirocco* +bin/swind* bin/py* bin/windsave2table* bin/rad_hydro* bin/inspect_wind* bin/modify_wind* + # Run files *.spec* *.pf.old @@ -60,6 +63,7 @@ Makefile docs/sphinx/html/ docs/sphinx/doctrees/ docs/sphinx/venv/ +docs/sphinx/source/py_progs/py4py_auto/ # doxygen stuff docs/doxygen/html/ @@ -95,7 +99,7 @@ source/version.h # we also should not track templates.h.old either source/templates.h.old -# python output files +# sirocco output files *.diag *.spec *.log_spec @@ -105,6 +109,7 @@ source/templates.h.old *.sig *.out.pf logfile +*.wind_save # IDE files .idea/ @@ -112,3 +117,8 @@ logfile py_progs/.idea/ scratch/ + +# files from sed or other -e modifier +*-e + + diff --git a/README.md b/README.md index c0f6fdbed..5e72822ef 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The code is under active development, but we are looking for beta users to test the code, and potentially use it for their own research. If you are interested in using Sirocco please contact Knox Long via long[at]stsci[dot]edu or James Matthews via james[dot]matthews[at]physics[dot]ox[dot]ac[dot]uk. -Documentation is hosted on [ReadTheDocs]((https://sirocco-rt.readthedocs.io). +Documentation is hosted on [ReadTheDocs](https://sirocco-rt.readthedocs.io). ## Installation diff --git a/bin/Setup_Py_Dir b/bin/Setup_Py_Dir new file mode 120000 index 000000000..988122696 --- /dev/null +++ b/bin/Setup_Py_Dir @@ -0,0 +1 @@ +Setup_Sirocco_Dir \ No newline at end of file diff --git a/docs/documentation_overview.html b/docs/documentation_overview.html index b9635554d..0d527635a 100644 --- a/docs/documentation_overview.html +++ b/docs/documentation_overview.html @@ -32,6 +32,22 @@

Documentation Overview for Sirocco
tracked in git.
  • To generate the Sphinx documentation one needs sphinx
  • +
  • Because we use an package called PySi in + conjunction with some of the Jupyter scripts and because this + code has some verison dependences, we recommend creating an + environment to encapsulate the version needed to compile all + of the documention.  In conda, one can create this with:
  • + @@ -78,6 +94,7 @@

    Documentation Overview for Sirocco
    + provides information about the source code.