Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
1b76017c
Commit
1b76017c
authored
Jul 18, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed more sourceforge references.
parent
98a6553b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
20 deletions
+7
-20
bayes.xml
docs/docs/bayes.xml
+4
-4
howto_contribute.xml
docs/docs/howto_contribute.xml
+3
-16
No files found.
docs/docs/bayes.xml
View file @
1b76017c
...
@@ -18,10 +18,10 @@
...
@@ -18,10 +18,10 @@
</p>
</p>
<p>
<p>
The
The
library also comes with a graphical application to assist in the
library also comes with a graphical application to assist in the
creation of bayesian networks. This application is one of the
example
creation of bayesian networks. This application is one of the
programs, so to use it you have to compile it yourself or download
<a
href=
"bayes_net_gui_ex.cpp.html"
>
example programs
</a>
, so to use it
one of the binaries from the sourceforge download page.
you have to compile it yourself.
</p>
</p>
</body>
</body>
...
...
docs/docs/howto_contribute.xml
View file @
1b76017c
...
@@ -29,26 +29,13 @@
...
@@ -29,26 +29,13 @@
<!-- **************************** CODE CONTRIBUTIONS **************************** -->
<!-- **************************** CODE CONTRIBUTIONS **************************** -->
<h2>
Contributing Code
</h2>
<h2>
Contributing Code
</h2>
Code contributions are also welcome. I use
<a
href=
"http://mercurial.selenic.com/"
>
Mercurial
</a>
Code contributions are welcome and can be done by submitting a pull request
for version control. So the simplest
to
<a
href=
"https://github.com/davisking/dlib"
>
dlib's github page
</a>
.
way to contribute code is to clone from the dlib repository, make your changes, and then email
them to me as a bundle file. An example is shown below.
<code_box>
hg clone http://hg.code.sf.net/p/dclib/code dclib-code
cd dclib-code
[make changes to dlib source code]
hg commit -u "Your Name
<
your.email@host.com
>
"
hg bundle dlibchanges.hg
</code_box>
Then
<a
href=
"mailto:davis@dlib.net"
>
email me
</a>
the dlibchanges.hg file and I'll review it and get back to you.
Alternatively, you can submit a pull request to my clone of
<a
href=
"https://github.com/davisking/dlib"
>
dlib on github
</a>
.
<p>
If you want to make a big change or feature addition, it's probably a good idea to talk to me about it first.
<p>
If you want to make a big change or feature addition, it's probably a good idea to talk to me about it first.
Additionally, you should read over the coding guidelines below
Additionally, you should read over the coding guidelines below
and try to follow them. It is also probably a good idea to read the books Effective C++ and
and try to follow them. It is also probably a good idea to read the books Effective C++ and
More Effective C++ by Scott Myers. Finally, if you are not familiar with Mercurial you also
More Effective C++ by Scott Myers.
might want to read the excellent
<a
href=
"http://hginit.com"
>
introduction
</a>
by Joel Spolsky.
</p>
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment