Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different branch for notebook-latex report integration? #1

Open
wants to merge 59 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
07c6712
Set up CI.
Nov 8, 2020
73ad4e4
Created basic report structure.
Nov 8, 2020
790f30b
Removed original notebook file duplicates.
Nov 8, 2020
1122e2b
Renamed hw folders to project folders.
Nov 8, 2020
5682150
Updated gitignore.
Nov 8, 2020
11f2d95
Made first assignment latex compilable.
Nov 8, 2020
882a6f7
Updated readme.md.
Nov 8, 2020
71f9086
Update README.md
a-t-0 Nov 8, 2020
5d03b80
Improved layout.
a-t-0 Nov 8, 2020
73e158a
Cleaned readme.md
a-t-0 Nov 8, 2020
0cd105f
Included CI badge.
a-t-0 Nov 8, 2020
9c598ea
Included yml for travis-CI.
Nov 8, 2020
2439b75
Update README.md
a-t-0 Nov 8, 2020
bd9ac3d
Removed typo.
a-t-0 Nov 8, 2020
ff40039
Made jupyter notebooks runable from main.
Nov 9, 2020
ec952b3
Created automatic converting jupyter notebook to pdf.
Nov 9, 2020
d5888d4
Enabeled auto compilation of latex project1.
Nov 9, 2020
d878572
Tested latex compilation and pdf moving.
Nov 9, 2020
29e1350
Included jupyter notebook into pdf.
Nov 9, 2020
25b529e
Refactored code.
Nov 9, 2020
76b6f71
Verified compilation for all 3 assignments.
Nov 9, 2020
b0544ad
Included dependencies of original yaml into travis yaml.
Nov 9, 2020
b8b3ceb
Built environment from other yml in travis yaml.
Nov 9, 2020
c84d489
Included getting conda in travis CI.
Nov 9, 2020
abc8cad
Removed typo.
Nov 9, 2020
9cc3a22
Removed sklearn pip module.
Nov 9, 2020
e8a9c35
Updated readme.
a-t-0 Nov 9, 2020
83b0793
Update README.md
a-t-0 Nov 9, 2020
5755f6e
Update README.md
a-t-0 Nov 9, 2020
534c4b9
Update README.md
a-t-0 Nov 9, 2020
1fb6739
Updated travis yml.
Nov 9, 2020
73ed287
Included a unit test inside the jupyter notebook.
Nov 9, 2020
060f699
Deleted old files.
Nov 9, 2020
f35e4ba
Reverted to previous commit to prevent erroneous file deletion.
Nov 9, 2020
b09c3d0
Changed pytest syntax.
a-t-0 Nov 9, 2020
942d63c
Included matplotlib module.
Nov 9, 2020
77b68d6
Included nb_conda_kernels in yml for travis CI.
a-t-0 Nov 10, 2020
3529ac1
Included ipykernel module to yaml for travis-CI.
a-t-0 Nov 10, 2020
15c0ec5
Included tudatpy as duplicate for travis-CI.
a-t-0 Nov 10, 2020
be3a99b
Test whether module can be ommitted.
a-t-0 Nov 10, 2020
5553e95
Test whether tudatpy dependency can be ommited.
a-t-0 Nov 10, 2020
066870a
Renamed environment file.
a-t-0 Nov 10, 2020
3faeae5
Delete linux_environment.yml
a-t-0 Nov 10, 2020
82e446a
Updated name of environment.yml.
a-t-0 Nov 10, 2020
248cc03
Ommitted superfluous modules in yml.
a-t-0 Nov 10, 2020
da04897
Simplified readme instructions.
a-t-0 Nov 10, 2020
d75896a
Wrote more documentation.
Nov 17, 2020
985caed
Included pyment generated docstrings.
Nov 18, 2020
23f2cfe
Corrected relative output path of jupyter notebook images.
Nov 18, 2020
ec0949f
Restored unit testing functionality.
Nov 18, 2020
d44b85f
Included documentation generation tools.
Nov 18, 2020
3395b8c
Generated html documentation with pdoc.
Nov 18, 2020
f891a26
Verfied all three assignment templates.
Nov 18, 2020
5afbfb5
Included auto-generated html documentation for assignments 2 and 3.
Nov 18, 2020
5dce847
Propagated latest change to notebook from original repo.
Nov 18, 2020
29b6a32
Updates from Overleaf
a-t-0 Dec 13, 2020
5f2bc3d
Merge overleaf-2020-12-13-0314 into master
a-t-0 Dec 13, 2020
c776107
Included hw2 assignment.
Dec 23, 2020
41e34df
Merge branch 'master' of https://github.com/a-t-0/NumericalAstrodynam…
Dec 23, 2020
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
141 changes: 141 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,141 @@
*.pyc

# macos
*.DS_store
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# Visual Studio Code settings
.vscode

################################################################### from original repo ############################3
#
# Private
#
Expand Down Expand Up @@ -73,3 +211,6 @@ boost/
*.autosave
*.~?~
*.save


*.ipynb_checkpoints*
32 changes: 32 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# python of course and we don't need access to sudo atm
language: python

os: linux
dist: bionic

install:
- sudo apt-get update
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
else
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
fi
- bash miniconda.sh -b -p $HOME/miniconda
- source "$HOME/miniconda/etc/profile.d/conda.sh"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda env create --file tudat-space_environment.yml
- conda activate tudat-space

# run tests
script:
"python -m pytest"

notifications:
email: false




Loading