Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
57efbd6
doc test
lasofivec Sep 13, 2019
55c2cd4
new rst
lasofivec Sep 13, 2019
604d300
new rst files
lasofivec Sep 13, 2019
892eb99
Merge remote-tracking branch 'origin/devel'
lasofivec Sep 13, 2019
6a1abc4
[doc] new doc start
lasofivec Sep 13, 2019
dcd85b1
[doc] added link in index.rst
lasofivec Sep 13, 2019
c37ae5f
[merge] merged with devel
lasofivec Sep 13, 2019
b02ed16
[doc] updated conf.py
lasofivec Sep 13, 2019
d4f6ddb
[doc] repairing merge on tuto plot basic tuto
lasofivec Sep 13, 2019
c982bcc
Update conf.py
lasofivec Sep 13, 2019
85fcb50
[doc] changed themes, starting big changes
lasofivec Sep 15, 2019
5dd04ef
[doc] update
lasofivec Sep 15, 2019
5da37a0
[doc] update aboutus and how it is setup in index
lasofivec Sep 15, 2019
975a915
[doc] making tutorial from last doc
lasofivec Sep 15, 2019
5a9735f
[doc] small change in create geom
lasofivec Sep 15, 2019
965cd8a
[doc] merged with remote
lasofivec Sep 15, 2019
243700d
[doc] small changes in doc of sphinx gallery (examples)
lasofivec Sep 15, 2019
44dbe5c
[doc] updated releases and ref to them
lasofivec Sep 15, 2019
823ceae
[doc] reorganization of index and added ipython note
lasofivec Sep 15, 2019
6cead02
[doc] update of TOC
lasofivec Sep 15, 2019
b7431e0
[doc] small updates on toc and aboutus
lasofivec Sep 15, 2019
22e8162
[doc] merged with remote
lasofivec Sep 16, 2019
ebf8451
[gitignore] cleaned the file slightly
lasofivec Sep 16, 2019
87e6840
[doc/config] no md files, update navigation bar
lasofivec Sep 16, 2019
4553a0e
[doc/config] blake-d config
lasofivec Sep 16, 2019
79dafd4
[doc/config] modified index and updated dependencies in setup
lasofivec Sep 16, 2019
815bfef
[doc] added installation html
lasofivec Sep 16, 2019
fabca99
[doc] added installation html
lasofivec Sep 16, 2019
a898427
[doc] added installation guide for iter
lasofivec Sep 16, 2019
5860120
[doc] added citation, update aboutus, no side menu
lasofivec Sep 16, 2019
b654f02
Update aboutus.rst
lasofivec Sep 17, 2019
3d80c45
Update conf.py
lasofivec Sep 17, 2019
b80d0d9
Update plot_create_geometry.py
lasofivec Sep 17, 2019
b52368d
Update plot_create_geometry.py
lasofivec Sep 17, 2019
6bc01fa
Update plot_basic_tutorial.py
lasofivec Sep 17, 2019
a1c0b5b
[ammend] reverting back geom/_core.py and utils as they were modified…
lasofivec Sep 17, 2019
601eae1
[doc] updated tutorial create geom with struct(pos, extent) example
lasofivec Sep 17, 2019
4261c9d
[ammend] undoing some of black changes for more readability
lasofivec Sep 17, 2019
bce386d
[doc] modified doc makefile clean command: resetting examples
lasofivec Sep 17, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*.c
*.cpp
*.nfs*

# annotated files
tofu/geom/*.html

# No images
Expand Down Expand Up @@ -38,22 +40,19 @@ dist/
tofu.egg-info/
build/

#Notes_Upgrades/

# Tex files
*.aux
*.log

# .gitignore
1
Introduction
computing
Details
# coverage output
.coverage

# Include travis
!.travis.yml

# no precommit configurations
.pre-commit-config.yaml

# installation dir
usr/

Expand Down
10 changes: 5 additions & 5 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = build
BUILDDIR = ../../test_doc/tofu

# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
Expand Down Expand Up @@ -39,12 +39,12 @@ help:
@echo " doctest to run all doctests embedded in the documentation (if enabled)"

clean:
-rm -rf $(BUILDDIR)/*

rm -rf $(BUILDDIR)/*
rm -rf source/auto_examples/
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
@echo "Build finished. The HTML pages are in $(BUILDDIR)."

dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
Expand Down
28 changes: 0 additions & 28 deletions doc/source/Auto_tofu.geom.rst

This file was deleted.

28 changes: 0 additions & 28 deletions doc/source/Auto_tofu.pathfile.rst

This file was deleted.

43 changes: 0 additions & 43 deletions doc/source/Auto_tofu.plugins.AUG.rst

This file was deleted.

44 changes: 0 additions & 44 deletions doc/source/Auto_tofu.plugins.ITER.rst

This file was deleted.

48 changes: 0 additions & 48 deletions doc/source/Auto_tofu.plugins.rst

This file was deleted.

28 changes: 0 additions & 28 deletions doc/source/Auto_tofu.treat.rst

This file was deleted.

64 changes: 0 additions & 64 deletions doc/source/Dependencies.rst

This file was deleted.

34 changes: 0 additions & 34 deletions doc/source/Todos.rst

This file was deleted.

Loading