File tree Expand file tree Collapse file tree 7 files changed +47
-37
lines changed
Expand file tree Collapse file tree 7 files changed +47
-37
lines changed Original file line number Diff line number Diff line change @@ -113,18 +113,20 @@ navigation_header:
113113 url : /
114114- title : Documentation
115115 url : https://jump.dev/JuMP.jl/stable/
116- - title : Learn
117- url : /pages/learn/
118116- title : Community
119117 items :
120- - title : Calendar
121- url : /pages/calendar
122- - title : Forum
118+ - title : Get help
123119 url : /forum
124- - title : Chatroom
120+ - title : Developer chatroom
125121 url : /chatroom
126- - title : Ecosystem
122+ - title : Calendar
123+ url : /pages/calendar
124+ - title : Ecosystem overview
127125 url : /pages/code/
126+ - title : Learn more
127+ url : /pages/learn/
128+ - title : Code of Conduct
129+ url : code-of-conduct
128130- title : Workshops
129131 items :
130132 - title : 2025
Original file line number Diff line number Diff line change @@ -5,5 +5,13 @@ title: "Developer chatroom"
55JuMP uses the ` #jump-dev ` channel of the Julia community slack to discuss
66developer-related aspects of JuMP.
77
8+ Use the chatroom to chat about package development related to JuMP. Perhaps you
9+ want guidance developing a new solver interface to JuMP, or you have a specific
10+ question about why some source code is the way it is. Prefer to ask more general
11+ usage questions on our [ community forum] ( /forum ) .
12+
813Join the Julia community slack by following the link and instructions at
914[ https://julialang.org/slack/ ] ( https://julialang.org/slack/ ) .
15+
16+ By using the chatroom, you agree to uphold the standards of our community as
17+ described in the [ Code of Conduct] ( /code-of-conduct ) .
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Code of Conduct"
3+ ---
4+
5+ The JuMP community strongly values inclusivity and diversity. Everyone should
6+ treat others with the utmost respect. Everyone in the community must adhere to
7+ the [ NumFOCUS Code of Conduct] ( https://numfocus.org/code-of-conduct ) and the
8+ [ Julia Community Standards] ( https://julialang.org/community/standards/ ) , which
9+ reflect the values of our community. Both these links have information on how to
10+ confidentially report a violation.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Community forum"
3+ ---
4+
5+ JuMP uses the "Optimization (Mathematical)" section of the
6+ [ Julia community Discourse] ( (https://discourse.julialang.org/c/domain/opt/13) )
7+ as our community forum.
8+
9+ Use the forum to ask usage questions related to JuMP, or to search for past
10+ questions and answers. There is no such thing as a bad question, and this isn't
11+ StackOverflow where you need to have a neatly framed question with a single
12+ answer. If you look at past questions, you'll see that there are many
13+ back-and-forth discussions!
14+
15+ Join the forum at: [ https://discourse.julialang.org/c/domain/opt/13 ] ( https://discourse.julialang.org/c/domain/opt/13 ) .
16+
17+ By using the forum, you agree to uphold the standards of our community as
18+ described in the [ Code of Conduct] ( /code-of-conduct ) .
Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ This page collates upcoming events related to JuMP.
77## Regularly scheduled calls
88
99 * There is a monthly JuMP developers call on the fourth Thursday of each month
10- at 14:00 Eastern time. The call is open to all community members. For a
10+ at 14:30 Eastern time. The call is open to all community members. For a
1111 calendar invite and access to the Zoom link, join the [ developer chatroom] ( /chatroom )
1212 and ask ` @odow ` for an invite.
13-
14- ## JuMP at conferences
15-
16- * Miles Lubin and Benoît Legat will host a workshop on JuMP at the
17- [ 2022 ICCOPT summer school] ( https://iccopt2022.lehigh.edu/summer-school/summer-school-program/ ) ,
18- to be held July 24, 2022.
Original file line number Diff line number Diff line change @@ -14,12 +14,7 @@ for mathematical optimization based on the JuMP modeling language.
1414
1515## Code of Conduct
1616
17- The JuMP community strongly values inclusivity and diversity. Everyone should
18- treat others with the utmost respect. Everyone in the community must adhere to
19- the [ NumFOCUS Code of Conduct] ( https://numfocus.org/code-of-conduct ) and the
20- [ Julia Community Standards] ( https://julialang.org/community/standards/ ) , which
21- reflect the values of our community. Both these links have information on how to
22- confidentially report a violation.
17+ See [ Code of Conduct] ( /code-of-conduct ) .
2318
2419## Entities
2520
You can’t perform that action at this time.
0 commit comments