Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Got the draft documentation page working
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 19, 2023
1 parent e560451 commit 28e05b6
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 155 deletions.
74 changes: 0 additions & 74 deletions CMakeFiles/3.27.0/CMakeCCompiler.cmake

This file was deleted.

64 changes: 0 additions & 64 deletions CMakeFiles/3.27.0/CMakeFortranCompiler.cmake

This file was deleted.

15 changes: 0 additions & 15 deletions CMakeFiles/3.27.0/CMakeSystem.cmake

This file was deleted.

2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ sphinx-design
sphinx-inline-tabs
sphinxext-rediraffe
sphinxext-opengraph
sphinx-fortran
nbsphinx
ipython
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Repository = 'https://github.itap.purdue.edu/MintonGroup/swiftest'
requires = [
"scikit-build-core",
"cython>=3.0.0",
"cmake",
"pyproject_metadata",
"pytest",
"sphinx",
Expand Down
2 changes: 1 addition & 1 deletion src/globals/globals_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module globals
integer(I4B), parameter :: UPPERCASE_OFFSET = iachar('A') - iachar('a') !! ASCII character set parameter for lower to upper
!! conversion - offset between upper and lower

character(*), parameter :: VERSION = "2023.11.0" !! Swiftest version
character(*), parameter :: VERSION = "2023.12.0" !! Swiftest version

!> Symbolic name for integrator types
character(*), parameter :: UNKNOWN_INTEGRATOR = "UKNOWN INTEGRATOR"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.11.0
2023.12.0

0 comments on commit 28e05b6

Please sign in to comment.