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

Fix minor errors and typos #10

Open
wants to merge 1,181 commits into
base: source-pod
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1181 commits
Select commit Hold shift + click to select a range
89a09a3
Merge pull request #74 from DominicDirkx/CustomStateDerivative
DominicDirkx Nov 25, 2016
61f9eee
Updated to master
DominicDirkx Nov 25, 2016
36c4a8b
Merge branch 'master' into agzrocket-aerothermodynamics
DominicDirkx Nov 25, 2016
810b3bf
Merge branch 'master' into TriAxialEllipsoidGravity
DominicDirkx Nov 25, 2016
0c2ae80
Commented; restructure and tested (partly) heating and equilibrium te…
DominicDirkx Nov 29, 2016
93094c9
Updated tests of flight conditions
DominicDirkx Nov 29, 2016
e6c1000
Fixed bug in block calls from matrix in reference frame transformatio…
DominicDirkx Nov 29, 2016
9af1b30
Fixed typo in code
DominicDirkx Nov 30, 2016
c2eba1d
Merge pull request #100 from DominicDirkx/InterpolatedThrustSettings
DominicDirkx Nov 30, 2016
d31625d
Merge branch 'master' into agzrocket-aerothermodynamics
DominicDirkx Dec 2, 2016
0c51267
With preliminary version of control surface increments
DominicDirkx Dec 8, 2016
19b3e06
With some debugging output to track down bug for agzrocket-aerothermo…
DominicDirkx Dec 8, 2016
31c62cd
With first iteration of modifications for aerodynamic coefficient fil…
DominicDirkx Dec 9, 2016
1af3953
Merged development branch with update of FlightConditions (agzrocket-…
DominicDirkx Dec 9, 2016
c85c1d1
Merged with ParameterizedThrustSettings branch
DominicDirkx Dec 9, 2016
a7f29d3
Merging pitch trim with control surfaces, some unit tests failing
DominicDirkx Dec 9, 2016
9e0ef65
Control surface influence test included
DominicDirkx Dec 9, 2016
95a70d1
Parameterized thrust seems to be working
DominicDirkx Dec 9, 2016
213447e
Added unit tests for thrust.specific impulse as a function of depende…
DominicDirkx Dec 9, 2016
73ce422
Adding comments to new control surface interface code
DominicDirkx Dec 11, 2016
13aa441
Addition of comments to multi-array reader/parameterized thrust. Upda…
DominicDirkx Dec 12, 2016
666a7ae
Fixed several unit test failures on Windows 10, boost 1.60, mingw 5.3.0
DominicDirkx Dec 12, 2016
2b74590
Minor modifications to parameterized thrust
DominicDirkx Dec 12, 2016
1ccc21d
Merge branch 'master' into AerodynamicCoefficientFileReader
DominicDirkx Dec 13, 2016
c78064b
Added comments and minor updates to parameterized thrust; unit test f…
DominicDirkx Dec 13, 2016
c7da9ca
Fixed bug in parameterized thrust consistency checking
DominicDirkx Dec 13, 2016
f87d873
Error output added when requesting altitude in the absence of FlightC…
DominicDirkx Dec 15, 2016
3028d4c
Merge pull request #109 from DominicDirkx/master
DominicDirkx Dec 15, 2016
0d3d798
Extending thrust acceleration unit test
DominicDirkx Dec 16, 2016
478fe0d
Extended parameterized thrust unit test with throttle/guidance test
DominicDirkx Dec 16, 2016
6a3b127
Added error check in propagation loop; root finder. Setup first basic…
DominicDirkx Dec 18, 2016
904a08e
Fixed compile bug in thrust guidance
DominicDirkx Dec 19, 2016
9869d76
Going to add interface for zero coefficients
DominicDirkx Dec 20, 2016
0e3ea4c
Generalized multi-array reading seems to be working
DominicDirkx Dec 20, 2016
ded40a5
Aerodynamic coefficient reader code update; dependence on number of i…
DominicDirkx Dec 20, 2016
6074e24
Tests for aerodynamic coefficients from files now included
DominicDirkx Dec 20, 2016
e3dcda0
Added tests of angle-of-attack trim with control surface deflections
DominicDirkx Dec 20, 2016
86070f2
Updated thrust example
DominicDirkx Dec 22, 2016
19bd65f
Updates to documentation; added get function for control surface inte…
DominicDirkx Dec 22, 2016
3a0098a
Fixing previous commit; missing redefinition of throttle enum
DominicDirkx Dec 23, 2016
19952f9
Reorganized code in createFlightConditions (creation of aerodynamic c…
DominicDirkx Dec 23, 2016
6e4efec
Added missing link libraries
DominicDirkx Dec 23, 2016
261c768
Added throttle settings based on maximum acceleration
DominicDirkx Dec 23, 2016
1e745c8
Minor update to thrust unit test
DominicDirkx Dec 23, 2016
d252ced
Merge branch 'master' into SpacePlaneModifications
DominicDirkx Jan 24, 2017
abb1eac
Added comment to all SpacePlane modification in Astrodynamics folder
DominicDirkx Jan 24, 2017
fe48113
SpacePlaneModifications ready for code check
DominicDirkx Jan 24, 2017
75be9bf
Made branch consistent with TimeType branch
DominicDirkx Jan 24, 2017
76b1f1a
Extended unit test of concurrent aerodynamic and thrust force
DominicDirkx Jan 29, 2017
eb76c6e
Minor update of aerodynamic force test, added comments to acceleratio…
DominicDirkx Jan 30, 2017
c7e4f88
Fixed bugs in comparison operators
DominicDirkx Jan 30, 2017
f1efe42
Added minor missing comments
DominicDirkx Jan 31, 2017
4dfa6c2
Merge branch 'master' into TimeType
DominicDirkx Jan 31, 2017
eae7cda
Fixed error in thrust unit test
DominicDirkx Jan 31, 2017
588e1e4
Minor modifications to code to prevent compiler warnings
DominicDirkx Jan 31, 2017
bf3cc6e
Changed default arguments of DynamicsSimulator; added saing of LVLH->…
DominicDirkx Feb 1, 2017
5b43f78
Fixed incomplete operator definition.
magnific0 Feb 1, 2017
15ff84b
Small end namespace comments.
magnific0 Feb 1, 2017
f943515
Merge pull request #9 from magnific0/TimeType
DominicDirkx Feb 1, 2017
d04023d
Added unit tests for TimeType operators
DominicDirkx Feb 1, 2017
7cf2edf
Extended Time unit test with rigoruous testing of comparison operators
DominicDirkx Feb 1, 2017
de285f8
Added missing file header
DominicDirkx Feb 1, 2017
1e40c89
Merge pull request #92 from DominicDirkx/TimeType
DominicDirkx Feb 2, 2017
d1f5f7e
Merging with latest master branch
DominicDirkx Feb 2, 2017
08d8c10
Moved Vector6d to Eigen namespace
DominicDirkx Feb 2, 2017
ee60ce5
Moving Time class and Vector6d typedefs to basics folder
DominicDirkx Feb 2, 2017
b623938
Merge branch 'Vector6dToEigen'
DominicDirkx Feb 2, 2017
e8c0469
Merged with move of Vector6d to Eigen namespace; Time class to basics…
DominicDirkx Feb 2, 2017
e766fe5
Deleting state derivative model folder as per issue #39
DominicDirkx Feb 2, 2017
0123d32
Removed trivial use of ternary operator
DominicDirkx Feb 2, 2017
8765c21
Merge pull request #118 from DominicDirkx/master
DominicDirkx Feb 2, 2017
0592ed1
Updated to master
DominicDirkx Feb 2, 2017
e1fdf70
Merge branch 'Vector6dToEigen' into SpacePlaneModifications
DominicDirkx Feb 2, 2017
45637c4
Added missing comments to finctions used for aerodynamic coefficient …
DominicDirkx Feb 3, 2017
5c7a291
Fixed bug issue #119
DominicDirkx Feb 3, 2017
d3bddf3
Update license
magnific0 Feb 3, 2017
dfd61b4
Updated file headers of benchmark data files for numerical integrator…
DominicDirkx Feb 3, 2017
0baf881
Merge pull request #121 from DominicDirkx/magnific0-updateCopyrightHe…
DominicDirkx Feb 3, 2017
d1af361
Updated license statements
DominicDirkx Feb 3, 2017
e61a29b
Updated license statements
DominicDirkx Feb 3, 2017
9b162ac
Merge pull request #117 from DominicDirkx/Vector6dToEigen
DominicDirkx Feb 3, 2017
6e8d68a
Merge branch 'master' into SpacePlaneModifications
DominicDirkx Feb 3, 2017
f4cf774
Updated license statements
DominicDirkx Feb 3, 2017
9a67f84
Add missing copyright license.
magnific0 Feb 3, 2017
7c82a35
Merge pull request #122 from magnific0/addMissingCopyright
DominicDirkx Feb 3, 2017
39c5c40
Merge remote-tracking branch 'upstream/master' into SpacePlaneModific…
DominicDirkx Feb 3, 2017
8b11c8a
Merge branch 'master' into TriAxialEllipsoidGravity
DominicDirkx Feb 4, 2017
a17ba6e
Added a check to interpolator constructors from vectors, ensuring tha…
DominicDirkx Feb 4, 2017
eb40b10
Merge pull request #113 from DominicDirkx/SpacePlaneModifications
DominicDirkx Feb 4, 2017
3470750
Added Triaxial ellipsoid creation through SimulationSetup interfaces;…
DominicDirkx Feb 4, 2017
bc7d9b3
Merge pull request #88 from DominicDirkx/TriAxialEllipsoidGravity
DominicDirkx Feb 4, 2017
e6aa6cf
Added explicit indices to state vector indices; added explicit frame …
DominicDirkx Feb 4, 2017
c9a01ad
Merge pull request #123 from DominicDirkx/master
DominicDirkx Feb 4, 2017
497d346
Fixed bug in Encke propagator (not running for high eccentricities). …
DominicDirkx Feb 7, 2017
6f6dcbc
Merge pull request #124 from DominicDirkx/master
DominicDirkx Feb 7, 2017
8469ea1
Add missing include.
magnific0 Feb 7, 2017
010d92a
Loosening tolerances for LVLH interpolated thrust.
DominicDirkx Feb 8, 2017
64cf1df
Add NOT APPLE espace flag.
magnific0 Feb 9, 2017
8c434b8
Updated CMake files, remove unneeded
magnific0 Feb 9, 2017
863dd4d
Include parent CMake modules path instead of overwriting.
magnific0 Feb 9, 2017
00ab397
Merge pull request #126 from magnific0/cmake_updates
DominicDirkx Feb 10, 2017
028ec92
Changes (unsigned int to int) to suppress compiler warnings on MinGW …
DominicDirkx Feb 10, 2017
63ef98e
Merge pull request #127 from DominicDirkx/master
DominicDirkx Feb 10, 2017
c66a6cb
Changed name of several unit test executables for Windows compatibili…
DominicDirkx Feb 16, 2017
e01b93b
Fixing Spice kernel loading order causing Windows unit test failures;…
DominicDirkx Feb 18, 2017
a179918
Merge pull request #132 from DominicDirkx/WindowsFileNameCompatibility
DominicDirkx Feb 20, 2017
ce5922f
Fixing bug in rotational ephemerides #147)
DominicDirkx Feb 24, 2017
93379d7
Merge pull request #148 from DominicDirkx/master
DominicDirkx Feb 24, 2017
511d064
Simplified saving of third-body accelerations; added checks whether i…
DominicDirkx Mar 4, 2017
c27baa9
Merge pull request #154 from DominicDirkx/master
DominicDirkx Mar 4, 2017
f260c1a
Changing unit test tolerances to in response to issue #145
DominicDirkx Mar 8, 2017
3e16a0c
Merge pull request #159 from DominicDirkx/UnitTestFixes
DominicDirkx Mar 8, 2017
9223d9b
Added custom ephemeris class and creation interface
DominicDirkx May 3, 2017
bb9f079
Added readMapFromFile and unit tests
aleixpinardell May 9, 2017
9a4f749
Added periapsis altitude dependent variable
aleixpinardell May 9, 2017
aa89b40
Minor modifications to map text file reader
DominicDirkx May 9, 2017
0d2f4a8
Removing spkmerge tool inadvertently added in last commit
DominicDirkx May 9, 2017
286a618
Merge pull request #187 from DominicDirkx/aleixpinardell-mapTextFileR…
DominicDirkx May 9, 2017
363383a
Added unit test
aleixpinardell May 9, 2017
3746b2c
Minor fix
aleixpinardell May 9, 2017
4ba170f
Added PropagationTerminationReason
aleixpinardell May 9, 2017
3ab9210
Revert changes
aleixpinardell May 9, 2017
8521ad9
Added PropagationTerminationReason
aleixpinardell May 9, 2017
afc7b65
Removed code for assessPropagationTerminationConditionDuringIntegrati…
aleixpinardell May 9, 2017
5c44d87
Added unit tests
aleixpinardell May 9, 2017
ef8b359
Added NRLMSISE00AtmosphereSettings
aleixpinardell May 9, 2017
a01f634
Minor modifications to propagation termination reason code
DominicDirkx May 9, 2017
3c6a8be
Added test for new NRLMSISE setup option
DominicDirkx May 10, 2017
0b12b91
Merge pull request #192 from DominicDirkx/aleixpinardell-CustomSpaceW…
DominicDirkx May 10, 2017
7031b55
Merge branch 'PeriapsisAltitudeDependentVariable' of https://github.c…
DominicDirkx May 10, 2017
b71d2dd
Minor modifications to periapsis altitude code
DominicDirkx May 10, 2017
5ea784d
Merge pull request #193 from DominicDirkx/aleixpinardell-PeriapsisAlt…
DominicDirkx May 10, 2017
c2cdb03
Removed redundant termination condition check in integrateEquations
DominicDirkx May 10, 2017
c7ba68a
Merge pull request #194 from DominicDirkx/aleixpinardell-PropagationT…
DominicDirkx May 10, 2017
47a80d1
Added first version of CR3BP propagation
DominicDirkx May 16, 2017
5881f8a
Merge branch 'master' into CustomEphemerisModel
DominicDirkx Jul 4, 2017
4de7a74
Merge pull request #208 from DominicDirkx/CustomEphemerisModel
DominicDirkx Jul 4, 2017
5fe74e1
Merge remote-tracking branch 'upstream/master' into CR3BPPropagatoon
DominicDirkx Jul 4, 2017
ad4d516
Made interface for thrust direction more flexible
DominicDirkx Jul 4, 2017
f62380f
Merge pull request #209 from DominicDirkx/BodyFixedThrustFromFunction
DominicDirkx Jul 9, 2017
4c17ad6
Added not to MEE conversions that select 7th element (singularity pos…
DominicDirkx Jul 12, 2017
0728982
Merge branch 'master' into CR3BPPropagatoon
DominicDirkx Jul 12, 2017
5857a76
Added corrections to CR3BP and unit test. Thanks to lucianliu1990
DominicDirkx Jul 12, 2017
866957c
Merge pull request #214 from DominicDirkx/CR3BPPropagatoon
DominicDirkx Jul 12, 2017
9e91aad
Added some missing comments to CR3BP
DominicDirkx Jul 12, 2017
a7d710e
Merge remote-tracking branch 'upstream/master'
DominicDirkx Jul 12, 2017
4472429
Resolved several minor errors reported through issue #216
DominicDirkx Jul 14, 2017
501d42c
Added missing third-body acceleration identification
DominicDirkx Jul 23, 2017
6577ebf
Fix minor errors and typos
aleixpinardell Sep 6, 2017
3fb7961
Add theme manually
aleixpinardell Sep 8, 2017
b5c7a67
Updating documentation of estimation functionality
DominicDirkx Sep 9, 2017
be73d6f
Merge pull request #236 from DominicDirkx/source
DominicDirkx Sep 9, 2017
983a926
Add How to extend JSON (basics and value conversions)
aleixpinardell Sep 9, 2017
bf404f7
Fix typos
aleixpinardell Sep 10, 2017
d48429b
Rename section
aleixpinardell Sep 10, 2017
1333d03
Update theme
aleixpinardell Sep 10, 2017
0b3b2dd
Fix typos
aleixpinardell Sep 10, 2017
d867d1c
Enhanced deserialization and value access
aleixpinardell Sep 10, 2017
abb755f
Added JSON Validation doc
aleixpinardell Sep 11, 2017
547cd3b
Merge remote-tracking branch 'origin/source' into source
FrankHogervorst Sep 11, 2017
31ebf8c
Syncing with Tudat source
FrankHogervorst Sep 11, 2017
4894e63
First test commit
FrankHogervorst Sep 11, 2017
312c549
Fix typo
aleixpinardell Sep 11, 2017
c924c30
Add Adding support for enumerations
aleixpinardell Sep 11, 2017
d054f96
Updated estimation documentation, basic tutorial v0.1 completed
DominicDirkx Sep 11, 2017
1ea40b1
Merge remote-tracking branch 'upstream/source' into source
DominicDirkx Sep 11, 2017
b4aa2fd
Added tutorial for second estimation example
DominicDirkx Sep 11, 2017
9addbd4
Small corrections to estimation tutorial
DominicDirkx Sep 12, 2017
17df30f
Add Shared pointers
aleixpinardell Sep 12, 2017
016ac1b
Fixed various small typos in estimation documentation
DominicDirkx Sep 12, 2017
468080f
Removed superfluous section numbering
FrankHogervorst Sep 12, 2017
4ad7904
Removed superfluous section numbering and made names in smartgit repo…
FrankHogervorst Sep 12, 2017
4a13cd8
Fixed the problems with spaces and tabs in the makefile example. (tho…
FrankHogervorst Sep 12, 2017
f95f1b2
Added application output.
FrankHogervorst Sep 12, 2017
36b4965
Fixed typos
FrankHogervorst Sep 12, 2017
32c5b58
shortened path lengths in example
FrankHogervorst Sep 12, 2017
f8f677e
Merge can be found by right clicking on the desired branch, not on th…
FrankHogervorst Sep 13, 2017
b4289bf
Add How to extend JSON - Unit testing
aleixpinardell Sep 13, 2017
056b46a
First iteration of JSON Keys
aleixpinardell Sep 14, 2017
6e0929a
Add JSON Keys (missing body sub-settings)
aleixpinardell Sep 14, 2017
6811933
JSON Keys completed, not reviewed
aleixpinardell Sep 15, 2017
44d4631
Merge remote-tracking branch 'Tudat/source' into source-json
aleixpinardell Sep 15, 2017
bb88ec8
Fix minor typos
aleixpinardell Sep 18, 2017
52d6bfc
Fixed "Described here" links, consistency in text and allignment.
FrankHogervorst Sep 18, 2017
414596f
Merge remote-tracking branch 'origin/source' into source
FrankHogervorst Sep 18, 2017
cf8350c
Check spelling
aleixpinardell Sep 18, 2017
8c68a77
created labels, to refer to from example applications walkthrough
FrankHogervorst Sep 18, 2017
7fb1f2b
Added reference to specific parts in the tudatFeatures documentation.
FrankHogervorst Sep 18, 2017
49d1caa
More elaborate discussion of the code. Especially in the "Create the …
FrankHogervorst Sep 18, 2017
3249f4f
Style improvements
FrankHogervorst Sep 18, 2017
46c2774
Minor text fixes, more detailed description of code.
FrankHogervorst Sep 18, 2017
4e061ec
Tutorials JSON
aleixpinardell Sep 19, 2017
eddf2ce
added reference
FrankHogervorst Sep 19, 2017
6482ac6
consistent unit conversions
FrankHogervorst Sep 19, 2017
8c4a341
added reference label
FrankHogervorst Sep 19, 2017
9ce9574
Improved consistency with other walkthroughs
FrankHogervorst Sep 19, 2017
ca6f838
Minor text changes
FrankHogervorst Sep 19, 2017
798e117
- Minor text changes
FrankHogervorst Sep 19, 2017
b707ec9
Minor text changes
FrankHogervorst Sep 19, 2017
041ecd3
- Text improvements
FrankHogervorst Sep 19, 2017
62222f7
- Text improvements
FrankHogervorst Sep 19, 2017
aac5fee
Matlab output figures
FrankHogervorst Sep 19, 2017
d78b2c8
Use [0] instead of .0 to refer to array indeces
aleixpinardell Sep 19, 2017
2b21e26
Remove std::pair
aleixpinardell Sep 20, 2017
e53cbe6
Revert "Remove std::pair"
aleixpinardell Sep 20, 2017
4d00977
Fix std::pair
aleixpinardell Sep 20, 2017
255c472
Unidimensional array inference always ON
aleixpinardell Sep 21, 2017
3abc6ab
Minor changes
aleixpinardell Sep 21, 2017
8a9601c
Default numerical precision: 16 -> 15
aleixpinardell Sep 21, 2017
6b1beca
Unidimensional array inference removed
aleixpinardell Sep 22, 2017
b676b76
Add Apollo Capsule Entry JSON example
aleixpinardell Sep 23, 2017
20efee2
Added results section with figures
FrankHogervorst Sep 25, 2017
80eb269
Minor text changes and added description of MEE and Unified State model
FrankHogervorst Sep 25, 2017
bb27b08
Minor text changes
FrankHogervorst Sep 25, 2017
fbc52e0
Consistency with orher setup pages
FrankHogervorst Sep 25, 2017
06cf7eb
Added new interpolator type
FrankHogervorst Sep 25, 2017
87fba8b
Minor text changes
FrankHogervorst Sep 25, 2017
05fba78
Added warning about saving dependent variables in multiPropagationSet…
FrankHogervorst Sep 25, 2017
fcfc113
Consistent with other setup layout
FrankHogervorst Sep 25, 2017
3296055
Class definition for reference
FrankHogervorst Sep 26, 2017
b4b3132
Added rotational state prapagator settings
FrankHogervorst Sep 26, 2017
bfa4844
Structured according to the .. class:: ClassName architecture. For ea…
FrankHogervorst Sep 26, 2017
924f5c5
Minor text changes
FrankHogervorst Sep 26, 2017
b0f52c3
Structured according to the .. class:: ClassName architecture and add…
FrankHogervorst Sep 26, 2017
08f83d3
Added torque model
FrankHogervorst Sep 26, 2017
b772bb9
Minor text fix
FrankHogervorst Sep 26, 2017
fceab5c
Added new features
FrankHogervorst Sep 26, 2017
7d95789
Add Extending MATLAB Interface
aleixpinardell Sep 26, 2017
4cf4fc2
fixed broken here link
FrankHogervorst Sep 27, 2017
72fb9af
Merge pull request #243 from FrankHogervorst/source
DominicDirkx Sep 27, 2017
cd9dc85
Merge remote-tracking branch 'upstream/source' into aleixpinardell-so…
DominicDirkx Sep 27, 2017
b5fba52
Missing figures
FrankHogervorst Sep 27, 2017
cd02920
Missing figures
FrankHogervorst Sep 27, 2017
a6f2d25
Merge branch 'source' of https://github.com/FrankHogervorst/tudat int…
DominicDirkx Sep 27, 2017
db2cae2
Merge branch 'FrankHogervorst-source-latest' into source
DominicDirkx Sep 27, 2017
e0a5eb5
Add lifetimeMaximisationCPP example
aleixpinardell Sep 28, 2017
c5606d3
Add MATLAB Interface installation and usage
aleixpinardell Sep 28, 2017
444bb4c
Add 4 MATLAB tutorials
aleixpinardell Sep 29, 2017
96ae3ab
Added more tutorials
aleixpinardell Sep 29, 2017
177d23d
Minor fixes
aleixpinardell Oct 1, 2017
156768c
Minor fixes
aleixpinardell Oct 2, 2017
bbdde78
Minor fixes
aleixpinardell Oct 2, 2017
cb55757
Add gitignore
aleixpinardell Oct 2, 2017
b4a3587
Finish tutorials
aleixpinardell Oct 2, 2017
dc23485
Add spherical state doc
aleixpinardell Oct 4, 2017
59f56dd
Merge remote-tracking branch 'Tudat/source' into source-json
aleixpinardell Oct 4, 2017
b979ca9
Add solve install problems
aleixpinardell Oct 4, 2017
56f54a1
Fix warnings
aleixpinardell Oct 5, 2017
6f6eae4
More doc on how to install MATLAB interface
aleixpinardell Oct 5, 2017
ee48ce9
Fix installation
aleixpinardell Oct 5, 2017
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
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#
# Editor related
#
*~
*#
.#*
*.autosave
*.~?~
*.save
.DS_Store
50 changes: 50 additions & 0 deletions _static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
.toggle .header {
display: block;
clear: both;
}

.toggle .header .arrow {
font-weight: bold;
cursor: pointer;
}

.toggle .header .arrow:after, .showall:after {
content: " ▼";
}

.toggle .header .arrow.open:after, .hideall:after {
content: " ▲";
}

.showall, .hideall {
font-weight: bold;
cursor: pointer;
padding-right: 20px;
}

.jsontype, .jsonkey {
white-space: nowrap;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size: 75%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
background: #fff;
border: solid 1px #e1e4e5;
padding: 2px 5px;
line-height: 24px;
min-height: 100%;
margin: 0;
margin-bottom: 24px;
overflow-x: auto;
}

.jsontype {
color: #85598f;
}

.jsonkey {
font-weight: bold;
color: #0044aa;
}
26 changes: 26 additions & 0 deletions _templates/page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{% extends "!page.html" %}

{% set css_files = css_files + ["_static/custom.css"] %}

{% block footer %}
<script type="text/javascript">
$(document).ready(function() {
$(".toggle > *").hide();
$(".toggle .header").show();
$(".toggle .header .arrow").click(function() {
$(this).closest('.toggle').children().not(".header").toggle(400);
$(this).toggleClass("open");
// $(this).html() == "More" ? $(this).html('Less') : $(this).html('More');
});
$(".showall").click(function() {
$(".toggle > *").show(400);
$(".toggle .header .arrow").addClass("open");
});
$(".hideall").click(function() {
$(".toggle > *").hide(400);
$(".toggle .header").show(400);
$(".toggle .header .arrow").removeClass("open");
});
});
</script>
{% endblock %}
15 changes: 15 additions & 0 deletions _themes/sphinx_rtd_theme/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
"""Sphinx ReadTheDocs theme.

From https://github.com/ryan-roemer/sphinx-bootstrap-theme.

"""
import os

__version__ = '0.2.5b1'
__version_full__ = __version__


def get_html_theme_path():
"""Return list of HTML theme paths."""
cur_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
return cur_dir
82 changes: 82 additions & 0 deletions _themes/sphinx_rtd_theme/breadcrumbs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{# Support for Sphinx 1.3+ page_source_suffix, but don't break old builds. #}

{% if page_source_suffix %}
{% set suffix = page_source_suffix %}
{% else %}
{% set suffix = source_suffix %}
{% endif %}

{% if meta is defined and meta is not none %}
{% set check_meta = True %}
{% else %}
{% set check_meta = False %}
{% endif %}

{% if check_meta and 'github_url' in meta %}
{% set display_github = True %}
{% endif %}

{% if check_meta and 'bitbucket_url' in meta %}
{% set display_bitbucket = True %}
{% endif %}

{% if check_meta and 'gitlab_url' in meta %}
{% set display_gitlab = True %}
{% endif %}

<div role="navigation" aria-label="breadcrumbs navigation">

<ul class="wy-breadcrumbs">
{% block breadcrumbs %}
<li><a href="{{ pathto(master_doc) }}">{{ _('Docs') }}</a> &raquo;</li>
{% for doc in parents %}
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>
{% endfor %}
<li>{{ title }}</li>
{% endblock %}
{% block breadcrumbs_aside %}
<li class="wy-breadcrumbs-aside">
{% if hasdoc(pagename) %}
{% if display_github %}
{% if check_meta and 'github_url' in meta %}
<!-- User defined GitHub URL -->
<a href="{{ meta['github_url'] }}" class="fa fa-github"> {{ _('Edit on GitHub') }}</a>
{% else %}
<a href="https://{{ github_host|default("github.com") }}/{{ github_user }}/{{ github_repo }}/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}" class="fa fa-github"> {{ _('Edit on GitHub') }}</a>
{% endif %}
{% elif display_bitbucket %}
{% if check_meta and 'bitbucket_url' in meta %}
<!-- User defined Bitbucket URL -->
<a href="{{ meta['bitbucket_url'] }}" class="fa fa-bitbucket"> {{ _('Edit on Bitbucket') }}</a>
{% else %}
<a href="https://bitbucket.org/{{ bitbucket_user }}/{{ bitbucket_repo }}/src/{{ bitbucket_version}}{{ conf_py_path }}{{ pagename }}{{ suffix }}" class="fa fa-bitbucket"> {{ _('Edit on Bitbucket') }}</a>
{% endif %}
{% elif display_gitlab %}
{% if check_meta and 'gitlab_url' in meta %}
<!-- User defined GitLab URL -->
<a href="{{ meta['gitlab_url'] }}" class="fa fa-gitlab"> {{ _('Edit on GitLab') }}</a>
{% else %}
<a href="https://{{ gitlab_host|default("gitlab.com") }}/{{ gitlab_user }}/{{ gitlab_repo }}/blob/{{ gitlab_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}" class="fa fa-gitlab"> {{ _('Edit on GitLab') }}</a>
{% endif %}
{% elif show_source and source_url_prefix %}
<a href="{{ source_url_prefix }}{{ pagename }}{{ suffix }}">{{ _('View page source') }}</a>
{% elif show_source and has_source and sourcename %}
<a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow"> {{ _('View page source') }}</a>
{% endif %}
{% endif %}
</li>
{% endblock %}
</ul>

{% if (theme_prev_next_buttons_location == 'top' or theme_prev_next_buttons_location == 'both') and (next or prev) %}
<div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation">
{% if next %}
<a href="{{ next.link|e }}" class="btn btn-neutral float-right" title="{{ next.title|striptags|e }}" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
{% endif %}
{% if prev %}
<a href="{{ prev.link|e }}" class="btn btn-neutral" title="{{ prev.title|striptags|e }}" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
{% endif %}
</div>
{% endif %}
<hr/>
</div>
52 changes: 52 additions & 0 deletions _themes/sphinx_rtd_theme/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<footer>
{% if (theme_prev_next_buttons_location == 'bottom' or theme_prev_next_buttons_location == 'both') and (next or prev) %}
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
{% if next %}
<a href="{{ next.link|e }}" class="btn btn-neutral float-right" title="{{ next.title|striptags|e }}" accesskey="n" rel="next">{{ _('Next') }} <span class="fa fa-arrow-circle-right"></span></a>
{% endif %}
{% if prev %}
<a href="{{ prev.link|e }}" class="btn btn-neutral" title="{{ prev.title|striptags|e }}" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> {{ _('Previous') }}</a>
{% endif %}
</div>
{% endif %}

<hr/>

<div role="contentinfo">
<p>
{%- if show_copyright %}
{%- if hasdoc('copyright') %}
{% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
{%- else %}
{% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
{%- endif %}
{%- endif %}

{%- if build_id and build_url %}
{% trans build_url=build_url, build_id=build_id %}
<span class="build">
Build
<a href="{{ build_url }}">{{ build_id }}</a>.
</span>
{% endtrans %}
{%- elif commit %}
{% trans commit=commit %}
<span class="commit">
Revision <code>{{ commit }}</code>.
</span>
{% endtrans %}
{%- elif last_updated %}
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
{%- endif %}

</p>
</div>

{%- if show_sphinx %}
{% trans %}Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>{% endtrans %}.
{%- endif %}

{%- block extrafooter %} {% endblock %}

</footer>

Loading