Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Spiros Tsalikis
VTK
Commits
85cc7e4a
Commit
85cc7e4a
authored
2 years ago
by
Charly Bollinger
Browse files
Options
Downloads
Patches
Plain Diff
Update commercial link (like paraview) and fix cdash link
Also use https only links
parent
a885da46
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation/dev/git/develop.md
+4
-3
4 additions, 3 deletions
Documentation/dev/git/develop.md
README.md
+3
-4
3 additions, 4 deletions
README.md
with
7 additions
and
7 deletions
Documentation/dev/git/develop.md
+
4
−
3
View file @
85cc7e4a
...
...
@@ -4,7 +4,7 @@ Develop VTK with Git
This page documents how to develop VTK through
[
Git
][]
.
See the
[
README
](
README.md
)
for more information.
[
Git
]:
http://git-scm.com
[
Git
]:
http
s
://git-scm.com
Git is an extremely powerful version control tool that supports many
different "workflows" for individual development and collaboration.
...
...
@@ -37,7 +37,7 @@ Before you begin, perform initial setup:
called `gitlab` to refer to it.
5.
(Optional, but highly recommended.)
[
Register
]
(
https://open.cdash.org/register.php
)
with the VTK project
[
Register
]
[
cdash-registration
]
with the VTK project
on Kitware's CDash instance to better know how your code performs in
regression tests. After registering and signing in, click on
"All Dashboards" link in the upper left corner, scroll down and click
...
...
@@ -46,6 +46,7 @@ Before you begin, perform initial setup:
[
GitLab Access
]:
https://gitlab.kitware.com/users/sign_in
[
Fork VTK
]:
https://gitlab.kitware.com/vtk/vtk/-/forks/new
[
developer setup script
]:
/Utilities/SetupForDevelopment.sh
[
cdash-registration
]:
https://open.cdash.org/register
Workflow
--------
...
...
@@ -67,7 +68,7 @@ Our collaboration workflow consists of three main steps:
*
[
Merge a Topic
](
#merge-a-topic
)
(
requires
permission in GitLab)
*
[
Delete a Topic
](
#delete-a-topic
)
[
branchy workflow
]:
http://public.kitware.com/Wiki/Git/Workflow/Topic
[
branchy workflow
]:
http
s
://public.kitware.com/Wiki/Git/Workflow/Topic
Update
------
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
4
View file @
85cc7e4a
...
...
@@ -28,8 +28,8 @@ Learning Resources
*
Community discussion takes place on the
[
VTK Discourse
][
vtk-discourse
]
forum.
*
Commercial
[
support
][
kitware-support
]
and
[
training
][
k
itware
-training
]
are available from
[
Kitware
][
kitware
]
.
*
Commercial
[
support and training
][
K
itware
Support
]
are available from
[
Kitware
][]
.
*
Doxygen-generated nightly reference documentation is
available
[
online
][
vtk-doxygen
]
.
...
...
@@ -88,8 +88,7 @@ See [Copyright.txt][vtk-copyright] for details.
[
kitware
]:
https://www.kitware.com/
[
kitware-support
]:
https://www.kitware.com/what-we-offer/#support
[
kitware-training
]:
https://www.kitware.com/what-we-offer/#training
[
kitware-support
]:
https://www.kitware.com/support/
[
vtk-banner
]:
vtkBanner.gif
[
vtk-build
]:
Documentation/dev/build.md#building-vtk
[
vtk-contributing
]:
CONTRIBUTING.md#contributing-to-vtk
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment