Closed maxrjones closed 3 years ago
We may want to remove the linkcheck
target, because make linkcheck
is so slow (> 5 minutes for me), and we will have a workflow for checking links (#634) (in process, but close to be ready).
I never even realized we had a make linkcheck
:sweat_smile: But yes, agree that this is a good first issue.
And just wanting to raise the issue of making things cross-platform (read: runs on Windows). Leo suggested using nox at https://github.com/GenericMappingTools/pygmt/pull/679#issuecomment-723147333 and https://github.com/fatiando/maintenance/issues/8, but I'm wondering if our Makefile would just work on Windows if we install make
from conda-forge?
@GenericMappingTools/python @GenericMappingTools/python-contributors @GenericMappingTools/python-maintainers
We are close to the v0.3.1 release, and I think we can wrap up this issue. Does anyone want to work on it?
@GenericMappingTools/python @GenericMappingTools/python-contributors @GenericMappingTools/python-maintainers
We are close to the v0.3.1 release, and I think we can wrap up this issue. Does anyone want to work on it?
I am working on it in #1014
Description of the problem
The available targets in the docs Makefile are
help
,clean
,html
,api
,linkcheck
,doctest
, andserve
. Thehelp
target only lists information about theall
,html
,linkcheck
, anddoctest
targets. One line each could be added tohelp
to describeclean
,api
, andserve
, for example@echo " clean clean up build and generated files"
.