Skip to content

Commit

Permalink
Documentation upgrade and XST documented
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanLoh committed Jun 20, 2024
1 parent 278f8ba commit e284303
Show file tree
Hide file tree
Showing 396 changed files with 6,967 additions and 2,660 deletions.
624 changes: 0 additions & 624 deletions Logo-NenuFAR-noir.svg

This file was deleted.

14 changes: 7 additions & 7 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SOURCEDIR = .
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile
# .PHONY: help Makefile

#html:
# $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html

rst:
sphinx-apidoc -o . ../nenupy --force --separate --implicit-namespaces --templatedir ./_templates
# rst:
# sphinx-apidoc -o . ../nenupy --force --separate --implicit-namespaces --templatedir ./_templates

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile rst
%: Makefile# rst
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
237 changes: 0 additions & 237 deletions docs/io/xst_reading.rst

This file was deleted.

28 changes: 28 additions & 0 deletions docs/make.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=_build
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.https://www.sphinx-doc.org/
exit /b 1
)
if "%1" == "" goto help
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
:end
popd
7 changes: 0 additions & 7 deletions docs/modules.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/nenupy.astro.astro_tools.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/nenupy.astro.beam_correction.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/nenupy.astro.jones_mueller.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/nenupy.astro.pointing.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/nenupy.astro.sky.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/nenupy.astro.skymodel.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/nenupy.astro.target.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/nenupy.astro.uvw.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/nenupy.beamlet.beamlet.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/nenupy.beamlet.bstdata.rst

This file was deleted.

Loading

0 comments on commit e284303

Please sign in to comment.