Skip to content

Commit a802678

Browse files
Merge pull request #65 from geodynamics/baagaard/docs-cleanup
Small clean up of documentation
2 parents 2f899ec + cfb77ed commit a802678

File tree

6 files changed

+20
-10
lines changed

6 files changed

+20
-10
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Version 3.0.0 (2022/06/06)
2+
3+
* Convert to Python 3
4+
* Change `label` in `SpatialDB` and `TimeHistory` to `description` to avoid confusion with other Pyre properties called `label`.
5+
* Create online documentation for Spatial Data that is now separate from PyLith.
6+
* Documentation covers more features and use cases.
7+
* Examples include C++, Python, and `cfg` files.
8+
19
## Version 2.0.0 (2021/01/09)
210

311
* Update to use Proj 6.x. This allows a user to specify a coordinate

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ DISTCHECK_CONFIGURE_FLAGS = \
3333
LDFLAGS="-L${PROJ4_LIBDIR} -L${CPPUNIT_LIBDIR} -L${CIG_LIBDIR}"
3434

3535
EXTRA_DIST = \
36-
CHANGES \
37-
LICENSE.md \
36+
CHANGES.md \
37+
LICENSE.md \
3838
docker/spatialdata-testenv \
3939
ci-config/run_tests.sh \
4040
ci-config/codecov.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ discretization.
2222

2323
* GNU build tools w/C++ and C compilers
2424
* Proj cartographic projections library (v6.0 or later) (http://proj.maptools.org)
25-
* [Optional] Pyre 0.8 and NumPy
25+
* [Optional] Pyre 1.0 and NumPy
2626
* [Optional] CppUnit (for unit testing)
2727

2828
## Author

docs/developer/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Developer Guide
22

3+
:::{admonition} Under construction.
4+
:class: warning
5+
6+
Placeholder for developer guide.
7+
:::
8+
39
:::{toctree}
410
contributing.md
511
testing.md

docs/intro/development-plan.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# Development Plan
22

3-
## Version 3.0.0dev
3+
## Version 3.x.xdev
44

55
List of new features currently available in the `main` branch.
66

7-
* Convert to Python 3
8-
* Change `label` in `SpatialDB` and `TimeHistory` to `description` to avoid confusion with other Pyre properties called `label`.
9-
* Create online documentation for Spatial Data that is now separate from PyLith.
10-
* Documentation covers more features and use cases.
11-
* Examples include C++, Python, and `cfg` files.
7+
No new features.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = spatialdata
77
version = 3.0.0
88
author = Brad Aagaard
99
author_email = baagaard@usgs.gov
10-
description = :TODO:
10+
description = Library for specifying spatial variations in input parameters (used in PyLith).
1111
license = MIT
1212
url = http://www.geodynamics.org/cig/software/spatialdata
1313

0 commit comments

Comments
 (0)